INPUT_OBJECT

GuardrailsTargetExpressionInput

link GraphQL Schema definition

  • input GuardrailsTargetExpressionInput {
  • # type of association INCLUSION or EXCLUSION
  • association: GuardrailsTargetExpressionAssociation
  • # Specify if the target represents an expression or account.
  • isExpression: Boolean
  • # desired state provider
  • provider: String!
  • # This represents expression value for tags. Applicable only if Type is Tag. Only
  • # single tagValue is supported.
  • tagValue: [TagInput!]
  • # type of expression
  • type: GuardrailsTargetExpressionType!
  • # This represents expression value. If type is of type ACCOUNT, it can be
  • # account_id.
  • value: String
  • }