Provision Ipam Byoasn
ec2_provision_ipam_byoasn | R Documentation |
Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account¶
Description¶
Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account. This action requires authorization context for Amazon to bring the ASN to an Amazon Web Services account. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
Usage¶
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
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.IpamId
[required] An IPAM ID.
Asn
[required] A public 2-byte or 4-byte ASN.
AsnAuthorizationContext
[required] An ASN authorization context.
Value¶
A list with the following syntax:
list(
Byoasn = list(
Asn = "string",
IpamId = "string",
StatusMessage = "string",
State = "deprovisioned"|"failed-deprovision"|"failed-provision"|"pending-deprovision"|"pending-provision"|"provisioned"
)
)