Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserPoolConfig

Describes an Amazon Cognito user pool configuration.

Hierarchy

  • UserPoolConfig

Index

Properties

Optional appIdClientRegex

appIdClientRegex: undefined | string

A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.

awsRegion

awsRegion: string | undefined

The Amazon Web Services Region in which the user pool was created.

defaultAction

defaultAction: DefaultAction | string | undefined

The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn't match the Amazon Cognito user pool configuration.

userPoolId

userPoolId: string | undefined

The user pool ID.