LoggingConfiguration - Amazon Step Functions
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: