GetConnectPlainArgs

data class GetConnectPlainArgs(val filters: List<GetConnectFilter>? = null, val tags: Map<String, String>? = null, val transitGatewayConnectId: String? = null) : ConvertibleToJava<GetConnectPlainArgs>

A collection of arguments for invoking getConnect.

Constructors

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

Properties

Link copied to clipboard

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

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

Key-value tags for the EC2 Transit Gateway Connect

Link copied to clipboard

Identifier of the EC2 Transit Gateway Connect.

Functions

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