Difference between revisions of "AWS::CloudFormation::Stack"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html | ||
+ | [[AWS::CloudFormation]]::Stack | ||
+ | |||
*JSON: | *JSON: | ||
<pre>{ | <pre>{ | ||
Line 13: | Line 16: | ||
*YAML: | *YAML: | ||
− | + | Type: AWS::CloudFormation::Stack | |
− | Properties: | + | 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}} | * {{Type AWS}} | ||
+ | * {{aws cloudformation}} | ||
* {{CloudFormation}} | * {{CloudFormation}} | ||
[[Category:CloudFormation]] | [[Category:CloudFormation]] |
Latest revision as of 16:36, 6 May 2022
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
Related[edit]
aws cloudformation list-stacks | grep StackName
See also[edit]
Type:
,AWS::CloudFormation::Stack
,AWS::S3::Bucket
,AWS::SNS::Topic
,AWS::CloudWatch::Alarm
,AWS::CloudWatch::AnomalyDetector
,AWS::SNS::Topic
- AWS CloudFormation: [
aws cloudformation
|create-stack
|list-stacks
|delete-stack
|update-stack
|list-types
|estimate-template-cost
|validate-template
|describe-stacks
|deploy
|drift detection
],aws cloudformation get-template-summary, aws cloudformation describe-stack-events
- 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: