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

StackOutputsResponse

    StackOutputsResponse carries the outputs of a stack, as recorded by its most recent completed update.

    Properties

    • outputs map[string]object optional
      The stack’s outputs, keyed by output name, exactly as stored in the stack’s state. Secret values use the same secret object representation as exported stack state and are returned exactly as stored; resolve them with the secrets provider in ‘secretsProviders’ and treat them as sensitive. Absent when the stack has no state.
    • secretsProviders AppSecretsProvidersV1 optional
      The secrets provider for the secret values in ‘outputs’. Absent when the stack has no state.
    • type string required
      The type
    • state object optional
      The current state

      The infrastructure as code platform for any cloud.