GetIpamResourceDiscoveryResult

data class GetIpamResourceDiscoveryResult(val description: String? = null, val ipamResourceDiscoveryArn: String? = null, val ipamResourceDiscoveryId: String? = null, val ipamResourceDiscoveryRegion: String? = null, val isDefault: Boolean? = null, val operatingRegions: List<IpamResourceDiscoveryIpamOperatingRegion>? = null, val ownerId: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, ipamResourceDiscoveryArn: String? = null, ipamResourceDiscoveryId: String? = null, ipamResourceDiscoveryRegion: String? = null, isDefault: Boolean? = null, operatingRegions: List<IpamResourceDiscoveryIpamOperatingRegion>? = null, ownerId: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The resource discovery description.

Link copied to clipboard

Amazon Resource Name (Arn) for the Resource Discovery.

Link copied to clipboard

Id of the IPAM Pool.

Link copied to clipboard

The region the resource discovery is setup in.

Link copied to clipboard
val isDefault: Boolean? = null

Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.

Link copied to clipboard

The regions Resource Discovery is enabled for. Allows resource discoveries to be created in these regions, as well as enabling monitoring

Link copied to clipboard
val ownerId: String? = null

Owner Account ID of the Resource Discovery

Link copied to clipboard
val state: String? = null

The state of this Resource Discovery.

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

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