Class CfnReplicatorPropsMixin.ReplicationStartingPositionProperty
Specifies the position in the topics to start replicating from.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnReplicatorPropsMixin.ReplicationStartingPositionProperty : CfnReplicatorPropsMixin.IReplicationStartingPositionProperty
Syntax (vb)
Public Class CfnReplicatorPropsMixin.ReplicationStartingPositionProperty Implements CfnReplicatorPropsMixin.IReplicationStartingPositionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var replicationStartingPositionProperty = new ReplicationStartingPositionProperty {
Type = "type"
};
Synopsis
Constructors
| ReplicationStartingPositionProperty() | Specifies the position in the topics to start replicating from. |
Properties
| Type | The type of replication starting position. |
Constructors
ReplicationStartingPositionProperty()
Specifies the position in the topics to start replicating from.
public ReplicationStartingPositionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var replicationStartingPositionProperty = new ReplicationStartingPositionProperty {
Type = "type"
};
Properties
Type
The type of replication starting position.
public string? Type { get; set; }