Class: Aws::CognitoIdentityProvider::Types::CustomEmailLambdaVersionConfigType

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_arnString

The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.

Returns:

  • (String)


4499
4500
4501
4502
4503
4504
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4499

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

#lambda_versionString

The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.

You must use a ‘LambdaVersion` of `V1_0` with a custom sender function.

Returns:

  • (String)


4499
4500
4501
4502
4503
4504
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4499

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