Interface CfnReplicatorPropsMixin.ReplicationStartingPositionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicatorPropsMixin.ReplicationStartingPositionProperty.Jsii$Proxy
- Enclosing class:
CfnReplicatorPropsMixin
@Stability(Stable)
public static interface CfnReplicatorPropsMixin.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.cfnpropertymixins.services.msk.*;
ReplicationStartingPositionProperty replicationStartingPositionProperty = ReplicationStartingPositionProperty.builder()
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnReplicatorPropsMixin.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
@Stability(Stable) static CfnReplicatorPropsMixin.ReplicationStartingPositionProperty.Builder builder()
-