GetRouteTableResult

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the route table.

Link copied to clipboard

List of associations with attributes detailed below.

Link copied to clipboard
Link copied to clipboard

Gateway ID. Only set when associated with an Internet Gateway or Virtual Private Gateway.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ID of the AWS account that owns the route table.

Link copied to clipboard

List of routes with attributes detailed below.

Link copied to clipboard

Route Table ID.

Link copied to clipboard

Subnet ID. Only set when associated with a subnet.

Link copied to clipboard
Link copied to clipboard