@Stability(value=Stable) @Internal public static final class CfnBucket.ReplicationDestinationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.ReplicationDestinationProperty
CfnBucket.ReplicationDestinationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnBucket.ReplicationDestinationProperty.Builder, CfnBucket.ReplicationDestinationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBucket.ReplicationDestinationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAccessControlTranslation()
Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket.
|
String |
getAccount()
Destination bucket owner account ID.
|
String |
getBucket()
The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
|
Object |
getEncryptionConfiguration()
Specifies encryption-related information.
|
Object |
getMetrics()
A container specifying replication metrics-related settings enabling replication metrics and events.
|
Object |
getReplicationTime()
A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.
|
String |
getStorageClass()
The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnBucket.ReplicationDestinationProperty.Builder builder)
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder.public final String getBucket()
CfnBucket.ReplicationDestinationPropertygetBucket in interface CfnBucket.ReplicationDestinationPropertypublic final Object getAccessControlTranslation()
CfnBucket.ReplicationDestinationPropertyIf this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object.
getAccessControlTranslation in interface CfnBucket.ReplicationDestinationPropertypublic final String getAccount()
CfnBucket.ReplicationDestinationProperty
In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide .
If you specify the AccessControlTranslation property, the Account property is required.
getAccount in interface CfnBucket.ReplicationDestinationPropertypublic final Object getEncryptionConfiguration()
CfnBucket.ReplicationDestinationPropertygetEncryptionConfiguration in interface CfnBucket.ReplicationDestinationPropertypublic final Object getMetrics()
CfnBucket.ReplicationDestinationPropertygetMetrics in interface CfnBucket.ReplicationDestinationPropertypublic final Object getReplicationTime()
CfnBucket.ReplicationDestinationProperty
Must be specified together with a Metrics block.
getReplicationTime in interface CfnBucket.ReplicationDestinationPropertypublic final String getStorageClass()
CfnBucket.ReplicationDestinationPropertyBy default, Amazon S3 uses the storage class of the source object to create the object replica.
For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference .
getStorageClass in interface CfnBucket.ReplicationDestinationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.