| 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.CustomEmailLambdaVersionConfigType
Description
Synopsis
- data CustomEmailLambdaVersionConfigType = CustomEmailLambdaVersionConfigType' {}
- newCustomEmailLambdaVersionConfigType :: CustomEmailSenderLambdaVersionType -> Text -> CustomEmailLambdaVersionConfigType
- customEmailLambdaVersionConfigType_lambdaVersion :: Lens' CustomEmailLambdaVersionConfigType CustomEmailSenderLambdaVersionType
- customEmailLambdaVersionConfigType_lambdaArn :: Lens' CustomEmailLambdaVersionConfigType Text
Documentation
data CustomEmailLambdaVersionConfigType Source #
A custom email sender Lambda configuration type.
See: newCustomEmailLambdaVersionConfigType smart constructor.
Constructors
| CustomEmailLambdaVersionConfigType' | |
Fields
| |
Instances
newCustomEmailLambdaVersionConfigType Source #
Arguments
| :: CustomEmailSenderLambdaVersionType | |
| -> Text | |
| -> CustomEmailLambdaVersionConfigType |
Create a value of CustomEmailLambdaVersionConfigType 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:CustomEmailLambdaVersionConfigType', customEmailLambdaVersionConfigType_lambdaVersion - 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.
$sel:lambdaArn:CustomEmailLambdaVersionConfigType', customEmailLambdaVersionConfigType_lambdaArn - The Amazon Resource Name (ARN) of the Lambda function that Amazon
Cognito activates to send email notifications to users.
customEmailLambdaVersionConfigType_lambdaVersion :: Lens' CustomEmailLambdaVersionConfigType CustomEmailSenderLambdaVersionType Source #
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.
customEmailLambdaVersionConfigType_lambdaArn :: Lens' CustomEmailLambdaVersionConfigType Text Source #
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send email notifications to users.