INPUT_OBJECT
GuardrailsRemediationActionInput
Guardrails Remediation Action Input.
link GraphQL Schema definition
- input GuardrailsRemediationActionInput {
- # Auto-remediate flag. If enabled the Job will be run automatically when a finding
- # is generated.
- Boolean :
- # Action creation time
- Long :
- # List of Criteria a finding should meet to trigger the Action.
- GuardrailsRemediationCriteriaInput] : [
- # Free text description.
- String :
- # Unique identifier of an Action.
- String :
- # Unique identifier for guardrail action
- String :
- # name of the action.
- String :
- # Cloud provider
- String :
- # Is action Published
- Boolean :
- # Action last modification time.
- Long :
- # WorkerGroup identifier.
- String :
- }