Show / Hide Table of Contents

Interface ICfnRouteServerAssociationMixinProps

Properties for CfnRouteServerAssociationPropsMixin.

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

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