GetLocalGatewayVirtualInterfaceGroupsPlainArgs

data class GetLocalGatewayVirtualInterfaceGroupsPlainArgs(val filters: List<GetLocalGatewayVirtualInterfaceGroupsFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetLocalGatewayVirtualInterfaceGroupsPlainArgs>

A collection of arguments for invoking getLocalGatewayVirtualInterfaceGroups.

Constructors

constructor(filters: List<GetLocalGatewayVirtualInterfaceGroupsFilter>? = 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 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(): GetLocalGatewayVirtualInterfaceGroupsPlainArgs