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

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

Latest revision as of 16:36, 6 May 2022

Advertising: