Interface CfnTableBucket.ReplicationDestinationProperty

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

@Stability(Stable) public static interface CfnTableBucket.ReplicationDestinationProperty extends software.amazon.jsii.JsiiSerializable
A replication destination.

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.s3tables.*;
 ReplicationDestinationProperty replicationDestinationProperty = ReplicationDestinationProperty.builder()
         .destinationTableBucketArn("destinationTableBucketArn")
         .build();
 

See Also: