Interface ICfnLocalGatewayRouteTableVPCAssociationProps
Properties for defining a CfnLocalGatewayRouteTableVPCAssociation.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnLocalGatewayRouteTableVPCAssociationProps
Syntax (vb)
Public Interface ICfnLocalGatewayRouteTableVPCAssociationProps
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 cfnLocalGatewayRouteTableVPCAssociationProps = new CfnLocalGatewayRouteTableVPCAssociationProps {
LocalGatewayRouteTableId = "localGatewayRouteTableId",
VpcId = "vpcId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| LocalGatewayRouteTableId | The ID of the local gateway route table. |
| Tags | The tags assigned to the association. |
| VpcId | The ID of the VPC. |
Properties
LocalGatewayRouteTableId
The ID of the local gateway route table.
string LocalGatewayRouteTableId { get; }
Property Value
Remarks
Tags
VpcId
The ID of the VPC.
object VpcId { get; }