SpotEventPluginLoggingLevel

class aws_rfdk.deadline.SpotEventPluginLoggingLevel(value)

Bases: enum.Enum

Logging verbosity levels for the Spot Event Plugin.

Attributes

DEBUG

All Verbose logs plus additional information on AWS API calls that are used.

OFF

No logging enabled.

STANDARD

Standard logging level.

VERBOSE

Detailed logging about the inner workings of the Spot Event Plugin.