get Gateway Route Table Association
suspend fun getGatewayRouteTableAssociation(argument: GetGatewayRouteTableAssociationPlainArgs): GetGatewayRouteTableAssociationResult
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.
Return
null
Parameters
argument
null
suspend fun getGatewayRouteTableAssociation(gatewayId: String): GetGatewayRouteTableAssociationResult
Return
null
Parameters
gateway Id
The ID of the gateway.
See also
suspend fun getGatewayRouteTableAssociation(argument: suspend GetGatewayRouteTableAssociationPlainArgsBuilder.() -> Unit): GetGatewayRouteTableAssociationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetGatewayRouteTableAssociationPlainArgs.