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.3/services/neptune.ts?docs=full";

Specifies a subnet.

This data type is used as a response element in the "DescribeDBSubnetGroups" action.

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

§Properties

§
SubnetAvailabilityZone?: AvailabilityZone | null
[src]

Specifies the EC2 Availability Zone that the subnet is in.

§
SubnetIdentifier?: string | null
[src]

Specifies the identifier of the subnet.

§
SubnetStatus?: string | null
[src]

Specifies the status of the subnet.