@Stability(value=Stable)
public static interface CfnBucket.AccessControlTranslationProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getOwner()
Specifies the replica ownership.
|
@Stability(value=Stable) @NotNull String getOwner()
For default and valid values, see PUT bucket replication in the Amazon S3 API Reference .
@Stability(value=Stable) static CfnBucket.AccessControlTranslationProperty.Builder builder()
Copyright © 2022. All rights reserved.