GetVpcIpamsPlainArgs

data class GetVpcIpamsPlainArgs(val filters: List<GetVpcIpamsFilter>? = null, val ipamIds: List<String>? = null) : ConvertibleToJava<GetVpcIpamsPlainArgs>

A collection of arguments for invoking getVpcIpams.

Constructors

Link copied to clipboard
constructor(filters: List<GetVpcIpamsFilter>? = null, ipamIds: List<String>? = null)

Properties

Link copied to clipboard

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 ipamIds: List<String>? = null

IDs of the IPAM resources to query for.

Functions

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