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

ChannelAssociatedWithFlowSummary

import type { ChannelAssociatedWithFlowSummary } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

Summary of details of a channel associated with channel flow.

interface ChannelAssociatedWithFlowSummary {
ChannelArn?: string | null;
Metadata?: string | null;
Mode?: ChannelMode | null;
Name?: string | null;
Privacy?: ChannelPrivacy | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
Metadata?: string | null
[src]

The channel's metadata.

§
Mode?: ChannelMode | null
[src]

The mode of the channel.

§
Name?: string | null
[src]

The name of the channel flow.

§
Privacy?: ChannelPrivacy | null
[src]

The channel's privacy setting.