GetVpcIamPoolPlainArgs

data class GetVpcIamPoolPlainArgs(val allocationResourceTags: Map<String, String>? = null, val filters: List<GetVpcIamPoolFilter>? = null, val id: String? = null, val ipamPoolId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVpcIamPoolPlainArgs>

A collection of arguments for invoking getVpcIamPool.

Constructors

Link copied to clipboard
constructor(allocationResourceTags: Map<String, String>? = null, filters: List<GetVpcIamPoolFilter>? = null, id: String? = null, ipamPoolId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Tags that are required to create resources in using this pool.

Link copied to clipboard

Custom filter block as described below.

Link copied to clipboard
val id: String? = null

ID of the IPAM pool.

Link copied to clipboard
val ipamPoolId: String? = null

ID of the IPAM pool you would like information on.

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

Map of tags to assigned to the resource.

Functions

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