Interface CfnReplicator.ReplicationStartingPositionProperty

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

@Stability(Stable) public static interface CfnReplicator.ReplicationStartingPositionProperty extends software.amazon.jsii.JsiiSerializable
Configuration for specifying the position in the topics to start replicating from.

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.msk.*;
 ReplicationStartingPositionProperty replicationStartingPositionProperty = ReplicationStartingPositionProperty.builder()
         .type("type")
         .build();
 

See Also: