- Navigation Guide
@aws-sdk/client-chime-sdk-messaging
CreateChannelFlowCommandInput Interface
The input for CreateChannelFlowCommand.
Members
Name | Type | Details |
---|---|---|
AppInstanceArn Required | string | undefined | The ARN of the channel flow request. |
Name Required | string | undefined | The name of the channel flow. |
Processors Required | Processor[] | undefined | Information about the processor Lambda functions. |
ClientRequestToken | string | undefined | The client token for the request. An Idempotency token. |
Tags | Tag[] | undefined | The tags for the creation request. |
Full Signature
export interface CreateChannelFlowCommandInput extends CreateChannelFlowRequest