Show / Hide Table of Contents

Class CfnReplicatorPropsMixin.ReplicationStartingPositionProperty

Specifies the position in the topics to start replicating from.

Inheritance
object
CfnReplicatorPropsMixin.ReplicationStartingPositionProperty
Implements
CfnReplicatorPropsMixin.IReplicationStartingPositionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationstartingposition.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationstartingposition.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationstartingposition.html#cfn-msk-replicator-replicationstartingposition-type

Implements

CfnReplicatorPropsMixin.IReplicationStartingPositionProperty
Back to top Generated by DocFX