Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Subnet

import type { Subnet } from "https://aws-api.deno.dev/v0.4/services/docdb.ts?docs=full";

Detailed information about a subnet.

interface Subnet {
SubnetAvailabilityZone?: AvailabilityZone | null;
SubnetIdentifier?: string | null;
SubnetStatus?: string | null;
}

§Properties

§
SubnetAvailabilityZone?: AvailabilityZone | null
[src]

Specifies the Availability Zone for the subnet.

§
SubnetIdentifier?: string | null
[src]

Specifies the identifier of the subnet.

§
SubnetStatus?: string | null
[src]

Specifies the status of the subnet.