get Subnet Route Table Association
suspend fun getSubnetRouteTableAssociation(argument: GetSubnetRouteTableAssociationPlainArgs): GetSubnetRouteTableAssociationResult
Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. A route table can be associated with multiple subnets. To create a route table, see AWS::EC2::RouteTable.
Return
null
Parameters
argument
null
Return
null
Parameters
id
The ID of the subnet route table association.
See also
suspend fun getSubnetRouteTableAssociation(argument: suspend GetSubnetRouteTableAssociationPlainArgsBuilder.() -> Unit): GetSubnetRouteTableAssociationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetSubnetRouteTableAssociationPlainArgs.