AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateChannelFlow operation. Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API.

Channel flows process the following items:

  1. New and updated messages

  2. Persistent and non-persistent messages

  3. The Standard message type

Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK messaging, refer to Message types in the Amazon Chime developer guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ChimeSDKMessaging.AmazonChimeSDKMessagingRequest
      Amazon.ChimeSDKMessaging.Model.CreateChannelFlowRequest

Namespace: Amazon.ChimeSDKMessaging.Model
Assembly: AWSSDK.ChimeSDKMessaging.dll
Version: 3.x.y.z

Syntax

C#
public class CreateChannelFlowRequest : AmazonChimeSDKMessagingRequest
         IAmazonWebServiceRequest

The CreateChannelFlowRequest type exposes the following members

Constructors

NameDescription
Public Method CreateChannelFlowRequest()

Properties

NameTypeDescription
Public Property AppInstanceArn System.String

Gets and sets the property AppInstanceArn.

The ARN of the channel flow request.

Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

The client token for the request. An Idempotency token.

Public Property Name System.String

Gets and sets the property Name.

The name of the channel flow.

Public Property Processors System.Collections.Generic.List<Amazon.ChimeSDKMessaging.Model.Processor>

Gets and sets the property Processors.

Information about the processor Lambda functions.

Public Property Tags System.Collections.Generic.List<Amazon.ChimeSDKMessaging.Model.Tag>

Gets and sets the property Tags.

The tags for the creation request.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5