cfndsl 0.0.14 → 0.0.15
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.
- data/lib/cfndsl/aws_types.yaml +3 -2
- metadata +1 -1
data/lib/cfndsl/aws_types.yaml
CHANGED
|
@@ -324,7 +324,7 @@ Resources:
|
|
|
324
324
|
ResourceRecords: [ String ]
|
|
325
325
|
Weight: Integer
|
|
326
326
|
SetIdentifier: String
|
|
327
|
-
AliasTarget:
|
|
327
|
+
AliasTarget: [ AliasTarget ]
|
|
328
328
|
Comment: String
|
|
329
329
|
"AWS::Route53::RecordSetGroup" :
|
|
330
330
|
Properties:
|
|
@@ -454,9 +454,10 @@ Types:
|
|
|
454
454
|
CookieExpirationPeriod: String
|
|
455
455
|
Listener:
|
|
456
456
|
InstancePort: String
|
|
457
|
+
InstanceProtocol: String
|
|
457
458
|
LoadBalancerPort: String
|
|
458
459
|
Protocol: String
|
|
459
|
-
|
|
460
|
+
SSLCertificateId: String
|
|
460
461
|
PolicyNames: [ LBOrAppCookieStickinessPolicy ]
|
|
461
462
|
RDSSecurityGroupRule:
|
|
462
463
|
CIDRIP: String
|