Skip to content

Latest commit

 

History

History
2576 lines (1614 loc) · 121 KB

s3ObjectCopy.java.md

File metadata and controls

2576 lines (1614 loc) · 121 KB

s3ObjectCopy Submodule

Constructs

S3ObjectCopy

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

Initializers

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.

scopeRequired
  • Type: software.constructs.Construct

The scope in which to define this construct.


idRequired
  • Type: java.lang.String

The scoped construct ID.

Must be unique amongst siblings in the same scope


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

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

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

forEachOptional
  • Type: com.hashicorp.cdktf.ITerraformIterator

lifecycleOptional
  • Type: com.hashicorp.cdktf.TerraformResourceLifecycle

providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

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

bucketRequired
  • Type: java.lang.String

The name of the bucket.

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


keyRequired
  • 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}


sourceRequired
  • 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}


cacheControlOptional
  • Type: java.lang.String

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

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


contentDispositionOptional
  • 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}


contentEncodingOptional
  • 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}


contentLanguageOptional
  • 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}


contentTypeOptional
  • Type: java.lang.String

A standard MIME type describing the format of the contents.

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


copyIfMatchOptional
  • 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}


copyIfModifiedSinceOptional
  • 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}


copyIfNoneMatchOptional
  • 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}


copyIfUnmodifiedSinceOptional
  • 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}


expiresOptional
  • 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}


forceDestroyOptional
  • 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}


metadataOptional
  • 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}


metadataDirectiveOptional
  • 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}


objectLockLegalHoldOptional
  • 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}


objectLockModeOptional
  • Type: java.lang.String

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

Bucket owners need not specify this parameter in their requests.

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


objectLockRetainUntilDateOptional
  • 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}


serverSideEncryptionOptional
  • 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}


serverSideEncryptionCustomerAlgorithmOptional
  • 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}


serverSideEncryptionCustomerKeyOptional
  • Type: java.lang.String

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

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


serverSideEncryptionCustomerKeyMd5Optional
  • Type: java.lang.String

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

IONOS Object Storage Object 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}


sourceCustomerAlgorithmOptional
  • 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}


sourceCustomerKeyOptional
  • 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}


sourceCustomerKeyMd5Optional
  • 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}


storageClassOptional
  • 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}


taggingDirectiveOptional
  • 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}


tagsOptional
  • 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}


websiteRedirectOptional
  • 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}


Methods

Name Description
toString Returns a string representation of this construct.
addOverride No description.
overrideLogicalId Overrides the auto-generated logical ID with a specific ID.
resetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
toHclTerraform No description.
toMetadata No description.
toTerraform Adds this resource to the terraform JSON output.
addMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
getAnyMapAttribute No description.
getBooleanAttribute No description.
getBooleanMapAttribute No description.
getListAttribute No description.
getNumberAttribute No description.
getNumberListAttribute No description.
getNumberMapAttribute No description.
getStringAttribute No description.
getStringMapAttribute No description.
hasResourceMove No description.
importFrom No description.
interpolationForAttribute No description.
moveFromId Move the resource corresponding to "id" to this resource.
moveTo Moves this resource to the target resource given by moveTarget.
moveToId Moves this resource to the resource corresponding to "id".
resetCacheControl No description.
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.

toString
public java.lang.String toString()

Returns a string representation of this construct.

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

valueRequired
  • Type: java.lang.Object

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

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

newLogicalIdRequired
  • Type: java.lang.String

The new logical ID to use for this stack element.


resetOverrideLogicalId
public void resetOverrideLogicalId()

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

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

Adds this resource to the terraform JSON output.

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

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

moveTargetRequired
  • Type: java.lang.String

The string move target that will correspond to this resource.


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

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

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

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

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

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

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

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

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

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

providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

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

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

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

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

idRequired
  • Type: java.lang.String

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


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

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: java.lang.String

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


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

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


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

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

idRequired
  • Type: java.lang.String

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


resetCacheControl
public void resetCacheControl()
resetContentDisposition
public void resetContentDisposition()
resetContentEncoding
public void resetContentEncoding()
resetContentLanguage
public void resetContentLanguage()
resetContentType
public void resetContentType()
resetCopyIfMatch
public void resetCopyIfMatch()
resetCopyIfModifiedSince
public void resetCopyIfModifiedSince()
resetCopyIfNoneMatch
public void resetCopyIfNoneMatch()
resetCopyIfUnmodifiedSince
public void resetCopyIfUnmodifiedSince()
resetExpires
public void resetExpires()
resetForceDestroy
public void resetForceDestroy()
resetMetadata
public void resetMetadata()
resetMetadataDirective
public void resetMetadataDirective()
resetObjectLockLegalHold
public void resetObjectLockLegalHold()
resetObjectLockMode
public void resetObjectLockMode()
resetObjectLockRetainUntilDate
public void resetObjectLockRetainUntilDate()
resetServerSideEncryption
public void resetServerSideEncryption()
resetServerSideEncryptionCustomerAlgorithm
public void resetServerSideEncryptionCustomerAlgorithm()
resetServerSideEncryptionCustomerKey
public void resetServerSideEncryptionCustomerKey()
resetServerSideEncryptionCustomerKeyMd5
public void resetServerSideEncryptionCustomerKeyMd5()
resetSourceCustomerAlgorithm
public void resetSourceCustomerAlgorithm()
resetSourceCustomerKey
public void resetSourceCustomerKey()
resetSourceCustomerKeyMd5
public void resetSourceCustomerKeyMd5()
resetStorageClass
public void resetStorageClass()
resetTaggingDirective
public void resetTaggingDirective()
resetTags
public void resetTags()
resetWebsiteRedirect
public void resetWebsiteRedirect()

Static Functions

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

isConstruct
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.

xRequired
  • Type: java.lang.Object

Any object.


isTerraformElement
import com.hashicorp.cdktf.providers.ionoscloud.s3_object_copy.S3ObjectCopy;

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

isTerraformResource
import com.hashicorp.cdktf.providers.ionoscloud.s3_object_copy.S3ObjectCopy;

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

generateConfigForImport
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 ".

scopeRequired
  • Type: software.constructs.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: java.lang.String

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


importFromIdRequired
  • 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


providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

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


Properties

Name Type Description
node software.constructs.Node The tree node.
cdktfStack com.hashicorp.cdktf.TerraformStack No description.
fqn java.lang.String No description.
friendlyUniqueId java.lang.String No description.
terraformMetaArguments java.util.Map<java.lang.String, java.lang.Object> No description.
terraformResourceType java.lang.String No description.
terraformGeneratorMetadata com.hashicorp.cdktf.TerraformProviderGeneratorMetadata No description.
connection com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection No description.
count java.lang.Number OR com.hashicorp.cdktf.TerraformCount No description.
dependsOn java.util.List<java.lang.String> No description.
forEach com.hashicorp.cdktf.ITerraformIterator No description.
lifecycle com.hashicorp.cdktf.TerraformResourceLifecycle No description.
provider com.hashicorp.cdktf.TerraformProvider No description.
provisioners java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> No description.
etag java.lang.String No description.
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.

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

The tree node.


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

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

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

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

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

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

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

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

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

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

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

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

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

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

lastModifiedRequired
public java.lang.String getLastModified();
  • Type: java.lang.String

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

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

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

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

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

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

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

copyIfMatchInputOptional
public java.lang.String getCopyIfMatchInput();
  • Type: java.lang.String

copyIfModifiedSinceInputOptional
public java.lang.String getCopyIfModifiedSinceInput();
  • Type: java.lang.String

copyIfNoneMatchInputOptional
public java.lang.String getCopyIfNoneMatchInput();
  • Type: java.lang.String

copyIfUnmodifiedSinceInputOptional
public java.lang.String getCopyIfUnmodifiedSinceInput();
  • Type: java.lang.String

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

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

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

metadataDirectiveInputOptional
public java.lang.String getMetadataDirectiveInput();
  • Type: java.lang.String

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

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

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

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

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

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

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

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

sourceCustomerAlgorithmInputOptional
public java.lang.String getSourceCustomerAlgorithmInput();
  • Type: java.lang.String

sourceCustomerKeyInputOptional
public java.lang.String getSourceCustomerKeyInput();
  • Type: java.lang.String

sourceCustomerKeyMd5InputOptional
public java.lang.String getSourceCustomerKeyMd5Input();
  • Type: java.lang.String

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

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

taggingDirectiveInputOptional
public java.lang.String getTaggingDirectiveInput();
  • Type: java.lang.String

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

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

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

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

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

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

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

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

copyIfMatchRequired
public java.lang.String getCopyIfMatch();
  • Type: java.lang.String

copyIfModifiedSinceRequired
public java.lang.String getCopyIfModifiedSince();
  • Type: java.lang.String

copyIfNoneMatchRequired
public java.lang.String getCopyIfNoneMatch();
  • Type: java.lang.String

copyIfUnmodifiedSinceRequired
public java.lang.String getCopyIfUnmodifiedSince();
  • Type: java.lang.String

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

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

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

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

metadataDirectiveRequired
public java.lang.String getMetadataDirective();
  • Type: java.lang.String

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

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

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

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

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

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

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

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

sourceCustomerAlgorithmRequired
public java.lang.String getSourceCustomerAlgorithm();
  • Type: java.lang.String

sourceCustomerKeyRequired
public java.lang.String getSourceCustomerKey();
  • Type: java.lang.String

sourceCustomerKeyMd5Required
public java.lang.String getSourceCustomerKeyMd5();
  • Type: java.lang.String

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

taggingDirectiveRequired
public java.lang.String getTaggingDirective();
  • Type: java.lang.String

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

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

Constants

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

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

Structs

S3ObjectCopyConfig

Initializer

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();

Properties

Name Type Description
connection com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection No description.
count java.lang.Number OR com.hashicorp.cdktf.TerraformCount No description.
dependsOn java.util.List<com.hashicorp.cdktf.ITerraformDependable> No description.
forEach com.hashicorp.cdktf.ITerraformIterator No description.
lifecycle com.hashicorp.cdktf.TerraformResourceLifecycle No description.
provider com.hashicorp.cdktf.TerraformProvider No description.
provisioners java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> No description.
bucket java.lang.String The name of the bucket.
key java.lang.String The key of the object 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.

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

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

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

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

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

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

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

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

The name of the bucket.

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


keyRequired
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}


sourceRequired
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}


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

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

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


contentDispositionOptional
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}


contentEncodingOptional
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}


contentLanguageOptional
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}


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

A standard MIME type describing the format of the contents.

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


copyIfMatchOptional
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}


copyIfModifiedSinceOptional
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}


copyIfNoneMatchOptional
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}


copyIfUnmodifiedSinceOptional
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}


expiresOptional
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}


forceDestroyOptional
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}


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

A map of metadata to store with the object 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}


metadataDirectiveOptional
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}


objectLockLegalHoldOptional
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}


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

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

Bucket owners need not specify this parameter in their requests.

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


objectLockRetainUntilDateOptional
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}


serverSideEncryptionOptional
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}


serverSideEncryptionCustomerAlgorithmOptional
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}


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

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

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


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

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

IONOS Object Storage Object 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}


sourceCustomerAlgorithmOptional
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}


sourceCustomerKeyOptional
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}


sourceCustomerKeyMd5Optional
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}


storageClassOptional
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}


taggingDirectiveOptional
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}


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

The tag-set for the object 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}


websiteRedirectOptional
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}