| name | The name of the CloudFormation stack | yes | — |
| template | The path or URL to the CloudFormation template | yes | — |
| capabilities | The comma-delimited list of stack template capabilities to acknowledge. Defaults to CAPABILITY_IAM | no | CAPABILITY_IAM |
| parameter-overrides | The parameters to override in the stack inputs. You can pass a comma-delimited list or a file URL. Comma-delimited list has each entry formatted as <ParameterName>=<ParameterValue>. A JSON file can be a local file with a "file://" prefix. The file content should look like: [ { "ParameterKey": "KeyPairName", "ParameterValue": "MyKey" }] | no | — |
| no-execute-changeset | Indicates whether to execute to the change set or have it reviewed. Defaults to 0 (execute the change set) | no | 0 |
| no-delete-failed-changeset | Indicates whether to delete to a failed change set. Defaults to 0 (delete the failed changeset) | no | 0 |
| no-fail-on-empty-changeset | If the CloudFormation change set is empty, do not fail. Defaults to 1 (not fail on empty change set) | no | 1 |
| disable-rollback | Disable rollback of the stack if stack creation fails. Defaults to 0 (rollback if stack creation fails). This input is only used for stack creation, not for stack update | no | 0 |
| timeout-in-minutes | The amount of time that can pass before the stack status becomes CREATE_FAILED. This input is only used for stack creation, not for stack update | no | — |
| notification-arns | The comma-delimited list of Amazon SNS topic ARNs to publish stack related events | no | — |
| role-arn | The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege. If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack | no | — |
| tags | Key-value pairs to associate with this stack. This input should be JSON-formatted, for example [ { "Key": "string", "Value": "string" } ] | no | — |
| termination-protection | Whether to enable termination protection on the specified stack. Defaults to 0 (terminated protection disabled). This input is only used for stack creation, not for stack update | no | 0 |
| concurrency | Maximum number of stacks created/updated in parallel. Defaults to 5 | no | 5 |