libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

Description

 
Synopsis

Documentation

data CustomSMSLambdaVersionConfigType Source #

A custom SMS sender Lambda configuration type.

See: newCustomSMSLambdaVersionConfigType smart constructor.

Constructors

CustomSMSLambdaVersionConfigType' 

Fields

  • lambdaVersion :: CustomSMSSenderLambdaVersionType

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

  • lambdaArn :: Text

    The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.

Instances

Instances details
Eq CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

Read CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

Show CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

Generic CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

Associated Types

type Rep CustomSMSLambdaVersionConfigType :: Type -> Type #

NFData CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

Hashable CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

ToJSON CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

FromJSON CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

type Rep CustomSMSLambdaVersionConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType

type Rep CustomSMSLambdaVersionConfigType = D1 ('MetaData "CustomSMSLambdaVersionConfigType" "Amazonka.CognitoIdentityProvider.Types.CustomSMSLambdaVersionConfigType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "CustomSMSLambdaVersionConfigType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomSMSSenderLambdaVersionType) :*: S1 ('MetaSel ('Just "lambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomSMSLambdaVersionConfigType Source #

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 - The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS Lambda function. The only supported value is V1_0.

$sel:lambdaArn:CustomSMSLambdaVersionConfigType', customSMSLambdaVersionConfigType_lambdaArn - The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.

customSMSLambdaVersionConfigType_lambdaVersion :: Lens' CustomSMSLambdaVersionConfigType CustomSMSSenderLambdaVersionType Source #

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

customSMSLambdaVersionConfigType_lambdaArn :: Lens' CustomSMSLambdaVersionConfigType Text Source #

The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.