Route

class Route

Describes a route in a route table.

Types

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

Properties

Link copied to clipboard

The ID of the carrier gateway.

Link copied to clipboard

The Amazon Resource Name (ARN) of the core network.

Link copied to clipboard

The IPv4 CIDR block used for the destination match.

Link copied to clipboard

The IPv6 CIDR block used for the destination match.

Link copied to clipboard

The prefix of the Amazon Web Services service.

Link copied to clipboard

The ID of the egress-only internet gateway.

Link copied to clipboard

The ID of a gateway attached to your VPC.

Link copied to clipboard

The ID of a NAT instance in your VPC.

Link copied to clipboard

The ID of Amazon Web Services account that owns the instance.

Link copied to clipboard

The ID of the local gateway.

Link copied to clipboard

The ID of a NAT gateway.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The Amazon Resource Name (ARN) of the ODB network.

Link copied to clipboard

Describes how the route was created.

Link copied to clipboard

The state of the route. The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, or the specified NAT instance has been terminated).

Link copied to clipboard

The ID of a transit gateway.

Link copied to clipboard

The ID of a VPC peering connection.

Functions

Link copied to clipboard
inline fun copy(block: Route.Builder.() -> Unit = {}): Route
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