cfndsl 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/cfndsl/aws_types.yaml +10 -2
- data/lib/cfndsl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzcwYTI3NjdhODJkZTRiMTVkZTdkNTgzNjRlNjJkMjRkN2RkN2E3Mw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Yjc0YmM3ZTU4NWM5NzRkMmRmODM5MDA1OWYxNTVmMjEyZmE0YWUwYw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTI2NjMxODFjNGM4M2Q5NzcyN2ExZmQ0NGQ1Mjg5NmI4NDRmNjhlZjVlNTI1
|
|
10
|
+
NzBjNWQwNjAxMDA3NTIzZWE5N2VjYjJhMjlhNDA1NjFhZjEyMjFjMjIxYTFh
|
|
11
|
+
NmMzZmM3ODNlNWJiMjQ2NTRmMmMwNDYwNTk2MTJlZTQwZjUyZjE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YmYzZWEyOGYyODEzOGY2Zjc3NjgwYjI1YzBkNzZhNWI4OGQzYTE0ZDYwMWZl
|
|
14
|
+
NmE4YWM3YzBhYzMyODBmYTE3MGJlZThkMWRhYThjZWI2YmFiNDI3MmU2MWRm
|
|
15
|
+
NzNhZGY0MjM0ZWQ0M2Y2NjQxODQ4Mjk3NjlhYWJlNmM5Y2VlZjA=
|
data/lib/cfndsl/aws_types.yaml
CHANGED
|
@@ -789,8 +789,13 @@ Resources:
|
|
|
789
789
|
Queues: [ String ]
|
|
790
790
|
"AWS::SQS::Queue" :
|
|
791
791
|
Properties:
|
|
792
|
-
|
|
793
|
-
|
|
792
|
+
VisibilityTimeout: String
|
|
793
|
+
QueueName: String
|
|
794
|
+
DelaySeconds: Integer
|
|
795
|
+
MaximumMessageSize: Integer
|
|
796
|
+
MessageRetentionPeriod: Integer
|
|
797
|
+
ReceiveMessageWaitTimeSeconds: Integer
|
|
798
|
+
RedrivePolicy: RedrivePolicy
|
|
794
799
|
Attributes:
|
|
795
800
|
Arn: String
|
|
796
801
|
QueueName: String
|
|
@@ -1180,3 +1185,6 @@ Types:
|
|
|
1180
1185
|
ZoneAwarenessEnabled: Boolean
|
|
1181
1186
|
SnapshotOptions:
|
|
1182
1187
|
AutomatedSnapshotStartHour: Integer
|
|
1188
|
+
RedrivePolicy:
|
|
1189
|
+
DeadLetterTargetArn: String
|
|
1190
|
+
MaxReceiveCount: Integer
|
data/lib/cfndsl/version.rb
CHANGED