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
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
Remarks
VpcId
The ID of the associated VPC.
string? VpcId { get; }