ec2_deprovision_ipam_byoasn {paws.compute} | R Documentation |
Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account
Description
Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account. This action can only be called after any BYOIP CIDR associations are removed from your Amazon Web Services account with disassociate_ipam_byoasn
. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
See https://www.paws-r-sdk.com/docs/ec2_deprovision_ipam_byoasn/ for full documentation.
Usage
ec2_deprovision_ipam_byoasn(DryRun = NULL, IpamId, Asn)
Arguments
DryRun |
Checks 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 |
IpamId |
[required] The IPAM ID. |
Asn |
[required] An ASN. |
[Package paws.compute version 0.9.0 Index]