AppAPICapabilityConfig
APICapabilityConfig captures a service backend capability and any associated configuration that may be required for integration.
Properties
capabilityenum requiredThe capability identifier for this configuration entry.Values:delta-checkpoint-uploads— DeltaCheckpointUploads- Deprecated. Use DeltaCheckpointUploadsV2.
delta-checkpoint-uploads-v2— DeltaCheckpointUploadsV2- DeltaCheckpointUploads is the feature that enables the CLI to upload checkpoints via the PatchUpdateCheckpointDeltaRequest API to save on network bytes.
batch-encrypt— BatchEncrypt- Indicates that the service backend supports batch encryption.
copilot-summarize-error— CopilotSummarizeError- Indicates whether the service supports summarizing errors via Copilot.
copilot-explain-preview— CopilotExplainPreview- Indicates whether the service supports the Copilot explainer.
deployment-schema-version— DeploymentSchemaVersion- Indicates the maximum deployment schema version that the service supports.
stack-policy-packs— StackPolicyPacks- Indicates whether the service supports retrieving a stack’s required policy packs.
api-version— APIVersion- Advertises the REST API versions (the
Accept: application/vnd.pulumi+Nheader) that the service supports. The configuration object carriesmaxVersion,minVersion, anddefaultVersion. neo-cli-mode— NeoCLIMode- Advertises that the service supports Neo CLI mode. The configuration object carries
minCliVersion, the minimumpulumiCLI semver required to start a Neo CLI session. begin-update— BeginUpdate- Indicates that the service supports the combined begin-update endpoint.
versioninteger optionalThe version of this capability supported by the service.configurationobject optionalAdditional configuration data required for client integration with this capability.