Class CfnRouteServerAssociationMixinProps
Properties for CfnRouteServerAssociationPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
VpcId
The ID of the associated VPC.
public string? VpcId { get; set; }