| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType
Description
Synopsis
- data CustomSMSLambdaVersionConfigType = CustomSMSLambdaVersionConfigType' {}
- newCustomSMSLambdaVersionConfigType :: CustomSMSSenderLambdaVersionType -> Text -> CustomSMSLambdaVersionConfigType
- customSMSLambdaVersionConfigType_lambdaVersion :: Lens' CustomSMSLambdaVersionConfigType CustomSMSSenderLambdaVersionType
- customSMSLambdaVersionConfigType_lambdaArn :: Lens' CustomSMSLambdaVersionConfigType Text
Documentation
data CustomSMSLambdaVersionConfigType Source #
A custom SMS sender Lambda configuration type.
See: newCustomSMSLambdaVersionConfigType smart constructor.
Constructors
| CustomSMSLambdaVersionConfigType' | |
Fields
| |
Instances
newCustomSMSLambdaVersionConfigType Source #
Arguments
| :: CustomSMSSenderLambdaVersionType | |
| -> Text | |
| -> CustomSMSLambdaVersionConfigType |
Create a value of CustomSMSLambdaVersionConfigType with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lambdaVersion:CustomSMSLambdaVersionConfigType', customSMSLambdaVersionConfigType_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.
$sel:lambdaArn:CustomSMSLambdaVersionConfigType', customSMSLambdaVersionConfigType_lambdaArn - The Amazon Resource Name (ARN) of the Lambda function that Amazon
Cognito activates to send SMS notifications to users.
customSMSLambdaVersionConfigType_lambdaVersion :: Lens' CustomSMSLambdaVersionConfigType CustomSMSSenderLambdaVersionType Source #
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.
customSMSLambdaVersionConfigType_lambdaArn :: Lens' CustomSMSLambdaVersionConfigType Text Source #
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.