AWSChimeSDKMessagingCreateChannelFlowRequest
Objective-C
@interface AWSChimeSDKMessagingCreateChannelFlowRequest
Swift
class AWSChimeSDKMessagingCreateChannelFlowRequest
-
The ARN of the channel flow request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceArn;
Swift
var appInstanceArn: String? { get set }
-
The client token for the request. An Idempotency token.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientRequestToken;
Swift
var clientRequestToken: String? { get set }
-
The name of the channel flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
Information about the processor Lambda functions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingProcessor *> *_Nullable processors;
Swift
var processors: [AWSChimeSDKMessagingProcessor]? { get set }
-
The tags for the creation request.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingTag *> *_Nullable tags;
Swift
var tags: [AWSChimeSDKMessagingTag]? { get set }