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

VoiceConnector

import type { VoiceConnector } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface VoiceConnector {
AwsRegion?: VoiceConnectorAwsRegion | null;
CreatedTimestamp?: Date | number | null;
Name?: string | null;
OutboundHostName?: string | null;
RequireEncryption?: boolean | null;
UpdatedTimestamp?: Date | number | null;
VoiceConnectorArn?: string | null;
VoiceConnectorId?: string | null;
}

§Properties

§
CreatedTimestamp?: Date | number | null
[src]
§
Name?: string | null
[src]
§
OutboundHostName?: string | null
[src]
§
RequireEncryption?: boolean | null
[src]
§
UpdatedTimestamp?: Date | number | null
[src]
§
VoiceConnectorArn?: string | null
[src]
§
VoiceConnectorId?: string | null
[src]