HubRouteResponse

data class HubRouteResponse(val destinationType: String, val destinations: List<String>, val name: String, val nextHop: String, val nextHopType: String)

RouteTable route.

Constructors

Link copied to clipboard
constructor(destinationType: String, destinations: List<String>, name: String, nextHop: String, nextHopType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of all destinations.

Link copied to clipboard

The type of destinations (eg: CIDR, ResourceId, Service).

Link copied to clipboard

The name of the Route that is unique within a RouteTable. This name can be used to access this route.

Link copied to clipboard

NextHop resource ID.

Link copied to clipboard

The type of next hop (eg: ResourceId).