AWSCognitoIdentityProviderCustomEmailLambdaVersionConfigType
Objective-C
@interface AWSCognitoIdentityProviderCustomEmailLambdaVersionConfigType
Swift
class AWSCognitoIdentityProviderCustomEmailLambdaVersionConfigType
The properties of a custom email sender Lambda trigger.
Required parameters: [LambdaVersion, LambdaArn]
-
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lambdaArn;Swift
var lambdaArn: String? { get set } -
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function.Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionType lambdaVersion;Swift
var lambdaVersion: AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionType { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderCustomEmailLambdaVersionConfigType Class Reference