1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppImportStackRequest

AppImportStackRequest

    ImportStackRequest defines the request body for importing a Stack.

    Properties

    • version integer optional
      The schema version of the encoded deployment.
    • features array[string] optional
      An optional list of features used by this deployment. The CLI will error when reading a deployment that uses a feature that is not supported by that version of the CLI. Only honored when version is 4 or greater.
    • deployment object optional
      The opaque Pulumi deployment payload. Treated as a raw JSON value so the contents are preserved verbatim across client and server versions.