Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-routingcontrol.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-routingcontrol.html#cfn-route53recoverycontrol-routingcontrol-clusterarn

ControlPanelArn

The Amazon Resource Name (ARN) of the control panel that includes the routing control.

string? ControlPanelArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-routingcontrol.html#cfn-route53recoverycontrol-routingcontrol-controlpanelarn

Name

The name of the routing control.

string? Name { get; }
Property Value

string

Remarks

You can use any non-white space character in the name.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-routingcontrol.html#cfn-route53recoverycontrol-routingcontrol-name

Back to top Generated by DocFX