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

AppStack

    Stack describes a Stack running on a Pulumi Cloud.

    Properties

    • id string required
      The logical identifier of the stack.
    • orgName string required
      The organization name
    • projectName string required
      The project name
    • stackName string required
      The stack name
    • currentOperation AppOperationStatus optional
      Information about a live operation currently running for the stack, its kind, the author who initiated it, and its start time. Null when no operation is in flight.
    • kind enum required
      The type of operation in progress (e.g. ‘update’, ‘preview’, ‘destroy’, ‘refresh’).
      Values: update, preview, refresh, rename, destroy, import, Pupdate, Prefresh, Pdestroy, Pimport, Prename
    • author string required
      The login of the user who initiated this operation.
    • started integer required
      Unix epoch timestamp (seconds) when the operation started.
    • activeUpdate string required
      UUID of the most recent update on this stack, either completed or in-progress.
    • tags map[string]string optional
      Map of tags
    • config AppStackConfig optional
      Optional cloud-persisted stack configuration. If set, then the stack’s configuration is loaded from the cloud and not a file on disk.
    • environment string required
      Reference to ESC environment to use as stack configuration.
    • secretsProvider string optional
      Deprecated: this field is no longer used by the service. Stacks that use a service-backed configuration store all config (including secrets) in ESC, which uses its own encryption. New callers should omit this field.
    • encryptedKey string optional
      Deprecated: this field is no longer used by the service. Stacks that use a service-backed configuration store all config (including secrets) in ESC, which uses its own encryption. New callers should omit this field.
    • encryptionSalt string optional
      Deprecated: this field is no longer used by the service. Stacks that use a service-backed configuration store all config (including secrets) in ESC, which uses its own encryption. New callers should omit this field.
    • version integer required
      The version number