GetLocalGatewayVirtualInterfacePlainArgs

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

A collection of arguments for invoking getLocalGatewayVirtualInterface.

Constructors

Link copied to clipboard
constructor(filters: List<GetLocalGatewayVirtualInterfaceFilter>? = null, id: 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.

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(): GetLocalGatewayVirtualInterfacePlainArgs