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
constructor(cidrBlock: String? = null, instanceId: String? = null, outputFile: String? = null, routeTableId: String, type: String? = null)

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

File name where to save data source results (after running pulumi preview).

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.

Functions

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