Class: Aws::CognitoIdentityProvider::Types::CustomSMSLambdaVersionConfigType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

A custom SMS sender Lambda configuration type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_arnString

The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.

Returns:

  • (String)


3528
3529
3530
3531
3532
3533
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3528

class CustomSMSLambdaVersionConfigType < Struct.new(
  :lambda_version,
  :lambda_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_versionString

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.

Returns:

  • (String)


3528
3529
3530
3531
3532
3533
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3528

class CustomSMSLambdaVersionConfigType < Struct.new(
  :lambda_version,
  :lambda_arn)
  SENSITIVE = []
  include Aws::Structure
end