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
catalogIdstring requiredThe CLI catalog entry ID (e.g. ‘aws’).namestring requiredThe user-chosen instance name. Unique within the (org, catalogId) pair.