Difference between revisions of "AWS::CloudFormation::Stack"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
* https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html
 +
[[AWS::CloudFormation]]::Stack
 +
 
*JSON:
 
*JSON:
 
<pre>{
 
<pre>{
Line 12: Line 15:
 
</pre>
 
</pre>
  
*YAML
+
*YAML:
<pre>Type: AWS::CloudFormation::Stack
+
Type: AWS::CloudFormation::Stack
Properties:  
+
Properties:  
  NotificationARNs:  
+
  NotificationARNs:  
    - String
+
    - String
  Parameters:  
+
  Parameters:  
    Key : Value
+
    Key : Value
  Tags:  
+
  Tags:  
    - Tag
+
    - Tag
  TemplateURL: String
+
  [[TemplateURL:]] String
  TimeoutInMinutes: Integer</pre>
+
  TimeoutInMinutes: Integer
 
 
  
 +
== Related ==
 +
* <code>[[aws cloudformation list-stacks]] | grep StackName</code>
  
 
== See also ==
 
== See also ==
 
* {{Type AWS}}
 
* {{Type AWS}}
 +
* {{aws cloudformation}}
 
* {{CloudFormation}}
 
* {{CloudFormation}}
  
 
[[Category:CloudFormation]]
 
[[Category:CloudFormation]]

Latest revision as of 16:36, 6 May 2022

Advertising: