You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudformation.yaml
+28-4Lines changed: 28 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
AWSTemplateFormatVersion: '2010-09-09'
2
2
Transform: AWS::Serverless-2016-10-31
3
3
Description: A simple backup process for EC2 and RDS datastores, tag your resources with 'MakeSnapshot' = 'True' (casesensitive) to have snapshots taken and managed
4
+
Parameters:
5
+
SuccessSNSTopicOption:
6
+
Description: Supply an either '' (disabled), 'CreateSNS' (build new SNS for this stack), '<sns_arn>' (connect to existing Topic).
7
+
Default: ""
8
+
Type: String
9
+
ErrorSNSTopicOption:
10
+
Description: Supply an either '' (disabled), 'CreateSNS' (build new SNS for this stack), '<sns_arn>' (connect to existing Topic).
0 commit comments