class Aws::CognitoIdentityProvider::Types::CustomEmailLambdaVersionConfigType

A custom email sender Lambda configuration type.

@note When making an API call, you may pass CustomEmailLambdaVersionConfigType

data as a hash:

    {
      lambda_version: "V1_0", # required, accepts V1_0
      lambda_arn: "ArnType", # required
    }

@!attribute [rw] lambda_version

The Lambda version represents the 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`.
@return [String]

@!attribute [rw] lambda_arn

The Lambda Amazon Resource Name of the Lambda function that Amazon
Cognito triggers to send email notifications to users.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/CustomEmailLambdaVersionConfigType AWS API Documentation

Constants

SENSITIVE