paws.compute (version 0.1.0)

ec2_disassociate_vpc_cidr_block: 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 DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

Usage

ec2_disassociate_vpc_cidr_block(AssociationId)

Arguments

AssociationId

[required] The association ID for the CIDR block.

Request syntax

svc$disassociate_vpc_cidr_block(
  AssociationId = "string"
)

Details

You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).