INPUT_OBJECT
GuardrailsAccountSelector
link GraphQL Schema definition
- input GuardrailsAccountSelector {
- # environment id for guardrails account, optional if entity id is provided. Eg.
- # For AWS this will be the accountId for Azure this will be subscription
- String :
- # provider for guardrails account, optional if entity id is provided
- String :
- # EntityId of the environment of types AWS.Organizations.Account,
- # AWS.Organizations.Organization, optional if environmentId and provider are
- # provided
- EntityId :
- }
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
- GuardrailsDesiredStateRunResponseencapsulation of one or more runs resulting from a desired state being run