Contents:
aws_cdk.aws_stepfunctions.
LogLevel
Bases: enum.Enum
enum.Enum
Defines which category of execution history events are logged.
ERROR
https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html
Attributes
ALL
Log everything.
Log all errors.
FATAL
Log fatal errors.
OFF
No Logging.