Show / Hide Table of Contents

Class CfnRouteServerAssociationProps

Properties for defining a CfnRouteServerAssociation.

Inheritance
object
CfnRouteServerAssociationProps
Implements
ICfnRouteServerAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRouteServerAssociationProps : ICfnRouteServerAssociationProps
Syntax (vb)
Public Class CfnRouteServerAssociationProps Implements ICfnRouteServerAssociationProps
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.AWS.EC2;

             var cfnRouteServerAssociationProps = new CfnRouteServerAssociationProps {
                 RouteServerId = "routeServerId",
                 VpcId = "vpcId"
             };

Synopsis

Constructors

CfnRouteServerAssociationProps()

Properties for defining a CfnRouteServerAssociation.

Properties

RouteServerId

The ID of the associated route server.

VpcId

The ID of the associated VPC.

Constructors

CfnRouteServerAssociationProps()

Properties for defining a CfnRouteServerAssociation.

public CfnRouteServerAssociationProps()
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.AWS.EC2;

             var cfnRouteServerAssociationProps = new CfnRouteServerAssociationProps {
                 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

ICfnRouteServerAssociationProps
Back to top Generated by DocFX