Get Vpc Ipam Result
data class GetVpcIpamResult(val arn: String, val defaultResourceDiscoveryAssociationId: String, val defaultResourceDiscoveryId: String, val description: String, val enablePrivateGua: Boolean, val id: String, val ipamRegion: String, val operatingRegions: List<GetVpcIpamOperatingRegion>, val ownerId: String, val privateDefaultScopeId: String, val publicDefaultScopeId: String, val resourceDiscoveryAssociationCount: Int, val scopeCount: Int, val state: String, val stateMessage: String, val tags: Map<String, String>, val tier: String)
A collection of values returned by getVpcIpam.
Constructors
Link copied to clipboard
constructor(arn: String, defaultResourceDiscoveryAssociationId: String, defaultResourceDiscoveryId: String, description: String, enablePrivateGua: Boolean, id: String, ipamRegion: String, operatingRegions: List<GetVpcIpamOperatingRegion>, ownerId: String, privateDefaultScopeId: String, publicDefaultScopeId: String, resourceDiscoveryAssociationCount: Int, scopeCount: Int, state: String, stateMessage: String, tags: Map<String, String>, tier: String)
Properties
Link copied to clipboard
The default resource discovery association ID.
Link copied to clipboard
The default resource discovery ID.
Link copied to clipboard
Description for the IPAM.
Link copied to clipboard
If private GUA is enabled.
Link copied to clipboard
Region that the IPAM exists in.
Link copied to clipboard
Regions that the IPAM is configured to operate in.
Link copied to clipboard
ID of the default private scope.
Link copied to clipboard
ID of the default public scope.
Link copied to clipboard
Number of resource discovery associations.
Link copied to clipboard
Number of scopes on this IPAM.
Link copied to clipboard
State message of the IPAM.