TCognitoIdentityProviderCustomSMSLambdaVersionConfigType
Class in AWS.CognitoIdentityProvider
CustomSMSLambdaVersionConfigType class.
Ancestors
Properties
LambdaArn
property LambdaArn: TARN
LambdaVersion
property LambdaVersion: string
Constructors
Create
constructor Create; overload;
Constructor for TCognitoIdentityProviderCustomSMSLambdaVersionConfigType.
constructor Create(const ALambdaArn: TARN; const ALambdaVersion: string = 'V1_0'); overload;
Constructor for TCognitoIdentityProviderCustomSMSLambdaVersionConfigType.
Parameters
| Name | Description |
|---|---|
ALambdaArn | Specify the Amazon Resource Name (ARN) of a Lambda function that Amazon Cognito calls to send SMS notifications to users. |
ALambdaVersion | Specify the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS Lambda function. Valid values:. |