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

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 +
[[AWS::CloudFormation]]::Stack
 +
 
*JSON:
 
*JSON:
 
<pre>{
 
<pre>{

Revision as of 08:17, 20 August 2021

AWS::CloudFormation::Stack
  • 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: