LoggingConfiguration
The LoggingConfiguration
data type is used to set CloudWatch Logs
options.
Contents
- 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
.Type: Array of LogDestination objects
Required: No
- includeExecutionData
-
Determines whether execution data is included in your log. When set to
false
, data is excluded.Type: Boolean
Required: No
- level
-
Defines which category of execution history events are logged.
Type: String
Valid Values:
ALL | ERROR | FATAL | OFF
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: