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