public static interface CfnBucket.AccessControlTranslationProperty
If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.s3.*; AccessControlTranslationProperty accessControlTranslationProperty = AccessControlTranslationProperty.builder() .owner("owner") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBucket.AccessControlTranslationProperty.Builder
A builder for
CfnBucket.AccessControlTranslationProperty |
static class |
CfnBucket.AccessControlTranslationProperty.Jsii$Proxy
An implementation for
CfnBucket.AccessControlTranslationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBucket.AccessControlTranslationProperty.Builder |
builder() |
java.lang.String |
getOwner()
Specifies the replica ownership.
|
java.lang.String getOwner()
For default and valid values, see PUT bucket replication in the Amazon S3 API Reference .
static CfnBucket.AccessControlTranslationProperty.Builder builder()