logging Configuration
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.
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.