/AWS1/CL_CGPLOGDELIVERYCONFT00¶
The logging parameters of a user pool, as returned in the response to a
GetLogDeliveryConfiguration request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_userpoolid TYPE /AWS1/CGPUSERPOOLIDTYPE /AWS1/CGPUSERPOOLIDTYPE¶
The ID of the user pool where you configured logging.
it_logconfigurations TYPE /AWS1/CL_CGPLOGCONFTYPE=>TT_LOGCONFIGURATIONLISTTYPE TT_LOGCONFIGURATIONLISTTYPE¶
A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
Queryable Attributes¶
UserPoolId¶
The ID of the user pool where you configured logging.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERPOOLID() |
Getter for USERPOOLID, with configurable default |
ASK_USERPOOLID() |
Getter for USERPOOLID w/ exceptions if field has no value |
HAS_USERPOOLID() |
Determine if USERPOOLID has a value |
LogConfigurations¶
A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGCONFIGURATIONS() |
Getter for LOGCONFIGURATIONS, with configurable default |
ASK_LOGCONFIGURATIONS() |
Getter for LOGCONFIGURATIONS w/ exceptions if field has no v |
HAS_LOGCONFIGURATIONS() |
Determine if LOGCONFIGURATIONS has a value |