GetRouteTableRoutesRoute

data class GetRouteTableRoutesRoute(val destinationCidrBlock: String, val prefixListId: String, val state: String, val transitGatewayRouteTableAnnouncementId: String, val type: String)

Constructors

Link copied to clipboard
constructor(destinationCidrBlock: String, prefixListId: String, state: String, transitGatewayRouteTableAnnouncementId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR used for route destination matches.

Link copied to clipboard

The ID of the prefix list used for destination matches.

Link copied to clipboard

The current state of the route, can be active, deleted, pending, blackhole, deleting.

Link copied to clipboard

The id of the transit gateway route table announcement, most of the time it is an empty string.

Link copied to clipboard

The type of the route, can be propagated or static.