Get Route Table Result
data class GetRouteTableResult(val arn: String, val associations: List<GetRouteTableAssociation>, val filters: List<GetRouteTableFilter>? = null, val gatewayId: String, val id: String, val ownerId: String, val routeTableId: String, val routes: List<GetRouteTableRoute>, val subnetId: String, val tags: Map<String, String>, val vpcId: String)
A collection of values returned by getRouteTable.
Constructors
Link copied to clipboard
fun GetRouteTableResult(arn: String, associations: List<GetRouteTableAssociation>, filters: List<GetRouteTableFilter>? = null, gatewayId: String, id: String, ownerId: String, routeTableId: String, routes: List<GetRouteTableRoute>, subnetId: String, tags: Map<String, String>, vpcId: String)