Class RoutingControlReference
A reference to a RoutingControl resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated