GetRouteTableResult

data class GetRouteTableResult(val arn: String, val defaultAssociationRouteTable: Boolean, val defaultPropagationRouteTable: Boolean, val filters: List<GetRouteTableFilter>? = null, val id: String, val tags: Map<String, String>, val transitGatewayId: String)

A collection of values returned by getRouteTable.

Constructors

Link copied to clipboard
constructor(arn: String, defaultAssociationRouteTable: Boolean, defaultPropagationRouteTable: Boolean, filters: List<GetRouteTableFilter>? = null, id: String, tags: Map<String, String>, transitGatewayId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

EC2 Transit Gateway Route Table ARN.

Link copied to clipboard

Boolean whether this is the default association route table for the EC2 Transit Gateway

Link copied to clipboard

Boolean whether this is the default propagation route table for the EC2 Transit Gateway

Link copied to clipboard
Link copied to clipboard
val id: String

EC2 Transit Gateway Route Table identifier

Link copied to clipboard

Key-value tags for the EC2 Transit Gateway Route Table

Link copied to clipboard

EC2 Transit Gateway identifier