You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::LambdaConfigType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LambdaConfigType as input to an Aws::Client method, you can use a vanilla Hash:

{
  pre_sign_up: "ArnType",
  custom_message: "ArnType",
  post_confirmation: "ArnType",
  pre_authentication: "ArnType",
  post_authentication: "ArnType",
  define_auth_challenge: "ArnType",
  create_auth_challenge: "ArnType",
  verify_auth_challenge_response: "ArnType",
  pre_token_generation: "ArnType",
  user_migration: "ArnType",
}

Specifies the configuration for AWS Lambda triggers.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#create_auth_challengeString

Creates an authentication challenge.

Returns:

  • (String)

    Creates an authentication challenge.

#custom_messageString

A custom Message AWS Lambda trigger.

Returns:

  • (String)

    A custom Message AWS Lambda trigger.

#define_auth_challengeString

Defines the authentication challenge.

Returns:

  • (String)

    Defines the authentication challenge.

#post_authenticationString

A post-authentication AWS Lambda trigger.

Returns:

  • (String)

    A post-authentication AWS Lambda trigger.

#post_confirmationString

A post-confirmation AWS Lambda trigger.

Returns:

  • (String)

    A post-confirmation AWS Lambda trigger.

#pre_authenticationString

A pre-authentication AWS Lambda trigger.

Returns:

  • (String)

    A pre-authentication AWS Lambda trigger.

#pre_sign_upString

A pre-registration AWS Lambda trigger.

Returns:

  • (String)

    A pre-registration AWS Lambda trigger.

#pre_token_generationString

A Lambda trigger that is invoked before token generation.

Returns:

  • (String)

    A Lambda trigger that is invoked before token generation.

#user_migrationString

The user migration Lambda config type.

Returns:

  • (String)

    The user migration Lambda config type.

#verify_auth_challenge_responseString

Verifies the authentication challenge response.

Returns:

  • (String)

    Verifies the authentication challenge response.