cfndsl 0.1.12 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cfndsl/aws_types.yaml +18 -0
- metadata +1 -1
data/lib/cfndsl/aws_types.yaml
CHANGED
@@ -550,6 +550,13 @@ Resources:
|
|
550
550
|
Properties:
|
551
551
|
Description: String
|
552
552
|
SubnetIds: [ String ]
|
553
|
+
"AWS::Route53::HostedZone" :
|
554
|
+
Properties:
|
555
|
+
HostedZoneConfig: Route53HostedZoneConfig
|
556
|
+
Name: String
|
557
|
+
"AWS::Route53::HealthCheck" :
|
558
|
+
Properties:
|
559
|
+
HealthCheckConfig: Route53HealthCheckConfig
|
553
560
|
"AWS::Route53::RecordSet" :
|
554
561
|
Properties:
|
555
562
|
HostedZoneId: String
|
@@ -802,3 +809,14 @@ Types:
|
|
802
809
|
RedshiftParameter:
|
803
810
|
ParameterName: String
|
804
811
|
ParameterValue: String
|
812
|
+
Route53HostedZoneConfig:
|
813
|
+
Comment: String
|
814
|
+
Route53HealthCheckConfig:
|
815
|
+
FailureThreshold: Integer
|
816
|
+
FullyQualifiedDomainName: String
|
817
|
+
IPAddress: String
|
818
|
+
Port: Integer
|
819
|
+
RequestInterval: Integer
|
820
|
+
ResourcePath: String
|
821
|
+
SearchString: String
|
822
|
+
Type: String
|