enum SpotEventPluginLoggingLevel
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.SpotEventPluginLoggingLevel |
TypeScript (source) | aws-rfdk » deadline » SpotEventPluginLoggingLevel |
Logging verbosity levels for the Spot Event Plugin.
Members
| Name | Description |
|---|---|
| STANDARD | Standard logging level. |
| VERBOSE | Detailed logging about the inner workings of the Spot Event Plugin. |
| 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.
DEBUG
All Verbose logs plus additional information on AWS API calls that are used.
OFF
No logging enabled.

Python
TypeScript (