CustomSMSLambdaVersionConfigType - Amazon Cognito User Pools
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CustomSMSLambdaVersionConfigType

The properties of a custom SMS sender Lambda trigger.

Contents

LambdaArn

The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?

Required: Yes

LambdaVersion

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 LambdaVersion of V1_0 with a custom sender function.

Type: String

Valid Values: V1_0

Required: Yes

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: