loggingConfiguration

@JvmName(name = "dqkbiaasxcvqjddf")
suspend fun loggingConfiguration(value: Output<StateMachineLoggingConfigurationArgs>)
@JvmName(name = "gycfatukltmiqtkn")
suspend fun loggingConfiguration(value: StateMachineLoggingConfigurationArgs?)

Parameters

value

Defines what execution history events are logged and where they are logged. The logging_configuration parameter is only valid when type is set to EXPRESS. Defaults to OFF. For more information see Logging Express Workflows and Log Levels in the AWS Step Functions User Guide.


@JvmName(name = "lvxahcxoroxfmgft")
suspend fun loggingConfiguration(argument: suspend StateMachineLoggingConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Defines what execution history events are logged and where they are logged. The logging_configuration parameter is only valid when type is set to EXPRESS. Defaults to OFF. For more information see Logging Express Workflows and Log Levels in the AWS Step Functions User Guide.