ENUM
GuardrailsDesiredStateMode
Mode in which we run a desired state, by default all desired states are run in mode MONITOR, for enforcement we use mode ENFORCEMENT
link GraphQL Schema definition
- enum GuardrailsDesiredStateMode {
- # This mode indicates that configured desired state will do a change and enforce
- # the desired state configuration
- # This mode indicates that configured desired state will only identify changes
- # between actual and desired state configuration.
- # Desired states configured with MONITOR mode can be run on schedules to
- # continuously monitor an account or
- # can even be triggered with config change events.
- }
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