Interface CfnBucketPropsMixin.ReplicationTimeValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBucketPropsMixin.ReplicationTimeValueProperty.Jsii$Proxy
Enclosing class:
CfnBucketPropsMixin

@Stability(Stable) public static interface CfnBucketPropsMixin.ReplicationTimeValueProperty extends software.amazon.jsii.JsiiSerializable
A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.s3.mixins.*;
 ReplicationTimeValueProperty replicationTimeValueProperty = ReplicationTimeValueProperty.builder()
         .minutes(123)
         .build();
 

See Also: