{ "name": "Vpc", "description": "Describes a VPC", "type": "object", "properties": [ { "name": "vpcId", "type": "string", "description": "The ID of the VPC", "required": false }, { "name": "state", "type": "string", "description": "The current state of the VPC", "required": false }, { "name": "cidrBlock", "type": "string", "description": "The primary IPv4 CIDR block for the VPC", "required": false }, { "name": "cidrBlockAssociationSet", "type": "array", "description": "Information about the IPv4 CIDR blocks associated with the VPC", "required": false }, { "name": "ipv6CidrBlockAssociationSet", "type": "array", "description": "Information about the IPv6 CIDR blocks associated with the VPC", "required": false }, { "name": "dhcpOptionsId", "type": "string", "description": "The ID of the set of DHCP options associated with the VPC", "required": false }, { "name": "instanceTenancy", "type": "string", "description": "The allowed tenancy of instances launched into the VPC", "required": false }, { "name": "isDefault", "type": "boolean", "description": "Indicates whether the VPC is the default VPC", "required": false }, { "name": "ownerId", "type": "string", "description": "The ID of the AWS account that owns the VPC", "required": false }, { "name": "tags", "type": "array", "description": "Any tags assigned to the VPC", "required": false } ] }