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

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

Overview

A custom email 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 email notifications to users.

Returns:

  • (String)


3384
3385
3386
3387
3388
3389
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3384

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

#lambda_versionString

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.

Returns:

  • (String)


3384
3385
3386
3387
3388
3389
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3384

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