Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BasePreSignUpTriggerEvent<T>

Type parameters

  • T: string

Hierarchy

  • BaseTriggerEvent<T>
    • BasePreSignUpTriggerEvent

Index

Properties

callerContext

callerContext: { awsSdkVersion: string; clientId: string }

Type declaration

  • awsSdkVersion: string
  • clientId: string

region

region: string

request

request: { clientMetadata?: StringMap; userAttributes: StringMap; validationData?: StringMap }

Type declaration

  • Optional clientMetadata?: StringMap
  • userAttributes: StringMap
  • Optional validationData?: StringMap

response

response: { autoConfirmUser: boolean; autoVerifyEmail: boolean; autoVerifyPhone: boolean }

Type declaration

  • autoConfirmUser: boolean
  • autoVerifyEmail: boolean
  • autoVerifyPhone: boolean

triggerSource

triggerSource: T

userName

userName: string

userPoolId

userPoolId: string

version

version: string

Generated using TypeDoc