interface CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps |
![]() | software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps |
![]() | aws_cdk.aws_ec2.CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps |
![]() | aws-cdk-lib » aws_ec2 » CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps |
Properties for defining a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps: ec2.CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps = {
localGatewayRouteTableId: 'localGatewayRouteTableId',
localGatewayVirtualInterfaceGroupId: 'localGatewayVirtualInterfaceGroupId',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
local | string | The ID of the local gateway route table. |
local | string | The ID of the virtual interface group. |
tags? | Cfn [] | The tags assigned to the association. |
localGatewayRouteTableId
Type:
string
The ID of the local gateway route table.
localGatewayVirtualInterfaceGroupId
Type:
string
The ID of the virtual interface group.
tags?
Type:
Cfn
[]
(optional)
The tags assigned to the association.