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
      CurrentOperation provides information about a stack operation in-progress, as applicable.
    • 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
      The active update
    • 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
      The stack’s secrets provider.
    • encryptedKey string optional
      The KMS-encrypted ciphertext for the data key used for secrets encryption. Only used for cloud-based secrets providers.
    • encryptionSalt string optional
      The stack’s base64-encoded encryption salt. Only used for passphrase-based secrets providers.
    • version integer required
      The version number