Difference between revisions of "AWS::CloudFormation::Stack"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{ | + | *JSON: |
+ | <pre>{ | ||
+ | "Type" : "AWS::CloudFormation::Stack", | ||
+ | "Properties" : { | ||
+ | "NotificationARNs" : [ String, ... ], | ||
+ | "Parameters" : {Key : Value, ...}, | ||
+ | "Tags" : [ Tag, ... ], | ||
+ | "TemplateURL" : String, | ||
+ | "TimeoutInMinutes" : Integer | ||
+ | } | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | *YAML | ||
+ | <pre>Type: AWS::CloudFormation::Stack | ||
+ | Properties: | ||
+ | NotificationARNs: | ||
+ | - String | ||
+ | Parameters: | ||
+ | Key : Value | ||
+ | Tags: | ||
+ | - Tag | ||
+ | TemplateURL: String | ||
+ | TimeoutInMinutes: Integer</pre> | ||
+ | |||
Revision as of 15:38, 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
Type:
,AWS::CloudFormation::Stack
,AWS::S3::Bucket
,AWS::SNS::Topic
,AWS::CloudWatch::Alarm
,AWS::CloudWatch::AnomalyDetector
,AWS::SNS::Topic
- AWS CloudFormation,
AWS::CloudFormation
AWS CloudFormation Designer, Drift detection, AWS Cloud Development Kit (CDK),aws cloudformation
,ServicesStack:
, AWS CloudFormation Linter (cfn-lint
), Former2, CloudCraft, Change sets, AWS CloudFormation Public Registry, CloudFormation snippets, CloudFormation templates, StackSets,Outputs:
,Type:
,Fn::Sub
,!Ref
, CloudFormation Parameters, AWS CloudFormation Templates, CloudFormation functions
Advertising: