interface CfnLocalGatewayRouteTableProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnLocalGatewayRouteTableProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLocalGatewayRouteTableProps |
![]() | software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableProps |
![]() | aws_cdk.aws_ec2.CfnLocalGatewayRouteTableProps |
![]() | aws-cdk-lib » aws_ec2 » CfnLocalGatewayRouteTableProps |
Properties for defining a CfnLocalGatewayRouteTable
.
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 cfnLocalGatewayRouteTableProps: ec2.CfnLocalGatewayRouteTableProps = {
localGatewayId: 'localGatewayId',
// the properties below are optional
mode: 'mode',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
local | string | The ID of the local gateway. |
mode? | string | The mode of the local gateway route table. |
tags? | Cfn [] | The tags assigned to the local gateway route table. |
localGatewayId
Type:
string
The ID of the local gateway.
mode?
Type:
string
(optional)
The mode of the local gateway route table.
tags?
Type:
Cfn
[]
(optional)
The tags assigned to the local gateway route table.