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

In response to a request by the DescribeReplicationSubnetGroups operation, this object identifies a subnet by its given Availability Zone, subnet identifier, and status.

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

§Properties

§
SubnetAvailabilityZone?: AvailabilityZone | null
[src]

The Availability Zone of the subnet.

§
SubnetIdentifier?: string | null
[src]

The subnet identifier.

§
SubnetStatus?: string | null
[src]

The status of the subnet.