GetTransitGatewayPlainArgs

data class GetTransitGatewayPlainArgs(val filters: List<GetTransitGatewayFilter>? = null, val id: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetTransitGatewayPlainArgs>

A collection of arguments for invoking getTransitGateway.

Constructors

Link copied to clipboard
constructor(filters: List<GetTransitGatewayFilter>? = null, id: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

One or more configuration blocks containing name-values filters. Detailed below.

Link copied to clipboard
val id: String? = null

Identifier of the EC2 Transit Gateway.

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

Key-value tags for the EC2 Transit Gateway

Functions

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