GetRouteTableAssociation

data class GetRouteTableAssociation(val gatewayId: String, val main: Boolean, val routeTableAssociationId: String, val routeTableId: String, val subnetId: String)

Constructors

Link copied to clipboard
constructor(gatewayId: String, main: Boolean, routeTableAssociationId: String, routeTableId: String, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).

Link copied to clipboard

Whether the association is due to the main route table.

Link copied to clipboard

Association ID.

Link copied to clipboard

ID of the specific Route Table to retrieve.

Link copied to clipboard

ID of a Subnet which is connected to the Route Table (not exported if not passed as a parameter).