Class CfnEndpoint.SecondaryProperty
The secondary Region that processes events when failover is triggered or replication is enabled.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEndpoint.SecondaryProperty : CfnEndpoint.ISecondaryProperty
Syntax (vb)
Public Class CfnEndpoint.SecondaryProperty Implements CfnEndpoint.ISecondaryProperty
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 secondaryProperty = new SecondaryProperty {
Route = "route"
};
Synopsis
Constructors
| SecondaryProperty() | The secondary Region that processes events when failover is triggered or replication is enabled. |
Properties
| Route | Defines the secondary Region. |
Constructors
SecondaryProperty()
The secondary Region that processes events when failover is triggered or replication is enabled.
public SecondaryProperty()
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 secondaryProperty = new SecondaryProperty {
Route = "route"
};
Properties
Route
Defines the secondary Region.
public string Route { get; set; }