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

This data type is used as a response element for the DescribeDBSubnetGroups operation.

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

§Properties

§
SubnetAvailabilityZone?: AvailabilityZone | null
[src]
§
SubnetIdentifier?: string | null
[src]

The identifier of the subnet.

§
SubnetOutpost?: Outpost | null
[src]

If the subnet is associated with an Outpost, this value specifies the Outpost.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

§
SubnetStatus?: string | null
[src]

The status of the subnet.