Class BucketReplicationConfigState


  • public final class BucketReplicationConfigState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bucket

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bucket()
        Returns:
        Name of the source S3 bucket you want Amazon S3 to monitor.
      • role

        public java.util.Optional<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 java.util.Optional<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).