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. The arguments of this data source act as filters for querying the available IPAMs.

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