Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppAPICapabilityConfig

AppAPICapabilityConfig

    APICapabilityConfig captures a service backend capability and any associated configuration that may be required for integration.

    Properties

    • capability enum required
      The 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+N header) that the service supports. The configuration object carries maxVersion, minVersion, and defaultVersion.
      neo-cli-mode — NeoCLIMode
      Advertises that the service supports Neo CLI mode. The configuration object carries minCliVersion, the minimum pulumi CLI semver required to start a Neo CLI session.
      begin-update — BeginUpdate
      Indicates that the service supports the combined begin-update endpoint.
    • version integer optional
      The version of this capability supported by the service.
    • configuration object optional
      Additional configuration data required for client integration with this capability.

      The infrastructure as code platform for any cloud.