GetIpamResourceDiscoveryAssociationResult

data class GetIpamResourceDiscoveryAssociationResult(val ipamArn: String? = null, val ipamRegion: String? = null, val ipamResourceDiscoveryAssociationArn: String? = null, val ipamResourceDiscoveryAssociationId: String? = null, val isDefault: Boolean? = null, val ownerId: String? = null, val resourceDiscoveryStatus: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

constructor(ipamArn: String? = null, ipamRegion: String? = null, ipamResourceDiscoveryAssociationArn: String? = null, ipamResourceDiscoveryAssociationId: String? = null, isDefault: Boolean? = null, ownerId: String? = null, resourceDiscoveryStatus: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipamArn: String? = null

Arn of the IPAM.

Link copied to clipboard
val ipamRegion: String? = null

The home region of the IPAM.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource discovery association is a part of.

Link copied to clipboard

Id of the IPAM Resource Discovery Association.

Link copied to clipboard
val isDefault: Boolean? = null

If the Resource Discovery Association exists due as part of CreateIpam.

Link copied to clipboard
val ownerId: String? = null

The AWS Account ID for the account where the shared IPAM exists.

Link copied to clipboard

The status of the resource discovery.

Link copied to clipboard
val state: String? = null

The operational state of the Resource Discovery Association. Related to Create/Delete activities.

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

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