AWSChimeSDKMessagingLambdaConfiguration
Objective-C
@interface AWSChimeSDKMessagingLambdaConfiguration
Swift
class AWSChimeSDKMessagingLambdaConfiguration
Stores metadata about a Lambda processor.
Required parameters: [ResourceArn, InvocationType]
-
Controls how the Lambda function is invoked.
Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingInvocationType invocationType;
Swift
var invocationType: AWSChimeSDKMessagingInvocationType { get set }
-
The ARN of the Lambda message processing function.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }