GetIpamResult

data class GetIpamResult(val arn: String? = null, val defaultResourceDiscoveryAssociationId: String? = null, val defaultResourceDiscoveryId: String? = null, val description: String? = null, val enablePrivateGua: Boolean? = null, val ipamId: String? = null, val operatingRegions: List<IpamOperatingRegion>? = null, val privateDefaultScopeId: String? = null, val publicDefaultScopeId: String? = null, val resourceDiscoveryAssociationCount: Int? = null, val scopeCount: Int? = null, val tags: List<Tag>? = null, val tier: IpamTier? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, defaultResourceDiscoveryAssociationId: String? = null, defaultResourceDiscoveryId: String? = null, description: String? = null, enablePrivateGua: Boolean? = null, ipamId: String? = null, operatingRegions: List<IpamOperatingRegion>? = null, privateDefaultScopeId: String? = null, publicDefaultScopeId: String? = null, resourceDiscoveryAssociationCount: Int? = null, scopeCount: Int? = null, tags: List<Tag>? = null, tier: IpamTier? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the IPAM.

Link copied to clipboard

The Id of the default association to the default resource discovery, created with this IPAM.

Link copied to clipboard

The Id of the default resource discovery, created with this IPAM.

Link copied to clipboard
val description: String? = null

The description for the IPAM.

Link copied to clipboard

Enable provisioning of GUA space in private pools.

Link copied to clipboard
val ipamId: String? = null

Id of the IPAM.

Link copied to clipboard

The regions IPAM is enabled for. Allows pools to be created in these regions, as well as enabling monitoring

Link copied to clipboard

The Id of the default scope for publicly routable IP space, created with this IPAM.

Link copied to clipboard

The Id of the default scope for publicly routable IP space, created with this IPAM.

Link copied to clipboard

The count of resource discoveries associated with this IPAM.

Link copied to clipboard
val scopeCount: Int? = null

The number of scopes that currently exist in this IPAM.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val tier: IpamTier? = null

The tier of the IPAM.