Show / Hide Table of Contents

Class CfnEndpoint.ReplicationConfigProperty

Endpoints can replicate all events to the secondary Region.

Inheritance
object
CfnEndpoint.ReplicationConfigProperty
Implements
CfnEndpoint.IReplicationConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEndpoint.ReplicationConfigProperty : CfnEndpoint.IReplicationConfigProperty
Syntax (vb)
Public Class CfnEndpoint.ReplicationConfigProperty Implements CfnEndpoint.IReplicationConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-replicationconfig.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.AWS.Events;

             var replicationConfigProperty = new ReplicationConfigProperty {
                 State = "state"
             };

Synopsis

Constructors

ReplicationConfigProperty()

Endpoints can replicate all events to the secondary Region.

Properties

State

The state of event replication.

Constructors

ReplicationConfigProperty()

Endpoints can replicate all events to the secondary Region.

public ReplicationConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-replicationconfig.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.AWS.Events;

             var replicationConfigProperty = new ReplicationConfigProperty {
                 State = "state"
             };

Properties

State

The state of event replication.

public string State { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-replicationconfig.html#cfn-events-endpoint-replicationconfig-state

Implements

CfnEndpoint.IReplicationConfigProperty
Back to top Generated by DocFX