ENUM
GuardrailsDesiredStateRunStatus
Guardrails DesiredStateRun statuses
link GraphQL Schema definition
- enum GuardrailsDesiredStateRunStatus {
- # desired state run completed
- # desired state run created
- # desired state run failed
- # desired state run in queue
- # desired state picked for execution
- # desired state run request submitted
- # desired state run started
- }
link Require by
- GuardrailsDesiredStateIt is a combination of a guardrail template with required input parameters as well as the credentials metadata required to create infrastructure and enforce policies on the same. Guardrails DesiredState can be run on-demand, or on a pre-defined schedule, or in response to an event
- GuardrailsDesiredStateRunGuardrailsDesiredStateRun - It is a point-in-time instance of guardrails desired state run.
- GuardrailsDesiredStateRunResponseencapsulation of one or more runs resulting from a desired state being run