StateMachineLoggingConfiguration

data class StateMachineLoggingConfiguration(val includeExecutionData: Boolean? = null, val level: String? = null, val logDestination: String? = null)

Constructors

Link copied to clipboard
constructor(includeExecutionData: Boolean? = null, level: String? = null, logDestination: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val level: String? = null

Defines which category of execution history events are logged. Valid values: ALL, ERROR, FATAL, OFF

Link copied to clipboard
val logDestination: String? = null

Amazon Resource Name (ARN) of a CloudWatch log group. Make sure the State Machine has the correct IAM policies for logging. The ARN must end with :*