Class CfnEndpoint.ReplicationConfigProperty
Endpoints can replicate all events to the secondary Region.
Implements
Inherited Members
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
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
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; }