class Aws::CognitoIdentityProvider::Types::CustomSMSLambdaVersionConfigType

A custom SMS sender Lambda configuration type.

@note When making an API call, you may pass CustomSMSLambdaVersionConfigType

data as a hash:

    {
      lambda_version: "V1_0", # required, accepts V1_0
      lambda_arn: "ArnType", # required
    }

@!attribute [rw] lambda_version

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`.
@return [String]

@!attribute [rw] lambda_arn

The Lambda Amazon Resource Name of the Lambda function that Amazon
Cognito triggers to send SMS notifications to users.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/CustomSMSLambdaVersionConfigType AWS API Documentation

Constants

SENSITIVE