GetVpcCidrBlockAssociation

data class GetVpcCidrBlockAssociation(val associationId: String, val cidrBlock: String, val state: String)

Constructors

Link copied to clipboard
constructor(associationId: String, cidrBlock: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Association ID for the IPv4 CIDR block.

Link copied to clipboard

Cidr block of the desired VPC.

Link copied to clipboard

Current state of the desired VPC. Can be either "pending" or "available".