aws-cdk-lib.aws_ec2.CfnGatewayRouteTableAssociationProps

interface CfnGatewayRouteTableAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnGatewayRouteTableAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnGatewayRouteTableAssociationProps
Javasoftware.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociationProps
Pythonaws_cdk.aws_ec2.CfnGatewayRouteTableAssociationProps
TypeScript aws-cdk-lib » aws_ec2 » CfnGatewayRouteTableAssociationProps

Properties for defining a CfnGatewayRouteTableAssociation.

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 cfnGatewayRouteTableAssociationProps: ec2.CfnGatewayRouteTableAssociationProps = {
  gatewayId: 'gatewayId',
  routeTableId: 'routeTableId',
};

Properties

NameTypeDescription
gatewayIdstringThe ID of the gateway.
routeTableIdstringThe ID of the route table.

gatewayId

Type: string

The ID of the gateway.


routeTableId

Type: string

The ID of the route table.