GetTransitRouteTableAggregationsPlainArgs

data class GetTransitRouteTableAggregationsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val transitRouteTableAggregationCidr: String? = null, val transitRouteTableId: String) : ConvertibleToJava<GetTransitRouteTableAggregationsPlainArgs>

A collection of arguments for invoking getTransitRouteTableAggregations.

Constructors

constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null, transitRouteTableAggregationCidr: String? = null, transitRouteTableId: String)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of Transit Route Table Aggregation IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Transit Route Table Aggregation name.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val status: String? = null

The status of Transit Route Table Aggregation. Valid Values: AllConfigured, Configuring, ConfigFailed, PartialConfigured, Deleting.

Link copied to clipboard

The destination CIDR block of the aggregate route.

Link copied to clipboard

The ID of the route table of the Enterprise Edition transit router.

Functions

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