VpcInfoSubnets

VpcInfoSubnets
VpcInfoSubnets
JSON Example
{
    "vpc_id": "string",
    "cidr_block": "string",
    "description": "string",
    "subnets": [
        {
            "compatible": false,
            "connected_account_id": "string",
            "region_name": "string",
            "availability_zone": "string",
            "subnet_id": "string",
            "availability_zone_id": "string",
            "subnet_cidr_block": "string",
            "note": "string",
            "vpc_id": "string",
            "vpc_cidr_block": "string",
            "name": "string"
        }
    ]
}
string
vpc_id
Optional

The ID of the VPC these subnets belong to.

string
cidr_block
Optional

The overall CIDR block of the VPC. This is the AWS primary CIDR block.

string
description
Optional

The description of the VPC; usually it's name or id.

array of SubnetInfo
subnets
Optional

subnets