interface IGatewayRouteTableAssociationRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.EC2.IGatewayRouteTableAssociationRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IGatewayRouteTableAssociationRef | 
|  Java | software.amazon.awscdk.services.ec2.IGatewayRouteTableAssociationRef | 
|  Python | aws_cdk.aws_ec2.IGatewayRouteTableAssociationRef | 
|  TypeScript | aws-cdk-lib»aws_ec2»IGatewayRouteTableAssociationRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a GatewayRouteTableAssociation.
Properties
| Name | Type | Description | 
|---|---|---|
| gateway | Gateway | A reference to a GatewayRouteTableAssociation resource. | 
| node | Node | The tree node. | 
gatewayRouteTableAssociationRef
Type:
Gateway
A reference to a GatewayRouteTableAssociation resource.
node
Type:
Node
The tree node.
