GetRouteEntriesPlainArgs

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

A collection of arguments for invoking getRouteEntries.

Constructors

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

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 to query.

Link copied to clipboard

ID of the CEN instance.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard

ID of the route table of the VPC or VBR.