cfndsl 0.11.8 → 0.11.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfndsl/aws/types.yaml +53 -21
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63b08930a30a846b2a9f50e28b9f5a0ecb786126
|
4
|
+
data.tar.gz: 3f328736b4a787a38c3573a96d6c601cf46cff5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8aed53643cc998c3223be49171184f4a441a7f441f1966731d72080403b1566b1e203e41280c414f1c2e6efb1c31fd83d24982e12fc501ea0ff1199bf4f3aa2e
|
7
|
+
data.tar.gz: 162743cdd6b83fd2ef8c9614b53d3b1aba294b5bf33d43aea696a045eff19ad070bcb081f13ef4aa7534aa4c7045b9137671ca87132a1df3dfec1e645f99258e
|
data/lib/cfndsl/aws/types.yaml
CHANGED
@@ -1,24 +1,4 @@
|
|
1
1
|
Resources:
|
2
|
-
"AWS::AutoScaling::AutoScalingGroup" :
|
3
|
-
UpdatePolicy:
|
4
|
-
AutoScalingRollingUpdate: JSON
|
5
|
-
Properties:
|
6
|
-
AvailabilityZones: [ String ]
|
7
|
-
Cooldown: String
|
8
|
-
DesiredCapacity: String
|
9
|
-
HealthCheckGracePeriod: Integer
|
10
|
-
HealthCheckType: String
|
11
|
-
InstanceId: String
|
12
|
-
LaunchConfigurationName: String
|
13
|
-
LoadBalancerNames: [ String ]
|
14
|
-
MaxSize: Integer
|
15
|
-
MinSize: Integer
|
16
|
-
MetricsCollection: [ MetricsCollectionType ]
|
17
|
-
NotificationConfiguration: String
|
18
|
-
Tags: [ AutoScalingTags ]
|
19
|
-
TargetGroupARNs: [ String ]
|
20
|
-
TerminationPolicies: [ String ]
|
21
|
-
VPCZoneIdentifier: [ String ]
|
22
2
|
"AWS::ApiGateway::Account" :
|
23
3
|
Properties:
|
24
4
|
CloudWatchRoleArn: String
|
@@ -96,6 +76,43 @@ Resources:
|
|
96
76
|
RestApiId: String
|
97
77
|
StageName: String
|
98
78
|
Variables: JSON
|
79
|
+
"AWS::ApplicationAutoScaling::ScalableTarget" :
|
80
|
+
Properties:
|
81
|
+
MaxCapacity: Integer
|
82
|
+
MinCapacity: Integer
|
83
|
+
ResourceId: String
|
84
|
+
RoleARN: String
|
85
|
+
ScalableDimension: String
|
86
|
+
ServiceNamespace: String
|
87
|
+
"AWS::ApplicationAutoScaling::ScalingPolicy" :
|
88
|
+
Properties:
|
89
|
+
PolicyName: String
|
90
|
+
PolicyType: String
|
91
|
+
ResourceId: String
|
92
|
+
ScalableDimension:: String
|
93
|
+
ScalingTargetId: String
|
94
|
+
ServiceNamespace: String
|
95
|
+
StepScalingPolicyConfiguration: StepScalingPolicyConfiguration
|
96
|
+
"AWS::AutoScaling::AutoScalingGroup" :
|
97
|
+
UpdatePolicy:
|
98
|
+
AutoScalingRollingUpdate: JSON
|
99
|
+
Properties:
|
100
|
+
AvailabilityZones: [ String ]
|
101
|
+
Cooldown: String
|
102
|
+
DesiredCapacity: String
|
103
|
+
HealthCheckGracePeriod: Integer
|
104
|
+
HealthCheckType: String
|
105
|
+
InstanceId: String
|
106
|
+
LaunchConfigurationName: String
|
107
|
+
LoadBalancerNames: [ String ]
|
108
|
+
MaxSize: Integer
|
109
|
+
MinSize: Integer
|
110
|
+
MetricsCollection: [ MetricsCollectionType ]
|
111
|
+
NotificationConfiguration: String
|
112
|
+
Tags: [ AutoScalingTags ]
|
113
|
+
TargetGroupARNs: [ String ]
|
114
|
+
TerminationPolicies: [ String ]
|
115
|
+
VPCZoneIdentifier: [ String ]
|
99
116
|
"AWS::AutoScaling::LaunchConfiguration" :
|
100
117
|
Properties:
|
101
118
|
AssociatePublicIpAddress: Boolean
|
@@ -128,7 +145,12 @@ Resources:
|
|
128
145
|
AdjustmentType: String
|
129
146
|
AutoScalingGroupName: String
|
130
147
|
Cooldown: String
|
131
|
-
|
148
|
+
EstimatedInstanceWarmup: Integer
|
149
|
+
MetricAggregationType: String
|
150
|
+
MinAdjustmentMagnitude: Integer
|
151
|
+
PolicyType: String
|
152
|
+
ScalingAdjustment: Integer
|
153
|
+
StepAdjustments: [ StepAdjustment ]
|
132
154
|
"AWS::AutoScaling::ScheduledAction" :
|
133
155
|
Properties:
|
134
156
|
AutoScalingGroupName: String
|
@@ -1556,6 +1578,16 @@ Types:
|
|
1556
1578
|
SsmAssociation:
|
1557
1579
|
AssociationParameters: [ SsmAssociationParameter ]
|
1558
1580
|
DocumentName: String
|
1581
|
+
StepAdjustment:
|
1582
|
+
MetricIntervalLowerBound: Number
|
1583
|
+
MetricIntervalUpperBound: Number
|
1584
|
+
ScalingAdjustment: Integer
|
1585
|
+
StepScalingPolicyConfiguration:
|
1586
|
+
AdjustmentType: String
|
1587
|
+
Cooldown: Integer
|
1588
|
+
MetricAggregationType: String
|
1589
|
+
MinAdjustmentMagnitude: Integer
|
1590
|
+
StepAdjustments: [ StepAdjustment ]
|
1559
1591
|
WebACLAction:
|
1560
1592
|
Type: String
|
1561
1593
|
WebACLRule:
|
data/lib/cfndsl/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfndsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Jack
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-11-
|
12
|
+
date: 2016-11-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|