Skip to content

Latest commit

 

History

History
2295 lines (1436 loc) · 102 KB

s3Object.java.md

File metadata and controls

2295 lines (1436 loc) · 102 KB

s3Object Submodule

Constructs

S3Object

Represents a {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object ionoscloud_s3_object}.

Initializers

import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3Object;

S3Object.Builder.create(Construct scope, java.lang.String id)
//  .connection(SSHProvisionerConnection)
//  .connection(WinrmProvisionerConnection)
//  .count(java.lang.Number)
//  .count(TerraformCount)
//  .dependsOn(java.util.List<ITerraformDependable>)
//  .forEach(ITerraformIterator)
//  .lifecycle(TerraformResourceLifecycle)
//  .provider(TerraformProvider)
//  .provisioners(java.util.List<FileProvisioner)
//  .provisioners(LocalExecProvisioner)
//  .provisioners(RemoteExecProvisioner>)
    .bucket(java.lang.String)
    .key(java.lang.String)
//  .cacheControl(java.lang.String)
//  .content(java.lang.String)
//  .contentDisposition(java.lang.String)
//  .contentEncoding(java.lang.String)
//  .contentLanguage(java.lang.String)
//  .contentType(java.lang.String)
//  .expires(java.lang.String)
//  .forceDestroy(java.lang.Boolean)
//  .forceDestroy(IResolvable)
//  .metadata(java.util.Map<java.lang.String, java.lang.String>)
//  .mfa(java.lang.String)
//  .objectLockLegalHold(java.lang.String)
//  .objectLockMode(java.lang.String)
//  .objectLockRetainUntilDate(java.lang.String)
//  .requestPayer(java.lang.String)
//  .serverSideEncryption(java.lang.String)
//  .serverSideEncryptionContext(java.lang.String)
//  .serverSideEncryptionCustomerAlgorithm(java.lang.String)
//  .serverSideEncryptionCustomerKey(java.lang.String)
//  .serverSideEncryptionCustomerKeyMd5(java.lang.String)
//  .source(java.lang.String)
//  .storageClass(java.lang.String)
//  .tags(java.util.Map<java.lang.String, java.lang.String>)
//  .websiteRedirect(java.lang.String)
    .build();
Name Type Description
scope software.constructs.Construct The scope in which to define this construct.
id java.lang.String The scoped construct ID.
connection com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection No description.
count java.lang.Number OR com.hashicorp.cdktf.TerraformCount No description.
dependsOn java.util.List<com.hashicorp.cdktf.ITerraformDependable> No description.
forEach com.hashicorp.cdktf.ITerraformIterator No description.
lifecycle com.hashicorp.cdktf.TerraformResourceLifecycle No description.
provider com.hashicorp.cdktf.TerraformProvider No description.
provisioners java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> No description.
bucket java.lang.String The name of the bucket.
key java.lang.String The key of the object.
cacheControl java.lang.String Can be used to specify caching behavior along the request/reply chain.
content java.lang.String The utf-8 content of the object.
contentDisposition java.lang.String Specifies presentational information for the object.
contentEncoding java.lang.String Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentLanguage java.lang.String The natural language or languages of the intended audience for the object.
contentType java.lang.String A standard MIME type describing the format of the contents.
expires java.lang.String The date and time at which the object is no longer cacheable.
forceDestroy java.lang.Boolean OR com.hashicorp.cdktf.IResolvable Specifies whether to delete the object even if it has a governance-type Object Lock in place.
metadata java.util.Map<java.lang.String, java.lang.String> A map of metadata to store with the object in IONOS Object Storage Object Storage.
mfa java.lang.String The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
objectLockLegalHold java.lang.String Specifies whether a legal hold will be applied to this object.
objectLockMode java.lang.String Confirms that the requester knows that they will be charged for the request.
objectLockRetainUntilDate java.lang.String The date and time when you want this object's Object Lock to expire.
requestPayer java.lang.String Confirms that the requester knows that they will be charged for the request.
serverSideEncryption java.lang.String The server-side encryption algorithm used when storing this object in IONOS Object Storage Object Storage (AES256).
serverSideEncryptionContext java.lang.String Specifies the IONOS Object Storage Object Storage Encryption Context to use for object encryption.
serverSideEncryptionCustomerAlgorithm java.lang.String Specifies the algorithm to use to when encrypting the object (e.g., AES256).
serverSideEncryptionCustomerKey java.lang.String Specifies the 256-bit, base64-encoded encryption key to use to encrypt and decrypt your data.
serverSideEncryptionCustomerKeyMd5 java.lang.String Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
source java.lang.String The path to the file to upload.
storageClass java.lang.String The storage class of the object. Valid value is 'STANDARD'.
tags java.util.Map<java.lang.String, java.lang.String> The tag-set for the object.
websiteRedirect java.lang.String If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.

scopeRequired
  • Type: software.constructs.Construct

The scope in which to define this construct.


idRequired
  • Type: java.lang.String

The scoped construct ID.

Must be unique amongst siblings in the same scope


connectionOptional
  • Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection

countOptional
  • Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount

dependsOnOptional
  • Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>

forEachOptional
  • Type: com.hashicorp.cdktf.ITerraformIterator

lifecycleOptional
  • Type: com.hashicorp.cdktf.TerraformResourceLifecycle

providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

provisionersOptional
  • Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>

bucketRequired
  • Type: java.lang.String

The name of the bucket.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#bucket S3Object#bucket}


keyRequired
  • Type: java.lang.String

The key of the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#key S3Object#key}


cacheControlOptional
  • Type: java.lang.String

Can be used to specify caching behavior along the request/reply chain.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#cache_control S3Object#cache_control}


contentOptional
  • Type: java.lang.String

The utf-8 content of the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content S3Object#content}


contentDispositionOptional
  • Type: java.lang.String

Specifies presentational information for the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_disposition S3Object#content_disposition}


contentEncodingOptional
  • Type: java.lang.String

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_encoding S3Object#content_encoding}


contentLanguageOptional
  • Type: java.lang.String

The natural language or languages of the intended audience for the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_language S3Object#content_language}


contentTypeOptional
  • Type: java.lang.String

A standard MIME type describing the format of the contents.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_type S3Object#content_type}


expiresOptional
  • Type: java.lang.String

The date and time at which the object is no longer cacheable.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#expires S3Object#expires}


forceDestroyOptional
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

Specifies whether to delete the object even if it has a governance-type Object Lock in place.

You must explicitly pass a value of true for this parameter to delete the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#force_destroy S3Object#force_destroy}


metadataOptional
  • Type: java.util.Map<java.lang.String, java.lang.String>

A map of metadata to store with the object in IONOS Object Storage Object Storage.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#metadata S3Object#metadata}


mfaOptional
  • Type: java.lang.String

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Required to permanently delete a versioned object if versioning is configured with MFA Delete enabled.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#mfa S3Object#mfa}


objectLockLegalHoldOptional
  • Type: java.lang.String

Specifies whether a legal hold will be applied to this object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#object_lock_legal_hold S3Object#object_lock_legal_hold}


objectLockModeOptional
  • Type: java.lang.String

Confirms that the requester knows that they will be charged for the request.

Bucket owners need not specify this parameter in their requests.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#object_lock_mode S3Object#object_lock_mode}


objectLockRetainUntilDateOptional
  • Type: java.lang.String

The date and time when you want this object's Object Lock to expire.

Must be formatted as a timestamp parameter.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#object_lock_retain_until_date S3Object#object_lock_retain_until_date}


requestPayerOptional
  • Type: java.lang.String

Confirms that the requester knows that they will be charged for the request.

Bucket owners need not specify this parameter in their requests.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#request_payer S3Object#request_payer}


serverSideEncryptionOptional
  • Type: java.lang.String

The server-side encryption algorithm used when storing this object in IONOS Object Storage Object Storage (AES256).

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption S3Object#server_side_encryption}


serverSideEncryptionContextOptional
  • Type: java.lang.String

Specifies the IONOS Object Storage Object Storage Encryption Context to use for object encryption.

The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_context S3Object#server_side_encryption_context}


serverSideEncryptionCustomerAlgorithmOptional
  • Type: java.lang.String

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_customer_algorithm S3Object#server_side_encryption_customer_algorithm}


serverSideEncryptionCustomerKeyOptional
  • Type: java.lang.String

Specifies the 256-bit, base64-encoded encryption key to use to encrypt and decrypt your data.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_customer_key S3Object#server_side_encryption_customer_key}


serverSideEncryptionCustomerKeyMd5Optional
  • Type: java.lang.String

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.

IONOS Object Storage Object Storage uses this header for a message integrity check to ensure that the encryption key was transmitted without error

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_customer_key_md5 S3Object#server_side_encryption_customer_key_md5}


sourceOptional
  • Type: java.lang.String

The path to the file to upload.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#source S3Object#source}


storageClassOptional
  • Type: java.lang.String

The storage class of the object. Valid value is 'STANDARD'.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#storage_class S3Object#storage_class}


tagsOptional
  • Type: java.util.Map<java.lang.String, java.lang.String>

The tag-set for the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#tags S3Object#tags}


websiteRedirectOptional
  • Type: java.lang.String

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.

IONOS Object Storage Object Storage stores the value of this header in the object metadata

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#website_redirect S3Object#website_redirect}


Methods

Name Description
toString Returns a string representation of this construct.
addOverride No description.
overrideLogicalId Overrides the auto-generated logical ID with a specific ID.
resetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
toHclTerraform No description.
toMetadata No description.
toTerraform Adds this resource to the terraform JSON output.
addMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
getAnyMapAttribute No description.
getBooleanAttribute No description.
getBooleanMapAttribute No description.
getListAttribute No description.
getNumberAttribute No description.
getNumberListAttribute No description.
getNumberMapAttribute No description.
getStringAttribute No description.
getStringMapAttribute No description.
hasResourceMove No description.
importFrom No description.
interpolationForAttribute No description.
moveFromId Move the resource corresponding to "id" to this resource.
moveTo Moves this resource to the target resource given by moveTarget.
moveToId Moves this resource to the resource corresponding to "id".
resetCacheControl No description.
resetContent No description.
resetContentDisposition No description.
resetContentEncoding No description.
resetContentLanguage No description.
resetContentType No description.
resetExpires No description.
resetForceDestroy No description.
resetMetadata No description.
resetMfa No description.
resetObjectLockLegalHold No description.
resetObjectLockMode No description.
resetObjectLockRetainUntilDate No description.
resetRequestPayer No description.
resetServerSideEncryption No description.
resetServerSideEncryptionContext No description.
resetServerSideEncryptionCustomerAlgorithm No description.
resetServerSideEncryptionCustomerKey No description.
resetServerSideEncryptionCustomerKeyMd5 No description.
resetSource No description.
resetStorageClass No description.
resetTags No description.
resetWebsiteRedirect No description.

toString
public java.lang.String toString()

Returns a string representation of this construct.

addOverride
public void addOverride(java.lang.String path, java.lang.Object value)
pathRequired
  • Type: java.lang.String

valueRequired
  • Type: java.lang.Object

overrideLogicalId
public void overrideLogicalId(java.lang.String newLogicalId)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: java.lang.String

The new logical ID to use for this stack element.


resetOverrideLogicalId
public void resetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

toHclTerraform
public java.lang.Object toHclTerraform()
toMetadata
public java.lang.Object toMetadata()
toTerraform
public java.lang.Object toTerraform()

Adds this resource to the terraform JSON output.

addMoveTarget
public void addMoveTarget(java.lang.String moveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

moveTargetRequired
  • Type: java.lang.String

The string move target that will correspond to this resource.


getAnyMapAttribute
public java.util.Map<java.lang.String, java.lang.Object> getAnyMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getBooleanAttribute
public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getBooleanMapAttribute
public java.util.Map<java.lang.String, java.lang.Boolean> getBooleanMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getListAttribute
public java.util.List<java.lang.String> getListAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getNumberAttribute
public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getNumberListAttribute
public java.util.List<java.lang.Number> getNumberListAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getNumberMapAttribute
public java.util.Map<java.lang.String, java.lang.Number> getNumberMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getStringAttribute
public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getStringMapAttribute
public java.util.Map<java.lang.String, java.lang.String> getStringMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

hasResourceMove
public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove()
importFrom
public void importFrom(java.lang.String id)
public void importFrom(java.lang.String id, TerraformProvider provider)
idRequired
  • Type: java.lang.String

providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

interpolationForAttribute
public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

moveFromId
public void moveFromId(java.lang.String id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

idRequired
  • Type: java.lang.String

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


moveTo
public void moveTo(java.lang.String moveTarget)
public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index)

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: java.lang.String

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • Type: java.lang.String OR java.lang.Number

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


moveToId
public void moveToId(java.lang.String id)

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: java.lang.String

Full id of resource to move to, e.g. "aws_s3_bucket.example".


resetCacheControl
public void resetCacheControl()
resetContent
public void resetContent()
resetContentDisposition
public void resetContentDisposition()
resetContentEncoding
public void resetContentEncoding()
resetContentLanguage
public void resetContentLanguage()
resetContentType
public void resetContentType()
resetExpires
public void resetExpires()
resetForceDestroy
public void resetForceDestroy()
resetMetadata
public void resetMetadata()
resetMfa
public void resetMfa()
resetObjectLockLegalHold
public void resetObjectLockLegalHold()
resetObjectLockMode
public void resetObjectLockMode()
resetObjectLockRetainUntilDate
public void resetObjectLockRetainUntilDate()
resetRequestPayer
public void resetRequestPayer()
resetServerSideEncryption
public void resetServerSideEncryption()
resetServerSideEncryptionContext
public void resetServerSideEncryptionContext()
resetServerSideEncryptionCustomerAlgorithm
public void resetServerSideEncryptionCustomerAlgorithm()
resetServerSideEncryptionCustomerKey
public void resetServerSideEncryptionCustomerKey()
resetServerSideEncryptionCustomerKeyMd5
public void resetServerSideEncryptionCustomerKeyMd5()
resetSource
public void resetSource()
resetStorageClass
public void resetStorageClass()
resetTags
public void resetTags()
resetWebsiteRedirect
public void resetWebsiteRedirect()

Static Functions

Name Description
isConstruct Checks if x is a construct.
isTerraformElement No description.
isTerraformResource No description.
generateConfigForImport Generates CDKTF code for importing a S3Object resource upon running "cdktf plan ".

isConstruct
import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3Object;

S3Object.isConstruct(java.lang.Object x)

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

xRequired
  • Type: java.lang.Object

Any object.


isTerraformElement
import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3Object;

S3Object.isTerraformElement(java.lang.Object x)
xRequired
  • Type: java.lang.Object

isTerraformResource
import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3Object;

S3Object.isTerraformResource(java.lang.Object x)
xRequired
  • Type: java.lang.Object

generateConfigForImport
import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3Object;

S3Object.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),S3Object.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)

Generates CDKTF code for importing a S3Object resource upon running "cdktf plan ".

scopeRequired
  • Type: software.constructs.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: java.lang.String

The construct id used in the generated config for the S3Object to import.


importFromIdRequired
  • Type: java.lang.String

The id of the existing S3Object that should be imported.

Refer to the {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#import import section} in the documentation of this resource for the id to use


providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

? Optional instance of the provider where the S3Object to import is found.


Properties

Name Type Description
node software.constructs.Node The tree node.
cdktfStack com.hashicorp.cdktf.TerraformStack No description.
fqn java.lang.String No description.
friendlyUniqueId java.lang.String No description.
terraformMetaArguments java.util.Map<java.lang.String, java.lang.Object> No description.
terraformResourceType java.lang.String No description.
terraformGeneratorMetadata com.hashicorp.cdktf.TerraformProviderGeneratorMetadata No description.
connection com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection No description.
count java.lang.Number OR com.hashicorp.cdktf.TerraformCount No description.
dependsOn java.util.List<java.lang.String> No description.
forEach com.hashicorp.cdktf.ITerraformIterator No description.
lifecycle com.hashicorp.cdktf.TerraformResourceLifecycle No description.
provider com.hashicorp.cdktf.TerraformProvider No description.
provisioners java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> No description.
etag java.lang.String No description.
versionId java.lang.String No description.
bucketInput java.lang.String No description.
cacheControlInput java.lang.String No description.
contentDispositionInput java.lang.String No description.
contentEncodingInput java.lang.String No description.
contentInput java.lang.String No description.
contentLanguageInput java.lang.String No description.
contentTypeInput java.lang.String No description.
expiresInput java.lang.String No description.
forceDestroyInput java.lang.Boolean OR com.hashicorp.cdktf.IResolvable No description.
keyInput java.lang.String No description.
metadataInput java.util.Map<java.lang.String, java.lang.String> No description.
mfaInput java.lang.String No description.
objectLockLegalHoldInput java.lang.String No description.
objectLockModeInput java.lang.String No description.
objectLockRetainUntilDateInput java.lang.String No description.
requestPayerInput java.lang.String No description.
serverSideEncryptionContextInput java.lang.String No description.
serverSideEncryptionCustomerAlgorithmInput java.lang.String No description.
serverSideEncryptionCustomerKeyInput java.lang.String No description.
serverSideEncryptionCustomerKeyMd5Input java.lang.String No description.
serverSideEncryptionInput java.lang.String No description.
sourceInput java.lang.String No description.
storageClassInput java.lang.String No description.
tagsInput java.util.Map<java.lang.String, java.lang.String> No description.
websiteRedirectInput java.lang.String No description.
bucket java.lang.String No description.
cacheControl java.lang.String No description.
content java.lang.String No description.
contentDisposition java.lang.String No description.
contentEncoding java.lang.String No description.
contentLanguage java.lang.String No description.
contentType java.lang.String No description.
expires java.lang.String No description.
forceDestroy java.lang.Boolean OR com.hashicorp.cdktf.IResolvable No description.
key java.lang.String No description.
metadata java.util.Map<java.lang.String, java.lang.String> No description.
mfa java.lang.String No description.
objectLockLegalHold java.lang.String No description.
objectLockMode java.lang.String No description.
objectLockRetainUntilDate java.lang.String No description.
requestPayer java.lang.String No description.
serverSideEncryption java.lang.String No description.
serverSideEncryptionContext java.lang.String No description.
serverSideEncryptionCustomerAlgorithm java.lang.String No description.
serverSideEncryptionCustomerKey java.lang.String No description.
serverSideEncryptionCustomerKeyMd5 java.lang.String No description.
source java.lang.String No description.
storageClass java.lang.String No description.
tags java.util.Map<java.lang.String, java.lang.String> No description.
websiteRedirect java.lang.String No description.

nodeRequired
public Node getNode();
  • Type: software.constructs.Node

The tree node.


cdktfStackRequired
public TerraformStack getCdktfStack();
  • Type: com.hashicorp.cdktf.TerraformStack

fqnRequired
public java.lang.String getFqn();
  • Type: java.lang.String

friendlyUniqueIdRequired
public java.lang.String getFriendlyUniqueId();
  • Type: java.lang.String

terraformMetaArgumentsRequired
public java.util.Map<java.lang.String, java.lang.Object> getTerraformMetaArguments();
  • Type: java.util.Map<java.lang.String, java.lang.Object>

terraformResourceTypeRequired
public java.lang.String getTerraformResourceType();
  • Type: java.lang.String

terraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
  • Type: com.hashicorp.cdktf.TerraformProviderGeneratorMetadata

connectionOptional
public java.lang.Object getConnection();
  • Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection

countOptional
public java.lang.Object getCount();
  • Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount

dependsOnOptional
public java.util.List<java.lang.String> getDependsOn();
  • Type: java.util.List<java.lang.String>

forEachOptional
public ITerraformIterator getForEach();
  • Type: com.hashicorp.cdktf.ITerraformIterator

lifecycleOptional
public TerraformResourceLifecycle getLifecycle();
  • Type: com.hashicorp.cdktf.TerraformResourceLifecycle

providerOptional
public TerraformProvider getProvider();
  • Type: com.hashicorp.cdktf.TerraformProvider

provisionersOptional
public java.lang.Object getProvisioners();
  • Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>

etagRequired
public java.lang.String getEtag();
  • Type: java.lang.String

versionIdRequired
public java.lang.String getVersionId();
  • Type: java.lang.String

bucketInputOptional
public java.lang.String getBucketInput();
  • Type: java.lang.String

cacheControlInputOptional
public java.lang.String getCacheControlInput();
  • Type: java.lang.String

contentDispositionInputOptional
public java.lang.String getContentDispositionInput();
  • Type: java.lang.String

contentEncodingInputOptional
public java.lang.String getContentEncodingInput();
  • Type: java.lang.String

contentInputOptional
public java.lang.String getContentInput();
  • Type: java.lang.String

contentLanguageInputOptional
public java.lang.String getContentLanguageInput();
  • Type: java.lang.String

contentTypeInputOptional
public java.lang.String getContentTypeInput();
  • Type: java.lang.String

expiresInputOptional
public java.lang.String getExpiresInput();
  • Type: java.lang.String

forceDestroyInputOptional
public java.lang.Object getForceDestroyInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

keyInputOptional
public java.lang.String getKeyInput();
  • Type: java.lang.String

metadataInputOptional
public java.util.Map<java.lang.String, java.lang.String> getMetadataInput();
  • Type: java.util.Map<java.lang.String, java.lang.String>

mfaInputOptional
public java.lang.String getMfaInput();
  • Type: java.lang.String

objectLockLegalHoldInputOptional
public java.lang.String getObjectLockLegalHoldInput();
  • Type: java.lang.String

objectLockModeInputOptional
public java.lang.String getObjectLockModeInput();
  • Type: java.lang.String

objectLockRetainUntilDateInputOptional
public java.lang.String getObjectLockRetainUntilDateInput();
  • Type: java.lang.String

requestPayerInputOptional
public java.lang.String getRequestPayerInput();
  • Type: java.lang.String

serverSideEncryptionContextInputOptional
public java.lang.String getServerSideEncryptionContextInput();
  • Type: java.lang.String

serverSideEncryptionCustomerAlgorithmInputOptional
public java.lang.String getServerSideEncryptionCustomerAlgorithmInput();
  • Type: java.lang.String

serverSideEncryptionCustomerKeyInputOptional
public java.lang.String getServerSideEncryptionCustomerKeyInput();
  • Type: java.lang.String

serverSideEncryptionCustomerKeyMd5InputOptional
public java.lang.String getServerSideEncryptionCustomerKeyMd5Input();
  • Type: java.lang.String

serverSideEncryptionInputOptional
public java.lang.String getServerSideEncryptionInput();
  • Type: java.lang.String

sourceInputOptional
public java.lang.String getSourceInput();
  • Type: java.lang.String

storageClassInputOptional
public java.lang.String getStorageClassInput();
  • Type: java.lang.String

tagsInputOptional
public java.util.Map<java.lang.String, java.lang.String> getTagsInput();
  • Type: java.util.Map<java.lang.String, java.lang.String>

websiteRedirectInputOptional
public java.lang.String getWebsiteRedirectInput();
  • Type: java.lang.String

bucketRequired
public java.lang.String getBucket();
  • Type: java.lang.String

cacheControlRequired
public java.lang.String getCacheControl();
  • Type: java.lang.String

contentRequired
public java.lang.String getContent();
  • Type: java.lang.String

contentDispositionRequired
public java.lang.String getContentDisposition();
  • Type: java.lang.String

contentEncodingRequired
public java.lang.String getContentEncoding();
  • Type: java.lang.String

contentLanguageRequired
public java.lang.String getContentLanguage();
  • Type: java.lang.String

contentTypeRequired
public java.lang.String getContentType();
  • Type: java.lang.String

expiresRequired
public java.lang.String getExpires();
  • Type: java.lang.String

forceDestroyRequired
public java.lang.Object getForceDestroy();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

keyRequired
public java.lang.String getKey();
  • Type: java.lang.String

metadataRequired
public java.util.Map<java.lang.String, java.lang.String> getMetadata();
  • Type: java.util.Map<java.lang.String, java.lang.String>

mfaRequired
public java.lang.String getMfa();
  • Type: java.lang.String

objectLockLegalHoldRequired
public java.lang.String getObjectLockLegalHold();
  • Type: java.lang.String

objectLockModeRequired
public java.lang.String getObjectLockMode();
  • Type: java.lang.String

objectLockRetainUntilDateRequired
public java.lang.String getObjectLockRetainUntilDate();
  • Type: java.lang.String

requestPayerRequired
public java.lang.String getRequestPayer();
  • Type: java.lang.String

serverSideEncryptionRequired
public java.lang.String getServerSideEncryption();
  • Type: java.lang.String

serverSideEncryptionContextRequired
public java.lang.String getServerSideEncryptionContext();
  • Type: java.lang.String

serverSideEncryptionCustomerAlgorithmRequired
public java.lang.String getServerSideEncryptionCustomerAlgorithm();
  • Type: java.lang.String

serverSideEncryptionCustomerKeyRequired
public java.lang.String getServerSideEncryptionCustomerKey();
  • Type: java.lang.String

serverSideEncryptionCustomerKeyMd5Required
public java.lang.String getServerSideEncryptionCustomerKeyMd5();
  • Type: java.lang.String

sourceRequired
public java.lang.String getSource();
  • Type: java.lang.String

storageClassRequired
public java.lang.String getStorageClass();
  • Type: java.lang.String

tagsRequired
public java.util.Map<java.lang.String, java.lang.String> getTags();
  • Type: java.util.Map<java.lang.String, java.lang.String>

websiteRedirectRequired
public java.lang.String getWebsiteRedirect();
  • Type: java.lang.String

Constants

Name Type Description
tfResourceType java.lang.String No description.

tfResourceTypeRequired
public java.lang.String getTfResourceType();
  • Type: java.lang.String

Structs

S3ObjectConfig

Initializer

import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3ObjectConfig;

S3ObjectConfig.builder()
//  .connection(SSHProvisionerConnection)
//  .connection(WinrmProvisionerConnection)
//  .count(java.lang.Number)
//  .count(TerraformCount)
//  .dependsOn(java.util.List<ITerraformDependable>)
//  .forEach(ITerraformIterator)
//  .lifecycle(TerraformResourceLifecycle)
//  .provider(TerraformProvider)
//  .provisioners(java.util.List<FileProvisioner)
//  .provisioners(LocalExecProvisioner)
//  .provisioners(RemoteExecProvisioner>)
    .bucket(java.lang.String)
    .key(java.lang.String)
//  .cacheControl(java.lang.String)
//  .content(java.lang.String)
//  .contentDisposition(java.lang.String)
//  .contentEncoding(java.lang.String)
//  .contentLanguage(java.lang.String)
//  .contentType(java.lang.String)
//  .expires(java.lang.String)
//  .forceDestroy(java.lang.Boolean)
//  .forceDestroy(IResolvable)
//  .metadata(java.util.Map<java.lang.String, java.lang.String>)
//  .mfa(java.lang.String)
//  .objectLockLegalHold(java.lang.String)
//  .objectLockMode(java.lang.String)
//  .objectLockRetainUntilDate(java.lang.String)
//  .requestPayer(java.lang.String)
//  .serverSideEncryption(java.lang.String)
//  .serverSideEncryptionContext(java.lang.String)
//  .serverSideEncryptionCustomerAlgorithm(java.lang.String)
//  .serverSideEncryptionCustomerKey(java.lang.String)
//  .serverSideEncryptionCustomerKeyMd5(java.lang.String)
//  .source(java.lang.String)
//  .storageClass(java.lang.String)
//  .tags(java.util.Map<java.lang.String, java.lang.String>)
//  .websiteRedirect(java.lang.String)
    .build();

Properties

Name Type Description
connection com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection No description.
count java.lang.Number OR com.hashicorp.cdktf.TerraformCount No description.
dependsOn java.util.List<com.hashicorp.cdktf.ITerraformDependable> No description.
forEach com.hashicorp.cdktf.ITerraformIterator No description.
lifecycle com.hashicorp.cdktf.TerraformResourceLifecycle No description.
provider com.hashicorp.cdktf.TerraformProvider No description.
provisioners java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> No description.
bucket java.lang.String The name of the bucket.
key java.lang.String The key of the object.
cacheControl java.lang.String Can be used to specify caching behavior along the request/reply chain.
content java.lang.String The utf-8 content of the object.
contentDisposition java.lang.String Specifies presentational information for the object.
contentEncoding java.lang.String Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
contentLanguage java.lang.String The natural language or languages of the intended audience for the object.
contentType java.lang.String A standard MIME type describing the format of the contents.
expires java.lang.String The date and time at which the object is no longer cacheable.
forceDestroy java.lang.Boolean OR com.hashicorp.cdktf.IResolvable Specifies whether to delete the object even if it has a governance-type Object Lock in place.
metadata java.util.Map<java.lang.String, java.lang.String> A map of metadata to store with the object in IONOS Object Storage Object Storage.
mfa java.lang.String The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
objectLockLegalHold java.lang.String Specifies whether a legal hold will be applied to this object.
objectLockMode java.lang.String Confirms that the requester knows that they will be charged for the request.
objectLockRetainUntilDate java.lang.String The date and time when you want this object's Object Lock to expire.
requestPayer java.lang.String Confirms that the requester knows that they will be charged for the request.
serverSideEncryption java.lang.String The server-side encryption algorithm used when storing this object in IONOS Object Storage Object Storage (AES256).
serverSideEncryptionContext java.lang.String Specifies the IONOS Object Storage Object Storage Encryption Context to use for object encryption.
serverSideEncryptionCustomerAlgorithm java.lang.String Specifies the algorithm to use to when encrypting the object (e.g., AES256).
serverSideEncryptionCustomerKey java.lang.String Specifies the 256-bit, base64-encoded encryption key to use to encrypt and decrypt your data.
serverSideEncryptionCustomerKeyMd5 java.lang.String Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
source java.lang.String The path to the file to upload.
storageClass java.lang.String The storage class of the object. Valid value is 'STANDARD'.
tags java.util.Map<java.lang.String, java.lang.String> The tag-set for the object.
websiteRedirect java.lang.String If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.

connectionOptional
public java.lang.Object getConnection();
  • Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection

countOptional
public java.lang.Object getCount();
  • Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount

dependsOnOptional
public java.util.List<ITerraformDependable> getDependsOn();
  • Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>

forEachOptional
public ITerraformIterator getForEach();
  • Type: com.hashicorp.cdktf.ITerraformIterator

lifecycleOptional
public TerraformResourceLifecycle getLifecycle();
  • Type: com.hashicorp.cdktf.TerraformResourceLifecycle

providerOptional
public TerraformProvider getProvider();
  • Type: com.hashicorp.cdktf.TerraformProvider

provisionersOptional
public java.lang.Object getProvisioners();
  • Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>

bucketRequired
public java.lang.String getBucket();
  • Type: java.lang.String

The name of the bucket.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#bucket S3Object#bucket}


keyRequired
public java.lang.String getKey();
  • Type: java.lang.String

The key of the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#key S3Object#key}


cacheControlOptional
public java.lang.String getCacheControl();
  • Type: java.lang.String

Can be used to specify caching behavior along the request/reply chain.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#cache_control S3Object#cache_control}


contentOptional
public java.lang.String getContent();
  • Type: java.lang.String

The utf-8 content of the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content S3Object#content}


contentDispositionOptional
public java.lang.String getContentDisposition();
  • Type: java.lang.String

Specifies presentational information for the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_disposition S3Object#content_disposition}


contentEncodingOptional
public java.lang.String getContentEncoding();
  • Type: java.lang.String

Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_encoding S3Object#content_encoding}


contentLanguageOptional
public java.lang.String getContentLanguage();
  • Type: java.lang.String

The natural language or languages of the intended audience for the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_language S3Object#content_language}


contentTypeOptional
public java.lang.String getContentType();
  • Type: java.lang.String

A standard MIME type describing the format of the contents.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#content_type S3Object#content_type}


expiresOptional
public java.lang.String getExpires();
  • Type: java.lang.String

The date and time at which the object is no longer cacheable.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#expires S3Object#expires}


forceDestroyOptional
public java.lang.Object getForceDestroy();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

Specifies whether to delete the object even if it has a governance-type Object Lock in place.

You must explicitly pass a value of true for this parameter to delete the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#force_destroy S3Object#force_destroy}


metadataOptional
public java.util.Map<java.lang.String, java.lang.String> getMetadata();
  • Type: java.util.Map<java.lang.String, java.lang.String>

A map of metadata to store with the object in IONOS Object Storage Object Storage.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#metadata S3Object#metadata}


mfaOptional
public java.lang.String getMfa();
  • Type: java.lang.String

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Required to permanently delete a versioned object if versioning is configured with MFA Delete enabled.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#mfa S3Object#mfa}


objectLockLegalHoldOptional
public java.lang.String getObjectLockLegalHold();
  • Type: java.lang.String

Specifies whether a legal hold will be applied to this object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#object_lock_legal_hold S3Object#object_lock_legal_hold}


objectLockModeOptional
public java.lang.String getObjectLockMode();
  • Type: java.lang.String

Confirms that the requester knows that they will be charged for the request.

Bucket owners need not specify this parameter in their requests.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#object_lock_mode S3Object#object_lock_mode}


objectLockRetainUntilDateOptional
public java.lang.String getObjectLockRetainUntilDate();
  • Type: java.lang.String

The date and time when you want this object's Object Lock to expire.

Must be formatted as a timestamp parameter.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#object_lock_retain_until_date S3Object#object_lock_retain_until_date}


requestPayerOptional
public java.lang.String getRequestPayer();
  • Type: java.lang.String

Confirms that the requester knows that they will be charged for the request.

Bucket owners need not specify this parameter in their requests.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#request_payer S3Object#request_payer}


serverSideEncryptionOptional
public java.lang.String getServerSideEncryption();
  • Type: java.lang.String

The server-side encryption algorithm used when storing this object in IONOS Object Storage Object Storage (AES256).

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption S3Object#server_side_encryption}


serverSideEncryptionContextOptional
public java.lang.String getServerSideEncryptionContext();
  • Type: java.lang.String

Specifies the IONOS Object Storage Object Storage Encryption Context to use for object encryption.

The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_context S3Object#server_side_encryption_context}


serverSideEncryptionCustomerAlgorithmOptional
public java.lang.String getServerSideEncryptionCustomerAlgorithm();
  • Type: java.lang.String

Specifies the algorithm to use to when encrypting the object (e.g., AES256).

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_customer_algorithm S3Object#server_side_encryption_customer_algorithm}


serverSideEncryptionCustomerKeyOptional
public java.lang.String getServerSideEncryptionCustomerKey();
  • Type: java.lang.String

Specifies the 256-bit, base64-encoded encryption key to use to encrypt and decrypt your data.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_customer_key S3Object#server_side_encryption_customer_key}


serverSideEncryptionCustomerKeyMd5Optional
public java.lang.String getServerSideEncryptionCustomerKeyMd5();
  • Type: java.lang.String

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.

IONOS Object Storage Object Storage uses this header for a message integrity check to ensure that the encryption key was transmitted without error

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#server_side_encryption_customer_key_md5 S3Object#server_side_encryption_customer_key_md5}


sourceOptional
public java.lang.String getSource();
  • Type: java.lang.String

The path to the file to upload.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#source S3Object#source}


storageClassOptional
public java.lang.String getStorageClass();
  • Type: java.lang.String

The storage class of the object. Valid value is 'STANDARD'.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#storage_class S3Object#storage_class}


tagsOptional
public java.util.Map<java.lang.String, java.lang.String> getTags();
  • Type: java.util.Map<java.lang.String, java.lang.String>

The tag-set for the object.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#tags S3Object#tags}


websiteRedirectOptional
public java.lang.String getWebsiteRedirect();
  • Type: java.lang.String

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.

IONOS Object Storage Object Storage stores the value of this header in the object metadata

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object#website_redirect S3Object#website_redirect}