RouteTable

Describes a route table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The associations between the route table and your subnets or gateways.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the route table.

Link copied to clipboard

Any virtual private gateway (VGW) propagating routes.

Link copied to clipboard

The routes in the route table.

Link copied to clipboard

The ID of the route table.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the route table.

Link copied to clipboard

The ID of the VPC.

Functions

Link copied to clipboard
inline fun copy(block: RouteTable.Builder.() -> Unit = {}): RouteTable
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String