Stack
Properties
| Property | Description | Values | Example |
|---|---|---|---|
namestring | stack name Name of the CloudFormation stack when deployed in the customer account. Supports Go templating | ✅ Required | "myapp-{{.nuon.install.id}}", "production-stack" |
descriptionstring | stack description Description of the stack, displayed in the CloudFormation console. Supports templating | ✅ Required | "Infrastructure stack for MyApp application" |
typestring | stack type Type of infrastructure stack. Currently only ‘aws-cloudformation’ is supported | Optional | "aws-cloudformation" |
vpc_nested_template_urlstring | VPC nested template URL URL to the CloudFormation nested template for VPC resources | Optional | "https://s3.amazonaws.com/bucket/vpc-template.yaml" |
runner_nested_template_urlstring | runner nested template URL URL to the CloudFormation nested template for the Nuon runner infrastructure | Optional | "https://s3.amazonaws.com/bucket/runner-template.yaml" |
custom_nested_stacksobject | custom nested stacks Custom CloudFormation nested stack templates to include. Each entry has a name, template_url, index, and optional parameters. The index field determines execution order (ascend… | Optional | - |