enum SpotEventPluginState
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.SpotEventPluginState |
TypeScript (source) | aws-rfdk » deadline » SpotEventPluginState |
How the event plug-in should respond to events.
Members
| Name | Description |
|---|---|
| GLOBAL_ENABLED | The Render Queue, all jobs and Workers will trigger the events for this plugin. |
| DISABLED | No events are triggered for the plugin. |
GLOBAL_ENABLED
The Render Queue, all jobs and Workers will trigger the events for this plugin.
DISABLED
No events are triggered for the plugin.

Python
TypeScript (