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

CreateChannelFlowRequest

import type { CreateChannelFlowRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface CreateChannelFlowRequest {
AppInstanceArn: string;
ClientRequestToken: string;
Name: string;
Processors: Processor[];
Tags?: Tag[] | null;
}

§Properties

§
AppInstanceArn: string
[src]

The ARN of the channel flow request.

§
ClientRequestToken: string
[src]

The client token for the request. An Idempotency token.

§
Name: string
[src]

The name of the channel flow.

§
Processors: Processor[]
[src]

Information about the processor Lambda functions.

§
Tags?: Tag[] | null
[src]

The tags for the creation request.