ec2_disassociate_vpc_cidr_block {paws.compute} | R Documentation |
Disassociates a CIDR block from a VPC
Description
Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using describe_vpcs
. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.
See https://www.paws-r-sdk.com/docs/ec2_disassociate_vpc_cidr_block/ for full documentation.
Usage
ec2_disassociate_vpc_cidr_block(AssociationId)
Arguments
AssociationId |
[required] The association ID for the CIDR block. |
[Package paws.compute version 0.7.0 Index]