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
Specifies 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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReplicator.ReplicationStartingPositionPropertystatic final classAn implementation forCfnReplicator.ReplicationStartingPositionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of replication starting position.- See Also:
-
builder
-