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

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

interface Subnet {
AvailabilityZone?: AvailabilityZone | null;
Identifier?: string | null;
}

§Properties

§
AvailabilityZone?: AvailabilityZone | null
[src]

The Availability Zone where the subnet resides

§
Identifier?: string | null
[src]

The unique identifier for the subnet.