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
- Struct
- Aws::CognitoIdentityProvider::Types::LambdaConfigType
- Defined in:
- (unknown)
Overview
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
-
#create_auth_challenge ⇒ String
Creates an authentication challenge.
-
#custom_message ⇒ String
A custom Message AWS Lambda trigger.
-
#define_auth_challenge ⇒ String
Defines the authentication challenge.
-
#post_authentication ⇒ String
A post-authentication AWS Lambda trigger.
-
#post_confirmation ⇒ String
A post-confirmation AWS Lambda trigger.
-
#pre_authentication ⇒ String
A pre-authentication AWS Lambda trigger.
-
#pre_sign_up ⇒ String
A pre-registration AWS Lambda trigger.
-
#pre_token_generation ⇒ String
A Lambda trigger that is invoked before token generation.
-
#user_migration ⇒ String
The user migration Lambda config type.
-
#verify_auth_challenge_response ⇒ String
Verifies the authentication challenge response.
Instance Attribute Details
#create_auth_challenge ⇒ String
Creates an authentication challenge.
#custom_message ⇒ String
A custom Message AWS Lambda trigger.
#define_auth_challenge ⇒ String
Defines the authentication challenge.
#post_authentication ⇒ String
A post-authentication AWS Lambda trigger.
#post_confirmation ⇒ String
A post-confirmation AWS Lambda trigger.
#pre_authentication ⇒ String
A pre-authentication AWS Lambda trigger.
#pre_sign_up ⇒ String
A pre-registration AWS Lambda trigger.
#pre_token_generation ⇒ String
A Lambda trigger that is invoked before token generation.
#user_migration ⇒ String
The user migration Lambda config type.
#verify_auth_challenge_response ⇒ String
Verifies the authentication challenge response.