GetRouteTablePlainArgs

data class GetRouteTablePlainArgs(val filters: List<GetRouteTableFilter>? = null, val gatewayId: String? = null, val routeTableId: String? = null, val subnetId: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetRouteTablePlainArgs>

A collection of arguments for invoking getRouteTable.

Constructors

Link copied to clipboard
constructor(filters: List<GetRouteTableFilter>? = null, gatewayId: String? = null, routeTableId: String? = null, subnetId: String? = null, tags: Map<String, String>? = null, vpcId: String? = null)

Properties

Link copied to clipboard

Configuration block. Detailed below.

Link copied to clipboard
val gatewayId: String? = null

ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).

Link copied to clipboard
val routeTableId: String? = null

ID of the specific Route Table to retrieve.

Link copied to clipboard
val subnetId: String? = null

ID of a Subnet which is connected to the Route Table (not exported if not passed as a parameter).

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired Route Table.

Link copied to clipboard
val vpcId: String? = null

ID of the VPC that the desired Route Table belongs to.

Functions

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