Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
userAttributes
One or more name-value pairs representing user attributes. The attribute names are the keys.
let userAttributes: [String : String]
One or more name-value pairs representing user attributes. The attribute names are the keys.
let userAttributes: [String : String]
s15AWSLambdaEvents12CognitoEventO9PreSignUpV14userAttributesSDyS2SGvp
What are these?4KIUS
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct PreSignUp
enum CognitoEvent
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let clientMetadata: [String : String]?
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 validationData: [String : String]?
One or more name-value pairs containing the validation data in the request to register a user.