HubRouteArgs

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

RouteTable route.

Constructors

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

Properties

Link copied to clipboard
val destinations: Output<List<String>>

List of all destinations.

Link copied to clipboard
val destinationType: Output<String>

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

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val nextHop: Output<String>

NextHop resource ID.

Link copied to clipboard
val nextHopType: Output<String>

The type of next hop (eg: ResourceId).

Functions

Link copied to clipboard
open override fun toJava(): HubRouteArgs