GetRouteEntriesPlainArgs

data class GetRouteEntriesPlainArgs(val cidrBlock: String? = null, val instanceId: String? = null, val outputFile: String? = null, val routeTableId: String, val type: String? = null) : ConvertibleToJava<GetRouteEntriesPlainArgs>

A collection of arguments for invoking getRouteEntries.

Constructors

Link copied to clipboard
fun GetRouteEntriesPlainArgs(cidrBlock: String? = null, instanceId: String? = null, outputFile: String? = null, routeTableId: String, type: String? = null)

Functions

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

Properties

Link copied to clipboard
val cidrBlock: String? = null

The destination CIDR block of the route entry.

Link copied to clipboard
val instanceId: String? = null

The instance ID of the next hop.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

The ID of the router table to which the route entry belongs.

Link copied to clipboard
val type: String? = null

The type of the route entry.