interface LocalGatewayRouteTableReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.LocalGatewayRouteTableReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#LocalGatewayRouteTableReference |
![]() | software.amazon.awscdk.services.ec2.LocalGatewayRouteTableReference |
![]() | aws_cdk.aws_ec2.LocalGatewayRouteTableReference |
![]() | aws-cdk-lib » aws_ec2 » LocalGatewayRouteTableReference |
A reference to a LocalGatewayRouteTable resource.
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 localGatewayRouteTableReference: ec2.LocalGatewayRouteTableReference = {
localGatewayRouteTableArn: 'localGatewayRouteTableArn',
localGatewayRouteTableId: 'localGatewayRouteTableId',
};
Properties
Name | Type | Description |
---|---|---|
local | string | The ARN of the LocalGatewayRouteTable resource. |
local | string | The LocalGatewayRouteTableId of the LocalGatewayRouteTable resource. |
localGatewayRouteTableArn
Type:
string
The ARN of the LocalGatewayRouteTable resource.
localGatewayRouteTableId
Type:
string
The LocalGatewayRouteTableId of the LocalGatewayRouteTable resource.