Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-gatewayroutetableassociation.json
Parent schema serverless-framework-configuration
Type: object

Associates a gateway with a route table. The gateway and route table must be in the same VPC. This association causes the incoming traffic to the gateway to be routed according to the routes in the route table.. Source:- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html

Properties

RouteTableId string | Aws_CF_FunctionString required

The ID of the route table.

GatewayId string | Aws_CF_FunctionString required

The ID of the gateway.