INPUT_OBJECT

GuardrailsGenerateTemplateInput

link GraphQL Schema definition

  • input GuardrailsGenerateTemplateInput {
  • # identifier for guardrails account
  • accountSelector: GuardrailsAccountSelector!
  • # csp project id in which the template will be created
  • cspProjectEntityId: EntityId
  • # contains meta information including region for which template is to be generated
  • meta: GuardrailsAccountMetaInput
  • # resource types for which template will be generated
  • resourceTypes: [String!]
  • # name of the template to be generated
  • templateName: String!
  • }