loggingConfiguration

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

Parameters

value

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


@JvmName(name = "swxsejygkcyjewqi")
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 valid when type is set to STANDARD or EXPRESS. Defaults to OFF. For more information see Logging Express Workflows, Log Levels and Logging Configuration in the AWS Step Functions User Guide.