Show / Hide Table of Contents

Class RoutingControlReference

A reference to a RoutingControl resource.

Inheritance
object
RoutingControlReference
Implements
IRoutingControlReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Route53RecoveryControl
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RoutingControlReference : IRoutingControlReference
Syntax (vb)
Public Class RoutingControlReference Implements IRoutingControlReference
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.Interfaces.Route53RecoveryControl;

            var routingControlReference = new RoutingControlReference {
                RoutingControlArn = "routingControlArn"
            };

Synopsis

Constructors

RoutingControlReference()

A reference to a RoutingControl resource.

Properties

RoutingControlArn

The RoutingControlArn of the RoutingControl resource.

Constructors

RoutingControlReference()

A reference to a RoutingControl resource.

public RoutingControlReference()
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.Interfaces.Route53RecoveryControl;

            var routingControlReference = new RoutingControlReference {
                RoutingControlArn = "routingControlArn"
            };

Properties

RoutingControlArn

The RoutingControlArn of the RoutingControl resource.

public string RoutingControlArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRoutingControlReference
Back to top Generated by DocFX