Class: Stack

CloudFormation.Stack

new Stack()

Properties:
Name Type Description
NotificationARNs String Required: No. A list of existing Amazon SNS topics where notifications about stack events are sent.Update requires: No interruption
Parameters CloudFormationStackParametersPropertyType Required: Conditional. The set of parameters passed to AWS CloudFormation when this nested stack is created.NoteIf you use the ref function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type String. In other words, you cannot pass values that are of type CommaDelimitedList to nested stacks.Update requires: Whether an update causes interruptions depends on the resources that are being update. An update never causes a nested stack to be replaced.
Tags AWSCloudFormationResourceTags Required: No. An arbitrary set of tags (key–value pairs) to describe this stack.Update requires: No interruption.
TemplateURL String Required: Yes. The URL of a template that specifies the stack that you want to create as a resource. The template must be stored on an Amazon S3 bucket, so the URL must have the form: https://s3.amazonaws.com/.../TemplateName.templateUpdate requires: Whether an update causes interruptions depends on the resources that are being update. An update never causes a nested stack to be replaced.
TimeoutInMinutes String Required: No. The length of time, in minutes, that AWS CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state. The default is no timeout. When AWS CloudFormation detects that the nested stack has reached the CREATE_COMPLETE state, it marks the nested stack resource as CREATE_COMPLETE in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches CREATE_COMPLETE, AWS CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack.Update requires: Updates are not supported.
Source:

Extends

  • WKResource

CloudFormation.Stack

new Stack()

Properties:
Name Type Description
NotificationARNs String Required: No. A list of existing Amazon SNS topics where notifications about stack events are sent.Update requires: No interruption
Parameters CloudFormationStackParametersPropertyType Required: Conditional. The set of parameters passed to AWS CloudFormation when this nested stack is created.NoteIf you use the ref function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type String. In other words, you cannot pass values that are of type CommaDelimitedList to nested stacks.Update requires: Whether an update causes interruptions depends on the resources that are being update. An update never causes a nested stack to be replaced.
Tags AWSCloudFormationResourceTags Required: No. An arbitrary set of tags (key–value pairs) to describe this stack.Update requires: No interruption.
TemplateURL String Required: Yes. The URL of a template that specifies the stack that you want to create as a resource. The template must be stored on an Amazon S3 bucket, so the URL must have the form: https://s3.amazonaws.com/.../TemplateName.templateUpdate requires: Whether an update causes interruptions depends on the resources that are being update. An update never causes a nested stack to be replaced.
TimeoutInMinutes String Required: No. The length of time, in minutes, that AWS CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state. The default is no timeout. When AWS CloudFormation detects that the nested stack has reached the CREATE_COMPLETE state, it marks the nested stack resource as CREATE_COMPLETE in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches CREATE_COMPLETE, AWS CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack.Update requires: Updates are not supported.
Source:

Extends

  • WKResource