Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
clientMetadata
One or more key-value pairs that you can provide as custom input to the Lambda function that you specify for the pre sign-up trigger.
let clientMetadata: [String : String]?
You can pass this data to your Lambda function by using the ClientMetadata parameter in the following API actions: AdminCreateUser, AdminRespondToAuthChallenge, ForgotPassword, and SignUp.