cfn-model 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74f3b4817fb745a2c00c807b759ec5fb42114b9a
|
4
|
+
data.tar.gz: 778987411ec95ac649100f0a634d00d1a39cd9f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ec220cb970902538b7d1d36fa186ffca2c77b94b888120da64a28704332084663edd4e60a02902994b5c65dac7ba411587ee0876a566159a6df26850c7366e1
|
7
|
+
data.tar.gz: 6284ef9dbb32bfba6fa94ceb0d5d8cf07562601d693ddee3a3765617b7c3c7b7e1f7b557bc794102035e216599cfe0f0610af64a9d349d5ba510fdd4909017b5
|
@@ -21,6 +21,8 @@ mapping:
|
|
21
21
|
required: yes
|
22
22
|
=:
|
23
23
|
type: any
|
24
|
+
|
25
|
+
# beware of Fn::If
|
24
26
|
AppCookieStickinessPolicy:
|
25
27
|
type: seq
|
26
28
|
required: no
|
@@ -101,6 +103,8 @@ mapping:
|
|
101
103
|
required: yes
|
102
104
|
=:
|
103
105
|
type: any
|
106
|
+
|
107
|
+
# beware of Fn::If
|
104
108
|
Listeners:
|
105
109
|
type: seq
|
106
110
|
required: yes
|
@@ -113,19 +117,17 @@ mapping:
|
|
113
117
|
LoadBalancerPort:
|
114
118
|
type: any
|
115
119
|
required: yes
|
116
|
-
PolicyNames:
|
117
|
-
type: seq
|
118
|
-
required: no
|
119
|
-
sequence:
|
120
|
-
- type: any
|
121
120
|
=:
|
122
121
|
type: any
|
122
|
+
|
123
|
+
# beware of Fn::If
|
123
124
|
Policies:
|
124
125
|
type: seq
|
125
126
|
required: no
|
126
127
|
sequence:
|
127
128
|
- type: map
|
128
129
|
mapping:
|
130
|
+
# beware of Fn::If
|
129
131
|
Attributes:
|
130
132
|
type: seq
|
131
133
|
required: yes
|
@@ -141,22 +143,24 @@ mapping:
|
|
141
143
|
required: yes
|
142
144
|
=:
|
143
145
|
type: any
|
144
|
-
InstancePorts:
|
145
|
-
type: seq
|
146
|
-
required: no
|
147
|
-
sequence:
|
148
|
-
- type: any
|
149
|
-
LoadBalancerPorts:
|
150
|
-
type: seq
|
151
|
-
required: no
|
152
|
-
sequence:
|
153
|
-
- type: any
|
146
|
+
# InstancePorts:
|
147
|
+
# type: seq
|
148
|
+
# required: no
|
149
|
+
# sequence:
|
150
|
+
# - type: any
|
151
|
+
# LoadBalancerPorts:
|
152
|
+
# type: seq
|
153
|
+
# required: no
|
154
|
+
# sequence:
|
155
|
+
# - type: any
|
154
156
|
PolicyName:
|
155
157
|
type: any
|
156
158
|
required: yes
|
157
159
|
PolicyType:
|
158
160
|
type: any
|
159
161
|
required: yes
|
162
|
+
=:
|
163
|
+
type: any
|
160
164
|
|
161
165
|
# sigh this could be List<AWS::EC2::SecurityGroup::Id> so can't enfore seq
|
162
166
|
SecurityGroups:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfn-model
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Kascic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: kwalify
|