Show / Hide Table of Contents

Interface CfnEndpoint.ISecondaryProperty

The secondary Region that processes events when failover is triggered or replication is enabled.

Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEndpoint.ISecondaryProperty
Syntax (vb)
Public Interface CfnEndpoint.ISecondaryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-secondary.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 secondaryProperty = new SecondaryProperty {
                 Route = "route"
             };

Synopsis

Properties

Route

Defines the secondary Region.

Properties

Route

Defines the secondary Region.

string Route { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX