AwsSubnet

AwsSubnet
AwsSubnet
JSON Example
{
    "connected_account_id": "string",
    "region_name": "string",
    "availability_zone": "string",
    "subnet_id": "string",
    "subnet_cidr_block": "string",
    "is_compatible": false,
    "vpc_id": "string",
    "vpc_cidr_block": "string",
    "name": "string"
}
string
connected_account_id
Optional

The connected account ID this subnet is accessible through. This is an internal ID formatted as a UUID specific to Skyscraper.

string
region_name
Optional

The region this subnet is in, usually in the form of country code, general location, and a number (ex. us-west-2).

string
availability_zone
Optional

The availability zone this subnet is in, which should be the region name plus one extra letter (ex. us-west-2a).

string
subnet_id
Optional

The subnet ID in AWS, provided in the form 'subnet-######'.

string
subnet_cidr_block
Optional

The CIDR block of the subnet, in the form of '#.#.#.#/#'.

boolean
is_compatible
Optional

Flag indicating whether this subnet is compatible. If true, this is a valid choice for the customer to deploy a SDDC in.

string
vpc_id
Optional

The VPC ID the subnet resides in within AWS. Tends to be 'vpc-#######'.

string
vpc_cidr_block
Optional

The CIDR block of the VPC, in the form of '#.#.#.#/#'.

string
name
Optional

Optional field (may not be provided by AWS), indicates the found name tag for the subnet.