| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
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 - The Lambda version represents the 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 Lambda Amazon Resource Name of the Lambda function that Amazon
Cognito triggers to send email notifications to users.
customEmailLambdaVersionConfigType_lambdaVersion :: Lens' CustomEmailLambdaVersionConfigType CustomEmailSenderLambdaVersionType Source #
The Lambda version represents the 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 Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users.