Skip to content

/AWS1/CL_SGMCOGNITOCONFIG

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_userpool TYPE /AWS1/SGMCOGNITOUSERPOOL /AWS1/SGMCOGNITOUSERPOOL

A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

iv_clientid TYPE /AWS1/SGMCLIENTID /AWS1/SGMCLIENTID

The client ID for your Amazon Cognito user pool.


Queryable Attributes

UserPool

A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

Accessible with the following methods

Method Description
GET_USERPOOL() Getter for USERPOOL, with configurable default
ASK_USERPOOL() Getter for USERPOOL w/ exceptions if field has no value
HAS_USERPOOL() Determine if USERPOOL has a value

ClientId

The client ID for your Amazon Cognito user pool.

Accessible with the following methods

Method Description
GET_CLIENTID() Getter for CLIENTID, with configurable default
ASK_CLIENTID() Getter for CLIENTID w/ exceptions if field has no value
HAS_CLIENTID() Determine if CLIENTID has a value