correction for capability values (#14349)

This commit is contained in:
Stephen Coe 2017-05-10 13:44:13 +01:00 committed by Radek Simko
parent 08d59275e3
commit c83ee17590
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ The following arguments are supported:
* `template_body` - (Optional) Structure containing the template body (max size: 51,200 bytes).
* `template_url` - (Optional) Location of a file containing the template body (max size: 460,800 bytes).
* `capabilities` - (Optional) A list of capabilities.
Currently, the only valid value is `CAPABILITY_IAM`
Valid values: `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM`
* `disable_rollback` - (Optional) Set to true to disable rollback of the stack if stack creation failed.
Conflicts with `on_failure`.
* `notification_arns` - (Optional) A list of SNS topic ARNs to publish stack related events.