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

Termination

import type { Termination } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface Termination {
CallingRegions?: string[] | null;
CidrAllowedList?: string[] | null;
CpsLimit?: number | null;
DefaultPhoneNumber?: string | null;
Disabled?: boolean | null;
}

§Properties

§
CallingRegions?: string[] | null
[src]
§
CidrAllowedList?: string[] | null
[src]
§
CpsLimit?: number | null
[src]
§
DefaultPhoneNumber?: string | null
[src]
§
Disabled?: boolean | null
[src]