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

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
</pre>
 
</pre>
  
*YAML
+
*YAML:
 
<pre>Type: AWS::CloudFormation::Stack
 
<pre>Type: AWS::CloudFormation::Stack
 
Properties:  
 
Properties:  

Revision as of 15:39, 6 August 2021

  • JSON:
{
  "Type" : "AWS::CloudFormation::Stack",
  "Properties" : {
      "NotificationARNs" : [ String, ... ],
      "Parameters" : {Key : Value, ...},
      "Tags" : [ Tag, ... ],
      "TemplateURL" : String,
      "TimeoutInMinutes" : Integer
    }
}
  • YAML:
Type: AWS::CloudFormation::Stack
Properties: 
  NotificationARNs: 
    - String
  Parameters: 
    Key : Value
  Tags: 
    - Tag
  TemplateURL: String
  TimeoutInMinutes: Integer


See also

Advertising: