Package com.pulumi.aws.s3
Class BucketReplicationConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.s3.BucketReplicationConfigArgs
-
public final class BucketReplicationConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BucketReplicationConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static BucketReplicationConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
bucket()
static BucketReplicationConfigArgs.Builder
builder()
static BucketReplicationConfigArgs.Builder
builder(BucketReplicationConfigArgs defaults)
com.pulumi.core.Output<java.lang.String>
role()
com.pulumi.core.Output<java.util.List<BucketReplicationConfigRuleArgs>>
rules()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
token()
-
-
-
Field Detail
-
Empty
public static final BucketReplicationConfigArgs Empty
-
-
Method Detail
-
bucket
public com.pulumi.core.Output<java.lang.String> bucket()
- Returns:
- Name of the source S3 bucket you want Amazon S3 to monitor.
-
role
public com.pulumi.core.Output<java.lang.String> role()
- Returns:
- ARN of the IAM role for Amazon S3 to assume when replicating the objects.
-
rules
public com.pulumi.core.Output<java.util.List<BucketReplicationConfigRuleArgs>> rules()
- Returns:
- List of configuration blocks describing the rules managing the replication. See below.
-
token
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> token()
- Returns:
- Token to allow replication to be enabled on an Object Lock-enabled bucket. You must contact AWS support for the bucket's "Object Lock token". For more details, see [Using S3 Object Lock with replication](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-managing-replication).
-
builder
public static BucketReplicationConfigArgs.Builder builder()
-
builder
public static BucketReplicationConfigArgs.Builder builder(BucketReplicationConfigArgs defaults)
-
-