GetVpcsPlainArgs

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

A collection of arguments for invoking getVpcs.

Constructors

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

Properties

Link copied to clipboard
val filters: List<GetVpcsFilter>? = null

Custom filter block as described below. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

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

Map of tags, each pair of which must exactly match a pair on the desired vpcs.

Functions

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