Class: Aws::CognitoIdentityProvider::Types::InboundFederationLambdaType

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

Overview

The properties of an inbound federation Lambda trigger.

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)


7061
7062
7063
7064
7065
7066
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7061

class InboundFederationLambdaType < 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 an inbound federation function.

Returns:

  • (String)


7061
7062
7063
7064
7065
7066
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7061

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