Show / Hide Table of Contents

Class CfnEndpoint.SecondaryProperty

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

Inheritance
object
CfnEndpoint.SecondaryProperty
Implements
CfnEndpoint.ISecondaryProperty
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.SecondaryProperty : CfnEndpoint.ISecondaryProperty
Syntax (vb)
Public Class CfnEndpoint.SecondaryProperty Implements 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

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

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"
             };

Properties

Route

Defines the secondary Region.

public string Route { get; set; }
Property Value

string

Remarks

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

Implements

CfnEndpoint.ISecondaryProperty
Back to top Generated by DocFX