AWSCognitoIdentityProviderCustomEmailLambdaVersionConfigType
Objective-C
@interface AWSCognitoIdentityProviderCustomEmailLambdaVersionConfigType
Swift
class AWSCognitoIdentityProviderCustomEmailLambdaVersionConfigType
A custom email sender Lambda configuration type.
Required parameters: [LambdaVersion, LambdaArn]
-
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send email notifications to users.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lambdaArn;
Swift
var lambdaArn: String? { get set }
-
Signature of the “request” attribute in the “event” information Amazon Cognito passes to your custom email Lambda function. The only supported value is
V1_0
.Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionType lambdaVersion;
Swift
var lambdaVersion: AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionType { get set }