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

Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.

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

§Properties

§
SubnetAvailabilityZone?: string | null
[src]

The Availability Zone (AZ) for the subnet.

§
SubnetIdentifier?: string | null
[src]

The system-assigned identifier for the subnet.