Show / Hide Table of Contents

Class CfnRoutingControlMixinProps

Properties for CfnRoutingControlPropsMixin.

Inheritance
object
CfnRoutingControlMixinProps
Implements
ICfnRoutingControlMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

object

Remarks

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

Type union: either string or IClusterRef

ControlPanelArn

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

public object? ControlPanelArn { get; set; }
Property Value

object

Remarks

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

Type union: either string or IControlPanelRef

Name

The name of the routing control.

public string? Name { get; set; }
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

Implements

ICfnRoutingControlMixinProps
Back to top Generated by DocFX