CustomSMSLambdaVersionConfigType - Amazon Cognito User Pools

CustomSMSLambdaVersionConfigType

A custom SMS sender AWS Lambda configuration type.

Contents

LambdaArn

The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.

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

Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS Lambda function. The only supported value is V1_0.

Type: String

Valid Values: V1_0

Required: Yes

See Also

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