Show / Hide Table of Contents

Interface ICfnRouteServerAssociationProps

Properties for defining a CfnRouteServerAssociation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnRouteServerAssociationProps
Syntax (vb)
Public Interface 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

Properties

RouteServerId

The ID of the associated route server.

VpcId

The ID of the associated VPC.

Properties

RouteServerId

The ID of the associated route server.

string RouteServerId { get; }
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.

string VpcId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX