| Parameters: |
- stack_name (string) – The name of the Stack, must be unique amoung running
Stacks
- template_body (string) – The template body (JSON string)
- template_url (string) – An S3 URL of a stored template JSON document. If
both the template_body and template_url are
specified, the template_body takes precedence
- parameters (list of tuples) – A list of (key, value) pairs for template input
parameters.
- notification_arns (list of strings) – A list of SNS topics to send Stack event
notifications to.
- disable_rollback (bool) – Indicates whether or not to rollback on
failure.
- timeout_in_minutes (int) – Maximum amount of time to let the Stack
spend creating itself. If this timeout is exceeded,
the Stack will enter the CREATE_FAILED state.
- capabilities (list) – The list of capabilities you want to allow in
the stack. Currently, the only valid capability is
‘CAPABILITY_IAM’.
|