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 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.
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.