ec2_disassociate_vpc_cidr_block: Disassociates a CIDR block from a VPC

View source: R/ec2_operations.R

ec2_disassociate_vpc_cidr_blockR 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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.