GetLocalGatewayVirtualInterfaceGroupPlainArgs

data class GetLocalGatewayVirtualInterfaceGroupPlainArgs(val filters: List<GetLocalGatewayVirtualInterfaceGroupFilter>? = null, val id: String? = null, val localGatewayId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetLocalGatewayVirtualInterfaceGroupPlainArgs>

A collection of arguments for invoking getLocalGatewayVirtualInterfaceGroup.

Constructors

constructor(filters: List<GetLocalGatewayVirtualInterfaceGroupFilter>? = null, id: String? = null, localGatewayId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.

Link copied to clipboard
val id: String? = null

Identifier of EC2 Local Gateway Virtual Interface Group.

Link copied to clipboard
val localGatewayId: String? = null

Identifier of EC2 Local Gateway.

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

Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.

Functions

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