StateMachineLoggingConfigurationArgs

data class StateMachineLoggingConfigurationArgs(val destinations: Output<List<StateMachineLogDestinationArgs>>? = null, val includeExecutionData: Output<Boolean>? = null, val level: Output<StateMachineLoggingConfigurationLevel>? = null) : ConvertibleToJava<StateMachineLoggingConfigurationArgs>

Constructors

Link copied to clipboard
constructor(destinations: Output<List<StateMachineLogDestinationArgs>>? = null, includeExecutionData: Output<Boolean>? = null, level: Output<StateMachineLoggingConfigurationLevel>? = null)

Properties

Link copied to clipboard

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 .

Link copied to clipboard
val includeExecutionData: Output<Boolean>? = null

Determines whether execution data is included in your log. When set to false , data is excluded.

Link copied to clipboard

Defines which category of execution history events are logged.

Functions

Link copied to clipboard
open override fun toJava(): StateMachineLoggingConfigurationArgs