Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCustomAvailabilityZoneMessage

import type { CreateCustomAvailabilityZoneMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface CreateCustomAvailabilityZoneMessage {
CustomAvailabilityZoneName: string;
ExistingVpnId?: string | null;
NewVpnTunnelName?: string | null;
VpnTunnelOriginatorIP?: string | null;
}

§Properties

§
CustomAvailabilityZoneName: string
[src]
§
ExistingVpnId?: string | null
[src]
§
NewVpnTunnelName?: string | null
[src]
§
VpnTunnelOriginatorIP?: string | null
[src]