AppCreateStackRequest
CreateStackRequest defines the request body for creating a new Stack
Properties
stackNamestring requiredThe name of the stack being created.tagsmap[string]string optionalAn optional set of tags to apply to the stack.teamsarray[string] optionalAn optional set of teams to assign to the stack.- An optional state to initialize the stack with.
- ↳
versioninteger optionalThe schema version of the encoded deployment. - ↳
featuresarray[string] optionalAn 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 whenversionis 4 or greater. - ↳
deploymentobject optionalThe opaque Pulumi deployment payload. Treated as a raw JSON value so the contents are preserved verbatim across client and server versions. - The configuration for the new stack.
- ↳
environmentstring requiredReference to ESC environment to use as stack configuration. - ↳
secretsProviderstring optionalDeprecated: 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. - ↳
encryptedKeystring optionalDeprecated: 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. - ↳
encryptionSaltstring optionalDeprecated: 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.
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.