/AWS1/CL_VPSUPCOGNITOUSERPOO00¶
Contains configuration details of a Amazon Cognito user pool for use with an identity source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_userpoolarn TYPE /AWS1/VPSUSERPOOLARN /AWS1/VPSUSERPOOLARN¶
The Amazon Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.
Optional arguments:¶
it_clientids TYPE /AWS1/CL_VPSCLIENTIDS_W=>TT_CLIENTIDS TT_CLIENTIDS¶
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
io_groupconfiguration TYPE REF TO /AWS1/CL_VPSUPDCOGNITOGRPCONF /AWS1/CL_VPSUPDCOGNITOGRPCONF¶
The configuration of the user groups from an Amazon Cognito user pool identity source.
Queryable Attributes¶
userPoolArn¶
The Amazon Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERPOOLARN() |
Getter for USERPOOLARN, with configurable default |
ASK_USERPOOLARN() |
Getter for USERPOOLARN w/ exceptions if field has no value |
HAS_USERPOOLARN() |
Determine if USERPOOLARN has a value |
clientIds¶
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTIDS() |
Getter for CLIENTIDS, with configurable default |
ASK_CLIENTIDS() |
Getter for CLIENTIDS w/ exceptions if field has no value |
HAS_CLIENTIDS() |
Determine if CLIENTIDS has a value |
groupConfiguration¶
The configuration of the user groups from an Amazon Cognito user pool identity source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPCONFIGURATION() |
Getter for GROUPCONFIGURATION |