Represents a {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy ionoscloud_s3_object_copy}.
import com.hashicorp.cdktf.providers.ionoscloud.s3_object_copy.S3ObjectCopy;
S3ObjectCopy.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)
.source(java.lang.String)
// .cacheControl(java.lang.String)
// .contentDisposition(java.lang.String)
// .contentEncoding(java.lang.String)
// .contentLanguage(java.lang.String)
// .contentType(java.lang.String)
// .copyIfMatch(java.lang.String)
// .copyIfModifiedSince(java.lang.String)
// .copyIfNoneMatch(java.lang.String)
// .copyIfUnmodifiedSince(java.lang.String)
// .expires(java.lang.String)
// .forceDestroy(java.lang.Boolean)
// .forceDestroy(IResolvable)
// .metadata(java.util.Map<java.lang.String, java.lang.String>)
// .metadataDirective(java.lang.String)
// .objectLockLegalHold(java.lang.String)
// .objectLockMode(java.lang.String)
// .objectLockRetainUntilDate(java.lang.String)
// .serverSideEncryption(java.lang.String)
// .serverSideEncryptionCustomerAlgorithm(java.lang.String)
// .serverSideEncryptionCustomerKey(java.lang.String)
// .serverSideEncryptionCustomerKeyMd5(java.lang.String)
// .sourceCustomerAlgorithm(java.lang.String)
// .sourceCustomerKey(java.lang.String)
// .sourceCustomerKeyMd5(java.lang.String)
// .storageClass(java.lang.String)
// .taggingDirective(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 copy. |
source |
java.lang.String |
The key of the source object. |
cacheControl |
java.lang.String |
Can be used to specify caching behavior along the request/reply chain. |
contentDisposition |
java.lang.String |
Specifies presentational information for the object copy. |
contentEncoding |
java.lang.String |
Specifies what content encodings have been applied to the object copy 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 copy. |
contentType |
java.lang.String |
A standard MIME type describing the format of the contents. |
copyIfMatch |
java.lang.String |
Copies the object if its entity tag (ETag) matches the specified tag. |
copyIfModifiedSince |
java.lang.String |
Copies the object if it has been modified since the specified time. |
copyIfNoneMatch |
java.lang.String |
Copies the object if its entity tag (ETag) is different than the specified ETag. |
copyIfUnmodifiedSince |
java.lang.String |
Copies the object if it hasn't been modified since the specified time. |
expires |
java.lang.String |
The date and time at which the object copy is no longer cacheable. |
forceDestroy |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Specifies whether to delete the object copy even if it has a governance-type Object Copy Lock in place. |
metadata |
java.util.Map<java.lang.String, java.lang.String> |
A map of metadata to store with the object copy in IONOS Object Storage Object Copy Storage. |
metadataDirective |
java.lang.String |
Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request. |
objectLockLegalHold |
java.lang.String |
Specifies whether a legal hold will be applied to this object copy. |
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 copy's Object Copy Lock to expire. |
serverSideEncryption |
java.lang.String |
The server-side encryption algorithm used when storing this object copy in IONOS Object Storage Object Copy Storage (AES256). |
serverSideEncryptionCustomerAlgorithm |
java.lang.String |
Specifies the algorithm to use to when encrypting the object copy (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. |
sourceCustomerAlgorithm |
java.lang.String |
Specifies the algorithm to use to when decrypting the source object (e.g., AES256). |
sourceCustomerKey |
java.lang.String |
Specifies the 256-bit, base64-encoded encryption key to use to decrypt the source object. |
sourceCustomerKeyMd5 |
java.lang.String |
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. |
storageClass |
java.lang.String |
The storage class of the object copy. Valid value is 'STANDARD'. |
taggingDirective |
java.lang.String |
Specifies whether the object copy tag-set is copied from the source object or replaced with tag-set provided in the request. |
tags |
java.util.Map<java.lang.String, java.lang.String> |
The tag-set for the object copy. |
websiteRedirect |
java.lang.String |
If the bucket is configured as a website, redirects requests for this object copy to another object copy 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_copy#bucket S3ObjectCopy#bucket}
- Type: java.lang.String
The key of the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#key S3ObjectCopy#key}
- Type: java.lang.String
The key of the source object.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#source S3ObjectCopy#source}
- 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_copy#cache_control S3ObjectCopy#cache_control}
- Type: java.lang.String
Specifies presentational information for the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#content_disposition S3ObjectCopy#content_disposition}
- Type: java.lang.String
Specifies what content encodings have been applied to the object copy 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_copy#content_encoding S3ObjectCopy#content_encoding}
- Type: java.lang.String
The natural language or languages of the intended audience for the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#content_language S3ObjectCopy#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_copy#content_type S3ObjectCopy#content_type}
- Type: java.lang.String
Copies the object if its entity tag (ETag) matches the specified tag.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_match S3ObjectCopy#copy_if_match}
- Type: java.lang.String
Copies the object if it has been modified since the specified time.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_modified_since S3ObjectCopy#copy_if_modified_since}
- Type: java.lang.String
Copies the object if its entity tag (ETag) is different than the specified ETag.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_none_match S3ObjectCopy#copy_if_none_match}
- Type: java.lang.String
Copies the object if it hasn't been modified since the specified time.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_unmodified_since S3ObjectCopy#copy_if_unmodified_since}
- Type: java.lang.String
The date and time at which the object copy is no longer cacheable.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#expires S3ObjectCopy#expires}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Specifies whether to delete the object copy even if it has a governance-type Object Copy Lock in place.
You must explicitly pass a value of true for this parameter to delete the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#force_destroy S3ObjectCopy#force_destroy}
- Type: java.util.Map<java.lang.String, java.lang.String>
A map of metadata to store with the object copy in IONOS Object Storage Object Copy Storage.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#metadata S3ObjectCopy#metadata}
- Type: java.lang.String
Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#metadata_directive S3ObjectCopy#metadata_directive}
- Type: java.lang.String
Specifies whether a legal hold will be applied to this object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#object_lock_legal_hold S3ObjectCopy#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_copy#object_lock_mode S3ObjectCopy#object_lock_mode}
- Type: java.lang.String
The date and time when you want this object copy's Object Copy 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_copy#object_lock_retain_until_date S3ObjectCopy#object_lock_retain_until_date}
- Type: java.lang.String
The server-side encryption algorithm used when storing this object copy in IONOS Object Storage Object Copy Storage (AES256).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#server_side_encryption S3ObjectCopy#server_side_encryption}
- Type: java.lang.String
Specifies the algorithm to use to when encrypting the object copy (e.g., AES256).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#server_side_encryption_customer_algorithm S3ObjectCopy#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_copy#server_side_encryption_customer_key S3ObjectCopy#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 Copy 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_copy#server_side_encryption_customer_key_md5 S3ObjectCopy#server_side_encryption_customer_key_md5}
- Type: java.lang.String
Specifies the algorithm to use to when decrypting the source object (e.g., AES256).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#source_customer_algorithm S3ObjectCopy#source_customer_algorithm}
- Type: java.lang.String
Specifies the 256-bit, base64-encoded encryption key to use to decrypt the source object.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#source_customer_key S3ObjectCopy#source_customer_key}
- Type: java.lang.String
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
IONOS Object Storage Object Copy 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_copy#source_customer_key_md5 S3ObjectCopy#source_customer_key_md5}
- Type: java.lang.String
The storage class of the object copy. Valid value is 'STANDARD'.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#storage_class S3ObjectCopy#storage_class}
- Type: java.lang.String
Specifies whether the object copy tag-set is copied from the source object or replaced with tag-set provided in the request.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#tagging_directive S3ObjectCopy#tagging_directive}
- Type: java.util.Map<java.lang.String, java.lang.String>
The tag-set for the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#tags S3ObjectCopy#tags}
- Type: java.lang.String
If the bucket is configured as a website, redirects requests for this object copy to another object copy in the same bucket or to an external URL.
IONOS Object Storage Object Copy Storage stores the value of this header in the object copy metadata
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#website_redirect S3ObjectCopy#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. |
resetContentDisposition |
No description. |
resetContentEncoding |
No description. |
resetContentLanguage |
No description. |
resetContentType |
No description. |
resetCopyIfMatch |
No description. |
resetCopyIfModifiedSince |
No description. |
resetCopyIfNoneMatch |
No description. |
resetCopyIfUnmodifiedSince |
No description. |
resetExpires |
No description. |
resetForceDestroy |
No description. |
resetMetadata |
No description. |
resetMetadataDirective |
No description. |
resetObjectLockLegalHold |
No description. |
resetObjectLockMode |
No description. |
resetObjectLockRetainUntilDate |
No description. |
resetServerSideEncryption |
No description. |
resetServerSideEncryptionCustomerAlgorithm |
No description. |
resetServerSideEncryptionCustomerKey |
No description. |
resetServerSideEncryptionCustomerKeyMd5 |
No description. |
resetSourceCustomerAlgorithm |
No description. |
resetSourceCustomerKey |
No description. |
resetSourceCustomerKeyMd5 |
No description. |
resetStorageClass |
No description. |
resetTaggingDirective |
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 resetContentDisposition()
public void resetContentEncoding()
public void resetContentLanguage()
public void resetContentType()
public void resetCopyIfMatch()
public void resetCopyIfModifiedSince()
public void resetCopyIfNoneMatch()
public void resetCopyIfUnmodifiedSince()
public void resetExpires()
public void resetForceDestroy()
public void resetMetadata()
public void resetMetadataDirective()
public void resetObjectLockLegalHold()
public void resetObjectLockMode()
public void resetObjectLockRetainUntilDate()
public void resetServerSideEncryption()
public void resetServerSideEncryptionCustomerAlgorithm()
public void resetServerSideEncryptionCustomerKey()
public void resetServerSideEncryptionCustomerKeyMd5()
public void resetSourceCustomerAlgorithm()
public void resetSourceCustomerKey()
public void resetSourceCustomerKeyMd5()
public void resetStorageClass()
public void resetTaggingDirective()
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 S3ObjectCopy resource upon running "cdktf plan ". |
import com.hashicorp.cdktf.providers.ionoscloud.s3_object_copy.S3ObjectCopy;
S3ObjectCopy.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_copy.S3ObjectCopy;
S3ObjectCopy.isTerraformElement(java.lang.Object x)
- Type: java.lang.Object
import com.hashicorp.cdktf.providers.ionoscloud.s3_object_copy.S3ObjectCopy;
S3ObjectCopy.isTerraformResource(java.lang.Object x)
- Type: java.lang.Object
import com.hashicorp.cdktf.providers.ionoscloud.s3_object_copy.S3ObjectCopy;
S3ObjectCopy.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),S3ObjectCopy.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
Generates CDKTF code for importing a S3ObjectCopy 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 S3ObjectCopy to import.
- Type: java.lang.String
The id of the existing S3ObjectCopy that should be imported.
Refer to the {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#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 S3ObjectCopy 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. |
lastModified |
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. |
contentLanguageInput |
java.lang.String |
No description. |
contentTypeInput |
java.lang.String |
No description. |
copyIfMatchInput |
java.lang.String |
No description. |
copyIfModifiedSinceInput |
java.lang.String |
No description. |
copyIfNoneMatchInput |
java.lang.String |
No description. |
copyIfUnmodifiedSinceInput |
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. |
metadataDirectiveInput |
java.lang.String |
No description. |
metadataInput |
java.util.Map<java.lang.String, java.lang.String> |
No description. |
objectLockLegalHoldInput |
java.lang.String |
No description. |
objectLockModeInput |
java.lang.String |
No description. |
objectLockRetainUntilDateInput |
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. |
sourceCustomerAlgorithmInput |
java.lang.String |
No description. |
sourceCustomerKeyInput |
java.lang.String |
No description. |
sourceCustomerKeyMd5Input |
java.lang.String |
No description. |
sourceInput |
java.lang.String |
No description. |
storageClassInput |
java.lang.String |
No description. |
taggingDirectiveInput |
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. |
contentDisposition |
java.lang.String |
No description. |
contentEncoding |
java.lang.String |
No description. |
contentLanguage |
java.lang.String |
No description. |
contentType |
java.lang.String |
No description. |
copyIfMatch |
java.lang.String |
No description. |
copyIfModifiedSince |
java.lang.String |
No description. |
copyIfNoneMatch |
java.lang.String |
No description. |
copyIfUnmodifiedSince |
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. |
metadataDirective |
java.lang.String |
No description. |
objectLockLegalHold |
java.lang.String |
No description. |
objectLockMode |
java.lang.String |
No description. |
objectLockRetainUntilDate |
java.lang.String |
No description. |
serverSideEncryption |
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. |
sourceCustomerAlgorithm |
java.lang.String |
No description. |
sourceCustomerKey |
java.lang.String |
No description. |
sourceCustomerKeyMd5 |
java.lang.String |
No description. |
storageClass |
java.lang.String |
No description. |
taggingDirective |
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 getLastModified();
- 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 getContentLanguageInput();
- Type: java.lang.String
public java.lang.String getContentTypeInput();
- Type: java.lang.String
public java.lang.String getCopyIfMatchInput();
- Type: java.lang.String
public java.lang.String getCopyIfModifiedSinceInput();
- Type: java.lang.String
public java.lang.String getCopyIfNoneMatchInput();
- Type: java.lang.String
public java.lang.String getCopyIfUnmodifiedSinceInput();
- 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.lang.String getMetadataDirectiveInput();
- 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 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 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 getSourceCustomerAlgorithmInput();
- Type: java.lang.String
public java.lang.String getSourceCustomerKeyInput();
- Type: java.lang.String
public java.lang.String getSourceCustomerKeyMd5Input();
- Type: java.lang.String
public java.lang.String getSourceInput();
- Type: java.lang.String
public java.lang.String getStorageClassInput();
- Type: java.lang.String
public java.lang.String getTaggingDirectiveInput();
- 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 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 getCopyIfMatch();
- Type: java.lang.String
public java.lang.String getCopyIfModifiedSince();
- Type: java.lang.String
public java.lang.String getCopyIfNoneMatch();
- Type: java.lang.String
public java.lang.String getCopyIfUnmodifiedSince();
- 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 getMetadataDirective();
- 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 getServerSideEncryption();
- 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 getSourceCustomerAlgorithm();
- Type: java.lang.String
public java.lang.String getSourceCustomerKey();
- Type: java.lang.String
public java.lang.String getSourceCustomerKeyMd5();
- Type: java.lang.String
public java.lang.String getStorageClass();
- Type: java.lang.String
public java.lang.String getTaggingDirective();
- 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_copy.S3ObjectCopyConfig;
S3ObjectCopyConfig.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)
.source(java.lang.String)
// .cacheControl(java.lang.String)
// .contentDisposition(java.lang.String)
// .contentEncoding(java.lang.String)
// .contentLanguage(java.lang.String)
// .contentType(java.lang.String)
// .copyIfMatch(java.lang.String)
// .copyIfModifiedSince(java.lang.String)
// .copyIfNoneMatch(java.lang.String)
// .copyIfUnmodifiedSince(java.lang.String)
// .expires(java.lang.String)
// .forceDestroy(java.lang.Boolean)
// .forceDestroy(IResolvable)
// .metadata(java.util.Map<java.lang.String, java.lang.String>)
// .metadataDirective(java.lang.String)
// .objectLockLegalHold(java.lang.String)
// .objectLockMode(java.lang.String)
// .objectLockRetainUntilDate(java.lang.String)
// .serverSideEncryption(java.lang.String)
// .serverSideEncryptionCustomerAlgorithm(java.lang.String)
// .serverSideEncryptionCustomerKey(java.lang.String)
// .serverSideEncryptionCustomerKeyMd5(java.lang.String)
// .sourceCustomerAlgorithm(java.lang.String)
// .sourceCustomerKey(java.lang.String)
// .sourceCustomerKeyMd5(java.lang.String)
// .storageClass(java.lang.String)
// .taggingDirective(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 copy. |
source |
java.lang.String |
The key of the source object. |
cacheControl |
java.lang.String |
Can be used to specify caching behavior along the request/reply chain. |
contentDisposition |
java.lang.String |
Specifies presentational information for the object copy. |
contentEncoding |
java.lang.String |
Specifies what content encodings have been applied to the object copy 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 copy. |
contentType |
java.lang.String |
A standard MIME type describing the format of the contents. |
copyIfMatch |
java.lang.String |
Copies the object if its entity tag (ETag) matches the specified tag. |
copyIfModifiedSince |
java.lang.String |
Copies the object if it has been modified since the specified time. |
copyIfNoneMatch |
java.lang.String |
Copies the object if its entity tag (ETag) is different than the specified ETag. |
copyIfUnmodifiedSince |
java.lang.String |
Copies the object if it hasn't been modified since the specified time. |
expires |
java.lang.String |
The date and time at which the object copy is no longer cacheable. |
forceDestroy |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Specifies whether to delete the object copy even if it has a governance-type Object Copy Lock in place. |
metadata |
java.util.Map<java.lang.String, java.lang.String> |
A map of metadata to store with the object copy in IONOS Object Storage Object Copy Storage. |
metadataDirective |
java.lang.String |
Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request. |
objectLockLegalHold |
java.lang.String |
Specifies whether a legal hold will be applied to this object copy. |
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 copy's Object Copy Lock to expire. |
serverSideEncryption |
java.lang.String |
The server-side encryption algorithm used when storing this object copy in IONOS Object Storage Object Copy Storage (AES256). |
serverSideEncryptionCustomerAlgorithm |
java.lang.String |
Specifies the algorithm to use to when encrypting the object copy (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. |
sourceCustomerAlgorithm |
java.lang.String |
Specifies the algorithm to use to when decrypting the source object (e.g., AES256). |
sourceCustomerKey |
java.lang.String |
Specifies the 256-bit, base64-encoded encryption key to use to decrypt the source object. |
sourceCustomerKeyMd5 |
java.lang.String |
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. |
storageClass |
java.lang.String |
The storage class of the object copy. Valid value is 'STANDARD'. |
taggingDirective |
java.lang.String |
Specifies whether the object copy tag-set is copied from the source object or replaced with tag-set provided in the request. |
tags |
java.util.Map<java.lang.String, java.lang.String> |
The tag-set for the object copy. |
websiteRedirect |
java.lang.String |
If the bucket is configured as a website, redirects requests for this object copy to another object copy 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_copy#bucket S3ObjectCopy#bucket}
public java.lang.String getKey();
- Type: java.lang.String
The key of the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#key S3ObjectCopy#key}
public java.lang.String getSource();
- Type: java.lang.String
The key of the source object.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#source S3ObjectCopy#source}
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_copy#cache_control S3ObjectCopy#cache_control}
public java.lang.String getContentDisposition();
- Type: java.lang.String
Specifies presentational information for the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#content_disposition S3ObjectCopy#content_disposition}
public java.lang.String getContentEncoding();
- Type: java.lang.String
Specifies what content encodings have been applied to the object copy 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_copy#content_encoding S3ObjectCopy#content_encoding}
public java.lang.String getContentLanguage();
- Type: java.lang.String
The natural language or languages of the intended audience for the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#content_language S3ObjectCopy#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_copy#content_type S3ObjectCopy#content_type}
public java.lang.String getCopyIfMatch();
- Type: java.lang.String
Copies the object if its entity tag (ETag) matches the specified tag.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_match S3ObjectCopy#copy_if_match}
public java.lang.String getCopyIfModifiedSince();
- Type: java.lang.String
Copies the object if it has been modified since the specified time.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_modified_since S3ObjectCopy#copy_if_modified_since}
public java.lang.String getCopyIfNoneMatch();
- Type: java.lang.String
Copies the object if its entity tag (ETag) is different than the specified ETag.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_none_match S3ObjectCopy#copy_if_none_match}
public java.lang.String getCopyIfUnmodifiedSince();
- Type: java.lang.String
Copies the object if it hasn't been modified since the specified time.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#copy_if_unmodified_since S3ObjectCopy#copy_if_unmodified_since}
public java.lang.String getExpires();
- Type: java.lang.String
The date and time at which the object copy is no longer cacheable.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#expires S3ObjectCopy#expires}
public java.lang.Object getForceDestroy();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Specifies whether to delete the object copy even if it has a governance-type Object Copy Lock in place.
You must explicitly pass a value of true for this parameter to delete the object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#force_destroy S3ObjectCopy#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 copy in IONOS Object Storage Object Copy Storage.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#metadata S3ObjectCopy#metadata}
public java.lang.String getMetadataDirective();
- Type: java.lang.String
Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#metadata_directive S3ObjectCopy#metadata_directive}
public java.lang.String getObjectLockLegalHold();
- Type: java.lang.String
Specifies whether a legal hold will be applied to this object copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#object_lock_legal_hold S3ObjectCopy#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_copy#object_lock_mode S3ObjectCopy#object_lock_mode}
public java.lang.String getObjectLockRetainUntilDate();
- Type: java.lang.String
The date and time when you want this object copy's Object Copy 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_copy#object_lock_retain_until_date S3ObjectCopy#object_lock_retain_until_date}
public java.lang.String getServerSideEncryption();
- Type: java.lang.String
The server-side encryption algorithm used when storing this object copy in IONOS Object Storage Object Copy Storage (AES256).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#server_side_encryption S3ObjectCopy#server_side_encryption}
public java.lang.String getServerSideEncryptionCustomerAlgorithm();
- Type: java.lang.String
Specifies the algorithm to use to when encrypting the object copy (e.g., AES256).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#server_side_encryption_customer_algorithm S3ObjectCopy#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_copy#server_side_encryption_customer_key S3ObjectCopy#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 Copy 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_copy#server_side_encryption_customer_key_md5 S3ObjectCopy#server_side_encryption_customer_key_md5}
public java.lang.String getSourceCustomerAlgorithm();
- Type: java.lang.String
Specifies the algorithm to use to when decrypting the source object (e.g., AES256).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#source_customer_algorithm S3ObjectCopy#source_customer_algorithm}
public java.lang.String getSourceCustomerKey();
- Type: java.lang.String
Specifies the 256-bit, base64-encoded encryption key to use to decrypt the source object.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#source_customer_key S3ObjectCopy#source_customer_key}
public java.lang.String getSourceCustomerKeyMd5();
- Type: java.lang.String
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
IONOS Object Storage Object Copy 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_copy#source_customer_key_md5 S3ObjectCopy#source_customer_key_md5}
public java.lang.String getStorageClass();
- Type: java.lang.String
The storage class of the object copy. Valid value is 'STANDARD'.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#storage_class S3ObjectCopy#storage_class}
public java.lang.String getTaggingDirective();
- Type: java.lang.String
Specifies whether the object copy tag-set is copied from the source object or replaced with tag-set provided in the request.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#tagging_directive S3ObjectCopy#tagging_directive}
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 copy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#tags S3ObjectCopy#tags}
public java.lang.String getWebsiteRedirect();
- Type: java.lang.String
If the bucket is configured as a website, redirects requests for this object copy to another object copy in the same bucket or to an external URL.
IONOS Object Storage Object Copy Storage stores the value of this header in the object copy metadata
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.3/docs/resources/s3_object_copy#website_redirect S3ObjectCopy#website_redirect}