Interface ICfnRoutingControlMixinProps
Properties for CfnRoutingControlPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Route53RecoveryControl.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnRoutingControlMixinProps
Syntax (vb)
Public Interface ICfnRoutingControlMixinProps
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.Mixins.Preview.AWS.Route53RecoveryControl.Mixins;
var cfnRoutingControlMixinProps = new CfnRoutingControlMixinProps {
ClusterArn = "clusterArn",
ControlPanelArn = "controlPanelArn",
Name = "name"
};
Synopsis
Properties
| ClusterArn | The Amazon Resource Name (ARN) of the cluster that hosts the routing control. |
| ControlPanelArn | The Amazon Resource Name (ARN) of the control panel that includes the routing control. |
| Name | The name of the routing control. |
Properties
ClusterArn
The Amazon Resource Name (ARN) of the cluster that hosts the routing control.
string? ClusterArn { get; }
Property Value
Remarks
ControlPanelArn
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
string? ControlPanelArn { get; }
Property Value
Remarks
Name
The name of the routing control.
string? Name { get; }
Property Value
Remarks
You can use any non-white space character in the name.