Interface CfnBucket.ReplicationTimeValueProperty

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

@Stability(Stable) public static interface CfnBucket.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.services.s3.*;
 ReplicationTimeValueProperty replicationTimeValueProperty = ReplicationTimeValueProperty.builder()
         .minutes(123)
         .build();
 

See Also: