Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. CLIIntegrationRef

CLIIntegrationRef

    Reference to a CLI integration instance, addressed by (catalogId, name) — the same scheme used by the connect/disconnect endpoints. Structured as an object rather than a bare ‘catalogId/name’ string so additional fields (e.g. scope) can be added later without a wire break, and so the encoding is unambiguous regardless of characters that may appear in the instance name.

    Properties

    • catalogId string required
      The CLI catalog entry ID (e.g. ‘aws’).
    • name string required
      The user-chosen instance name. Unique within the (org, catalogId) pair.