/AWS1/CL_SFNLOGGINGCONF¶
The LoggingConfiguration data type is used to set CloudWatch Logs
options.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_level TYPE /AWS1/SFNLOGLEVEL /AWS1/SFNLOGLEVEL¶
Defines which category of execution history events are logged.
iv_includeexecutiondata TYPE /AWS1/SFNINCLUDEEXECUTIONDATA /AWS1/SFNINCLUDEEXECUTIONDATA¶
Determines whether execution data is included in your log. When set to
false, data is excluded.
it_destinations TYPE /AWS1/CL_SFNLOGDESTINATION=>TT_LOGDESTINATIONLIST TT_LOGDESTINATIONLIST¶
An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to
OFF.
Queryable Attributes¶
level¶
Defines which category of execution history events are logged.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEVEL() |
Getter for LEVEL, with configurable default |
ASK_LEVEL() |
Getter for LEVEL w/ exceptions if field has no value |
HAS_LEVEL() |
Determine if LEVEL has a value |
includeExecutionData¶
Determines whether execution data is included in your log. When set to
false, data is excluded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDEEXECUTIONDATA() |
Getter for INCLUDEEXECUTIONDATA |
destinations¶
An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to
OFF.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS has a value |