Represents a {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object ionoscloud_s3_object}.
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. |
- Type: software.constructs.Construct
The scope in which to define this construct.
- Type: java.lang.String
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
- Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>
- Type: com.hashicorp.cdktf.ITerraformIterator
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
- Type: com.hashicorp.cdktf.TerraformProvider
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
- 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}
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. |
public java.lang.String toString()
Returns a string representation of this construct.
public void addOverride(java.lang.String path, java.lang.Object value)
- Type: java.lang.String
- Type: java.lang.Object
public void overrideLogicalId(java.lang.String newLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: java.lang.String
The new logical ID to use for this stack element.
public void resetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
public java.lang.Object toHclTerraform()
public java.lang.Object toMetadata()
public java.lang.Object toTerraform()
Adds this resource to the terraform JSON output.
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.
- Type: java.lang.String
The string move target that will correspond to this resource.
public java.util.Map<java.lang.String, java.lang.Object> getAnyMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Boolean> getBooleanMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.List<java.lang.String> getListAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.List<java.lang.Number> getNumberListAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Number> getNumberMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.String> getStringMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove()
public void importFrom(java.lang.String id)
public void importFrom(java.lang.String id, TerraformProvider provider)
- Type: java.lang.String
- Type: com.hashicorp.cdktf.TerraformProvider
public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
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.
- Type: java.lang.String
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
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.
- Type: java.lang.String
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- 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.
public void moveToId(java.lang.String id)
Moves this resource to the resource corresponding to "id".
- Type: java.lang.String
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public void resetCacheControl()
public void resetContent()
public void resetContentDisposition()
public void resetContentEncoding()
public void resetContentLanguage()
public void resetContentType()
public void resetExpires()
public void resetForceDestroy()
public void resetMetadata()
public void resetMfa()
public void resetObjectLockLegalHold()
public void resetObjectLockMode()
public void resetObjectLockRetainUntilDate()
public void resetRequestPayer()
public void resetServerSideEncryption()
public void resetServerSideEncryptionContext()
public void resetServerSideEncryptionCustomerAlgorithm()
public void resetServerSideEncryptionCustomerKey()
public void resetServerSideEncryptionCustomerKeyMd5()
public void resetSource()
public void resetStorageClass()
public void resetTags()
public void resetWebsiteRedirect()
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 ". |
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.
- Type: java.lang.Object
Any object.
import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3Object;
S3Object.isTerraformElement(java.lang.Object x)
- Type: java.lang.Object
import com.hashicorp.cdktf.providers.ionoscloud.s3_object.S3Object;
S3Object.isTerraformResource(java.lang.Object x)
- Type: java.lang.Object
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 ".
- Type: software.constructs.Construct
The scope in which to define this construct.
- Type: java.lang.String
The construct id used in the generated config for the S3Object to import.
- 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
- Type: com.hashicorp.cdktf.TerraformProvider
? Optional instance of the provider where the S3Object to import is found.
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. |
public Node getNode();
- Type: software.constructs.Node
The tree node.
public TerraformStack getCdktfStack();
- Type: com.hashicorp.cdktf.TerraformStack
public java.lang.String getFqn();
- Type: java.lang.String
public java.lang.String getFriendlyUniqueId();
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Object> getTerraformMetaArguments();
- Type: java.util.Map<java.lang.String, java.lang.Object>
public java.lang.String getTerraformResourceType();
- Type: java.lang.String
public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
- Type: com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
public java.lang.Object getConnection();
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
public java.lang.Object getCount();
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
public java.util.List<java.lang.String> getDependsOn();
- Type: java.util.List<java.lang.String>
public ITerraformIterator getForEach();
- Type: com.hashicorp.cdktf.ITerraformIterator
public TerraformResourceLifecycle getLifecycle();
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
public TerraformProvider getProvider();
- Type: com.hashicorp.cdktf.TerraformProvider
public java.lang.Object getProvisioners();
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
public java.lang.String getEtag();
- Type: java.lang.String
public java.lang.String getVersionId();
- Type: java.lang.String
public java.lang.String getBucketInput();
- Type: java.lang.String
public java.lang.String getCacheControlInput();
- Type: java.lang.String
public java.lang.String getContentDispositionInput();
- Type: java.lang.String
public java.lang.String getContentEncodingInput();
- Type: java.lang.String
public java.lang.String getContentInput();
- Type: java.lang.String
public java.lang.String getContentLanguageInput();
- Type: java.lang.String
public java.lang.String getContentTypeInput();
- Type: java.lang.String
public java.lang.String getExpiresInput();
- Type: java.lang.String
public java.lang.Object getForceDestroyInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getKeyInput();
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.String> getMetadataInput();
- Type: java.util.Map<java.lang.String, java.lang.String>
public java.lang.String getMfaInput();
- Type: java.lang.String
public java.lang.String getObjectLockLegalHoldInput();
- Type: java.lang.String
public java.lang.String getObjectLockModeInput();
- Type: java.lang.String
public java.lang.String getObjectLockRetainUntilDateInput();
- Type: java.lang.String
public java.lang.String getRequestPayerInput();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionContextInput();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionCustomerAlgorithmInput();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionCustomerKeyInput();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionCustomerKeyMd5Input();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionInput();
- Type: java.lang.String
public java.lang.String getSourceInput();
- Type: java.lang.String
public java.lang.String getStorageClassInput();
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.String> getTagsInput();
- Type: java.util.Map<java.lang.String, java.lang.String>
public java.lang.String getWebsiteRedirectInput();
- Type: java.lang.String
public java.lang.String getBucket();
- Type: java.lang.String
public java.lang.String getCacheControl();
- Type: java.lang.String
public java.lang.String getContent();
- Type: java.lang.String
public java.lang.String getContentDisposition();
- Type: java.lang.String
public java.lang.String getContentEncoding();
- Type: java.lang.String
public java.lang.String getContentLanguage();
- Type: java.lang.String
public java.lang.String getContentType();
- Type: java.lang.String
public java.lang.String getExpires();
- Type: java.lang.String
public java.lang.Object getForceDestroy();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getKey();
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.String> getMetadata();
- Type: java.util.Map<java.lang.String, java.lang.String>
public java.lang.String getMfa();
- Type: java.lang.String
public java.lang.String getObjectLockLegalHold();
- Type: java.lang.String
public java.lang.String getObjectLockMode();
- Type: java.lang.String
public java.lang.String getObjectLockRetainUntilDate();
- Type: java.lang.String
public java.lang.String getRequestPayer();
- Type: java.lang.String
public java.lang.String getServerSideEncryption();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionContext();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionCustomerAlgorithm();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionCustomerKey();
- Type: java.lang.String
public java.lang.String getServerSideEncryptionCustomerKeyMd5();
- Type: java.lang.String
public java.lang.String getSource();
- Type: java.lang.String
public java.lang.String getStorageClass();
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.String> getTags();
- Type: java.util.Map<java.lang.String, java.lang.String>
public java.lang.String getWebsiteRedirect();
- Type: java.lang.String
Name | Type | Description |
---|---|---|
tfResourceType |
java.lang.String |
No description. |
public java.lang.String getTfResourceType();
- Type: java.lang.String
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();
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. |
public java.lang.Object getConnection();
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
public java.lang.Object getCount();
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
public java.util.List<ITerraformDependable> getDependsOn();
- Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>
public ITerraformIterator getForEach();
- Type: com.hashicorp.cdktf.ITerraformIterator
public TerraformResourceLifecycle getLifecycle();
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
public TerraformProvider getProvider();
- Type: com.hashicorp.cdktf.TerraformProvider
public java.lang.Object getProvisioners();
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}
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}