AWS::CloudFormation::Stack

From wikieduonline
Revision as of 15:39, 6 August 2021 by Chmod14 (talk | contribs)
Jump to navigation Jump to search
  • 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: