Skip to main content
Pulumi logo Pulumi logo
  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 — Update
      A Pulumi program update.
      preview — Preview
      A preview of an update, without impacting resources.
      refresh — Refresh
      A refresh operation.
      rename — Rename
      A rename of the stack or project name.
      destroy — Destroy
      An update which removes all resources.
      import — Import
      An update that entails importing a raw checkpoint file.
      Pupdate — PreviewUpdate
      A preview of an update operation.
      Prefresh — PreviewRefresh
      A preview of a refresh operation.
      Pdestroy — PreviewDestroy
      A preview of a destroy operation.
      Pimport — PreviewImport
      A preview of an import operation.
      Prename — PreviewRename
      A preview of a rename operation.
    • 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

      The infrastructure as code platform for any cloud.