AppStack
Stack describes a Stack running on a Pulumi Cloud.
Properties
idstring requiredThe logical identifier of the stack.orgNamestring requiredThe organization nameprojectNamestring requiredThe project namestackNamestring requiredThe stack name- CurrentOperation provides information about a stack operation in-progress, as applicable.
- ↳
kindenum requiredThe type of operation in progress (e.g. ‘update’, ‘preview’, ‘destroy’, ‘refresh’).Values:update,preview,refresh,rename,destroy,import,Pupdate,Prefresh,Pdestroy,Pimport,Prename - ↳
authorstring requiredThe login of the user who initiated this operation. - ↳
startedinteger requiredUnix epoch timestamp (seconds) when the operation started. activeUpdatestring requiredThe active updatetagsmap[string]string optionalMap of tags- Optional cloud-persisted stack configuration. If set, then the stack’s configuration is loaded from the cloud and not a file on disk.
- ↳
environmentstring requiredReference to ESC environment to use as stack configuration. - ↳
secretsProviderstring optionalThe stack’s secrets provider. - ↳
encryptedKeystring optionalThe KMS-encrypted ciphertext for the data key used for secrets encryption. Only used for cloud-based secrets providers. - ↳
encryptionSaltstring optionalThe stack’s base64-encoded encryption salt. Only used for passphrase-based secrets providers. versioninteger requiredThe version number
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.