AWSCognitoIdentityProviderPreTokenGenerationVersionConfigType

Objective-C

@interface AWSCognitoIdentityProviderPreTokenGenerationVersionConfigType

Swift

class AWSCognitoIdentityProviderPreTokenGenerationVersionConfigType

The properties of a pre token generation Lambda trigger.

Required parameters: [LambdaVersion, LambdaArn]

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

    This parameter and the PreTokenGeneration property of LambdaConfig have the same value. For new instances of pre token generation triggers, set LambdaArn.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lambdaArn;

    Swift

    var lambdaArn: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic) AWSCognitoIdentityProviderPreTokenGenerationLambdaVersionType lambdaVersion;