GetVpcIpamsResult

data class GetVpcIpamsResult(val filters: List<GetVpcIpamsFilter>? = null, val id: String, val ipamIds: List<String>? = null, val ipams: List<GetVpcIpamsIpam>)

A collection of values returned by getVpcIpams.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ipamIds: List<String>? = null
Link copied to clipboard

List of IPAM resources matching the provided arguments.