Show / Hide Table of Contents

Class CfnRouteServerAssociationMixinProps

Properties for CfnRouteServerAssociationPropsMixin.

Inheritance
object
CfnRouteServerAssociationMixinProps
Implements
ICfnRouteServerAssociationMixinProps
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.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouteServerAssociationMixinProps : ICfnRouteServerAssociationMixinProps
Syntax (vb)
Public Class CfnRouteServerAssociationMixinProps Implements ICfnRouteServerAssociationMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverassociation.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.EC2;

             var cfnRouteServerAssociationMixinProps = new CfnRouteServerAssociationMixinProps {
                 RouteServerId = "routeServerId",
                 VpcId = "vpcId"
             };

Synopsis

Constructors

CfnRouteServerAssociationMixinProps()

Properties for CfnRouteServerAssociationPropsMixin.

Properties

RouteServerId

The ID of the associated route server.

VpcId

The ID of the associated VPC.

Constructors

CfnRouteServerAssociationMixinProps()

Properties for CfnRouteServerAssociationPropsMixin.

public CfnRouteServerAssociationMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverassociation.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.EC2;

             var cfnRouteServerAssociationMixinProps = new CfnRouteServerAssociationMixinProps {
                 RouteServerId = "routeServerId",
                 VpcId = "vpcId"
             };

Properties

RouteServerId

The ID of the associated route server.

public string? RouteServerId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverassociation.html#cfn-ec2-routeserverassociation-routeserverid

VpcId

The ID of the associated VPC.

public string? VpcId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverassociation.html#cfn-ec2-routeserverassociation-vpcid

Implements

ICfnRouteServerAssociationMixinProps
Back to top Generated by DocFX