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

ChannelFlow

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

The details of a channel flow.

interface ChannelFlow {
ChannelFlowArn?: string | null;
CreatedTimestamp?: Date | number | null;
LastUpdatedTimestamp?: Date | number | null;
Name?: string | null;
Processors?: Processor[] | null;
}

§Properties

§
ChannelFlowArn?: string | null
[src]

The ARN of the channel flow.

§
CreatedTimestamp?: Date | number | null
[src]

The time at which the channel flow was created.

§
LastUpdatedTimestamp?: Date | number | null
[src]

The time at which a channel flow was updated.

§
Name?: string | null
[src]

The name of the channel flow.

§
Processors?: Processor[] | null
[src]

Information about the processor Lambda functions.