Disassociate Ipam Resource Discovery
ec2_disassociate_ipam_resource_discovery | R Documentation |
Disassociates a resource discovery from an Amazon VPC IPAM¶
Description¶
Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
Usage¶
Arguments¶
DryRun
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.IpamResourceDiscoveryAssociationId
[required] A resource discovery association ID.
Value¶
A list with the following syntax:
list(
IpamResourceDiscoveryAssociation = list(
OwnerId = "string",
IpamResourceDiscoveryAssociationId = "string",
IpamResourceDiscoveryAssociationArn = "string",
IpamResourceDiscoveryId = "string",
IpamId = "string",
IpamArn = "string",
IpamRegion = "string",
IsDefault = TRUE|FALSE,
ResourceDiscoveryStatus = "active"|"not-found",
State = "associate-in-progress"|"associate-complete"|"associate-failed"|"disassociate-in-progress"|"disassociate-complete"|"disassociate-failed"|"isolate-in-progress"|"isolate-complete"|"restore-in-progress",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)