Class CfnRouteServerAssociationProps
Properties for defining a CfnRouteServerAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRouteServerAssociationProps : ICfnRouteServerAssociationProps
Syntax (vb)
Public Class CfnRouteServerAssociationProps Implements ICfnRouteServerAssociationProps
Remarks
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 |
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
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
Remarks
VpcId
The ID of the associated VPC.
public string VpcId { get; set; }