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