ec2_associate_ipam_byoasn: Associates your Autonomous System Number (ASN) with a BYOIP...

View source: R/ec2_operations.R

ec2_associate_ipam_byoasnR Documentation

Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region

Description

Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region. 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_associate_ipam_byoasn/ for full documentation.

Usage

ec2_associate_ipam_byoasn(DryRun = NULL, Asn, Cidr)

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 is UnauthorizedOperation.

Asn

[required] A public 2-byte or 4-byte ASN.

Cidr

[required] The BYOIP CIDR you want to associate with an ASN.


paws.compute documentation built on May 29, 2024, 9:16 a.m.