...
Input Name | Input Code | Required | Description |
---|---|---|---|
Template URL |
| No | The URL path to the template to use for creating a stack. |
Template File Path |
| No | The path to the template file to use. |
Stack Name |
| Yes | The name to give to the stack being created. |
Template Parameters |
| No | Semicolon delimited list of parameters to use when creating the stack. (e.g. DBUser=sys;DBPassword=welcome1) |
On Failure |
| No | What to do if stack creation fails. Options are Rollback, Delete, and Do Nothing. Default is Rollback. |
Stack Status Timeout |
| No | A timeout, in seconds, for fetching the status of the stack. Defaults to 300 seconds (5 minutes). (Integer) |
Outputs
Output Name | Required | Description |
---|---|---|
| Yes | Id of the newly created stack. |
| Yes | Status of the newly created stack. |
...