cfnlego 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cfnlego/resources/AWS/CloudTrail/Trail.yaml +19 -0
  3. data/lib/cfnlego/resources/AWS/SSM/Document.yaml +30 -0
  4. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayAccountSpecification.json +16 -0
  5. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayApiKeySpecification.json +55 -0
  6. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayAuthorizerSpecification.json +66 -0
  7. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayBasePathMappingSpecification.json +34 -0
  8. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayClientCertificateSpecification.json +16 -0
  9. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayDeploymentSpecification.json +200 -0
  10. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayMethodSpecification.json +211 -0
  11. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayModelSpecification.json +40 -0
  12. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayResourceSpecification.json +28 -0
  13. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayRestApiSpecification.json +96 -0
  14. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayStageSpecification.json +135 -0
  15. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayUsagePlanSpecification.json +101 -0
  16. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApplicationAutoScalingScalableTargetSpecification.json +46 -0
  17. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApplicationAutoScalingScalingPolicySpecification.json +114 -0
  18. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingAutoScalingGroupSpecification.json +187 -0
  19. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingLaunchConfigSpecification.json +190 -0
  20. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingLifecycleHookSpecification.json +52 -0
  21. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingScalingPolicySpecification.json +91 -0
  22. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingScheduledActionSpecification.json +52 -0
  23. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CertificateManagerCertificateSpecification.json +76 -0
  24. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationCustomResourceSpecification.json +17 -0
  25. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationResourceSpecification.json +13973 -0
  26. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationStackSpecification.json +65 -0
  27. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationWaitConditionHandleSpecification.json +9 -0
  28. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationWaitConditionSpecification.json +33 -0
  29. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFrontDistributionSpecification.json +534 -0
  30. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudTrailTrailSpecification.json +70 -0
  31. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudwatchAlarmSpecification.json +127 -0
  32. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodeDeployApplicationSpecification.json +16 -0
  33. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodeDeployDeploymentConfigSpecification.json +41 -0
  34. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodeDeployDeploymentGroupSpecification.json +210 -0
  35. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodePipelineCustomActionTypeSpecification.json +149 -0
  36. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodePipelinePipelineSpecification.json +255 -0
  37. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ConfigConfigRuleSpecification.json +132 -0
  38. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ConfigConfigurationRecorderSpecification.json +55 -0
  39. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ConfigDeliveryChannelSpecification.json +53 -0
  40. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DataPipelinePipelineSpecification.json +180 -0
  41. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DirectoryServiceMicrosoftADSpecification.json +76 -0
  42. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DirectoryServiceSimpleADSpecification.json +88 -0
  43. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DynamoDBTableSpecification.json +204 -0
  44. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2CustomerGatewaySpecification.json +55 -0
  45. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2DHCPOptionsSpecification.json +69 -0
  46. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2EipAssociationSpecification.json +40 -0
  47. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2EipSpecification.json +22 -0
  48. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2FlowLogSpecification.json +40 -0
  49. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2HostSpecification.json +28 -0
  50. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2InstanceSpecification.json +412 -0
  51. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2InternetGatewaySpecification.json +37 -0
  52. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NatGatewaySpecification.json +22 -0
  53. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkAclEntrySpecification.json +94 -0
  54. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkAclSpecification.json +43 -0
  55. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkInterfaceAttachmentSpecification.json +34 -0
  56. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkInterfaceSpecification.json +109 -0
  57. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2PlacementGroupSpecification.json +16 -0
  58. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2RouteSpecification.json +52 -0
  59. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2RouteTableSpecification.json +43 -0
  60. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SecurityGroupEgressSpecification.json +52 -0
  61. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SecurityGroupIngressSpecification.json +64 -0
  62. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SecurityGroupSpecification.json +117 -0
  63. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SpotFleetSpecification.json +79 -0
  64. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SubnetNetworkAclAssociationSpecification.json +27 -0
  65. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SubnetRouteTableAssociationSpecification.json +22 -0
  66. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SubnetSpecification.json +66 -0
  67. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPCEndpointSpecification.json +36 -0
  68. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPCGatewayAttachmentSpecification.json +28 -0
  69. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPNConnectionSpecification.json +61 -0
  70. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPNGatewayRoutePropagationSpecification.json +24 -0
  71. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VolumeAttachmentSpecification.json +28 -0
  72. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VolumeSpecification.json +85 -0
  73. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpcDhcpOptionsAssociationSpecification.json +22 -0
  74. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpcPeeringConnectionSpecification.json +49 -0
  75. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpcSpecification.json +45 -0
  76. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpnConnectionRouteSpecification.json +22 -0
  77. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpnGatewaySpecification.json +43 -0
  78. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcrRepositorySpecification.json +27 -0
  79. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcsClusterSpecification.json +16 -0
  80. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcsServiceSpecification.json +101 -0
  81. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcsTaskDefinitionSpecification.json +388 -0
  82. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheCacheClusterSpecification.json +179 -0
  83. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheParameterGroupSpecification.json +30 -0
  84. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheReplicationGroupSpecification.json +250 -0
  85. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheSecurityGroupIngressSpecification.json +28 -0
  86. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheSecurityGroupSpecification.json +16 -0
  87. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheSubnetGroupSpecification.json +30 -0
  88. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkApplicationSpecification.json +22 -0
  89. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkApplicationVersionSpecification.json +47 -0
  90. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkConfigurationTemplateSpecification.json +90 -0
  91. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkEnvironmentSpecification.json +119 -0
  92. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticFileSystemFileSystemSpecification.json +43 -0
  93. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticFileSystemMountTargetSpecification.json +36 -0
  94. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingLoadBalancerSpecification.json +370 -0
  95. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2ListenerRuleSpecification.json +76 -0
  96. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2ListenerSpecification.json +80 -0
  97. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2LoadBalancerSpecification.json +145 -0
  98. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2TargetGroupSpecification.json +176 -0
  99. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticMapReduceClusterSpecification.json +410 -0
  100. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticMapReduceInstanceGroupConfigSpecification.json +154 -0
  101. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticMapReduceStepSpecification.json +86 -0
  102. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticsearchDomainSpecification.json +170 -0
  103. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EventsRuleSpecification.json +90 -0
  104. data/lib/cfnlego/resources/CloudFormationResourceSpecification/GameLiftAliasSpecification.json +53 -0
  105. data/lib/cfnlego/resources/CloudFormationResourceSpecification/GameLiftBuildSpecification.json +53 -0
  106. data/lib/cfnlego/resources/CloudFormationResourceSpecification/GameLiftFleetSpecification.json +111 -0
  107. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamAccessKeySpecification.json +33 -0
  108. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamGroupSpecification.json +62 -0
  109. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamInstanceProfileSpecification.json +29 -0
  110. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamManagedPolicySpecification.json +52 -0
  111. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamPolicySpecification.json +46 -0
  112. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamRoleSpecification.json +68 -0
  113. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamUserSpecification.json +93 -0
  114. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamUserToGroupAdditionSpecification.json +24 -0
  115. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTCertificateSpecification.json +27 -0
  116. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTPolicyPrincipalAttachmentSpecification.json +22 -0
  117. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTPolicySpecification.json +22 -0
  118. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTThingPrincipalAttachmentSpecification.json +22 -0
  119. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTThingSpecification.json +37 -0
  120. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTTopicRuleSpecification.json +421 -0
  121. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KMSAliasSpecification.json +22 -0
  122. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KMSKeySpecification.json +45 -0
  123. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KinesisFirehoseDeliveryStreamSpecification.json +314 -0
  124. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KinesisStreamSpecification.json +54 -0
  125. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaAliasSpecification.json +34 -0
  126. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaEventSourceMappingSpecification.json +40 -0
  127. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaFunctionSpecification.json +146 -0
  128. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaPermissionSpecification.json +40 -0
  129. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaVersionSpecification.json +33 -0
  130. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsDestinationSpecification.json +34 -0
  131. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsLogGroupSpecification.json +27 -0
  132. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsLogStreamSpecification.json +22 -0
  133. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsMetricFilterSpecification.json +55 -0
  134. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsSubscriptionFilterSpecification.json +34 -0
  135. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksAppSpecification.json +202 -0
  136. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksElasticLoadBalancerAttachmentSpecification.json +22 -0
  137. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksInstanceSpecification.json +271 -0
  138. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksLayerSpecification.json +306 -0
  139. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksStackSpecification.json +279 -0
  140. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksUserProfileSpecification.json +28 -0
  141. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksVolumeSpecification.json +34 -0
  142. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBClusterParameterGroupSpecification.json +55 -0
  143. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBInstanceSpecification.json +253 -0
  144. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBSecurityGroupIngressSpecification.json +40 -0
  145. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBSubnetGroupSpecification.json +51 -0
  146. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsDBClusterSpecification.json +135 -0
  147. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsDBParameterGroupSpecification.json +57 -0
  148. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsDbSecurityGroupSpecification.json +86 -0
  149. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsEventSubscriptionSpecification.json +44 -0
  150. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsOptionGroupSpecification.json +119 -0
  151. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterParameterGroupSpecification.json +49 -0
  152. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSecurityGroupIngressSpecification.json +34 -0
  153. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSecurityGroupSpecification.json +16 -0
  154. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSpecification.json +166 -0
  155. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSubnetGroupSpecification.json +24 -0
  156. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53HealthCheckSpecification.json +96 -0
  157. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53HostedZoneSpecification.json +85 -0
  158. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53RecordSetGroupSpecification.json +175 -0
  159. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53RecordSetSpecification.json +144 -0
  160. data/lib/cfnlego/resources/CloudFormationResourceSpecification/S3BucketPolicySpecification.json +22 -0
  161. data/lib/cfnlego/resources/CloudFormationResourceSpecification/S3BucketSpecification.json +628 -0
  162. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SDBDomainSpecification.json +16 -0
  163. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SQSQueuePolicySpecification.json +24 -0
  164. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SQSQueueSpecification.json +57 -0
  165. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SSMDocumentSpecification.json +22 -0
  166. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SnsSubscriptionSpecification.json +28 -0
  167. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SnsTopicPolicySpecification.json +24 -0
  168. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SnsTopicSpecification.json +54 -0
  169. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFByteMatchSetSpecification.json +78 -0
  170. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFIPSetSpecification.json +43 -0
  171. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFRuleSpecification.json +55 -0
  172. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFSizeConstraintSetSpecification.json +72 -0
  173. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFSqlInjectionMatchSetSpecification.json +60 -0
  174. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFWebACLSpecification.json +72 -0
  175. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFXssMatchSetSpecification.json +60 -0
  176. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WorkspacesWorkspaceSpecification.json +46 -0
  177. data/lib/cfnlego/version.rb +1 -1
  178. metadata +178 -3
@@ -0,0 +1,49 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::Redshift::ClusterParameterGroup.Parameter": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-property-redshift-clusterparametergroup-parameter.html",
5
+ "Properties": {
6
+ "ParameterName": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-property-redshift-clusterparametergroup-parameter.html#cfn-redshift-clusterparametergroup-parameter-parametername",
8
+ "PrimitiveType": "String",
9
+ "Required": true,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "ParameterValue": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-property-redshift-clusterparametergroup-parameter.html#cfn-redshift-clusterparametergroup-parameter-parametervalue",
14
+ "PrimitiveType": "String",
15
+ "Required": true,
16
+ "UpdateType": "Mutable"
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "ResourceSpecificationVersion": "1.0.0",
22
+ "ResourceType": {
23
+ "AWS::Redshift::ClusterParameterGroup": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html",
25
+ "Properties": {
26
+ "Description": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description",
28
+ "PrimitiveType": "String",
29
+ "Required": true,
30
+ "UpdateType": "Immutable"
31
+ },
32
+ "ParameterGroupFamily": {
33
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily",
34
+ "PrimitiveType": "String",
35
+ "Required": true,
36
+ "UpdateType": "Immutable"
37
+ },
38
+ "Parameters": {
39
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parameters",
40
+ "DuplicatesAllowed": false,
41
+ "ItemType": "Parameter",
42
+ "Required": false,
43
+ "Type": "List",
44
+ "UpdateType": "Mutable"
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::Redshift::ClusterSecurityGroupIngress": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html",
6
+ "Properties": {
7
+ "CIDRIP": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidrip",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Immutable"
12
+ },
13
+ "ClusterSecurityGroupName": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupname",
15
+ "PrimitiveType": "String",
16
+ "Required": true,
17
+ "UpdateType": "Immutable"
18
+ },
19
+ "EC2SecurityGroupName": {
20
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupname",
21
+ "PrimitiveType": "String",
22
+ "Required": false,
23
+ "UpdateType": "Immutable"
24
+ },
25
+ "EC2SecurityGroupOwnerId": {
26
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupownerid",
27
+ "PrimitiveType": "String",
28
+ "Required": false,
29
+ "UpdateType": "Immutable"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::Redshift::ClusterSecurityGroup": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html",
6
+ "Properties": {
7
+ "Description": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description",
9
+ "PrimitiveType": "String",
10
+ "Required": true,
11
+ "UpdateType": "Immutable"
12
+ }
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,166 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::Redshift::Cluster": {
5
+ "Attributes": {
6
+ "Endpoint.Address": {
7
+ "PrimitiveType": "String"
8
+ },
9
+ "Endpoint.Port": {
10
+ "PrimitiveType": "String"
11
+ }
12
+ },
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html",
14
+ "Properties": {
15
+ "AllowVersionUpdate": {
16
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-allowversionupgrade",
17
+ "PrimitiveType": "Boolean",
18
+ "Required": false,
19
+ "UpdateType": "Mutable"
20
+ },
21
+ "AutomatedSnapshotRetentionPeriod": {
22
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-automatedsnapshotretentionperiod",
23
+ "PrimitiveType": "Integer",
24
+ "Required": false,
25
+ "UpdateType": "Immutable"
26
+ },
27
+ "AvailabilityZone": {
28
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-availabilityzone",
29
+ "PrimitiveType": "String",
30
+ "Required": false,
31
+ "UpdateType": "Immutable"
32
+ },
33
+ "ClusterParameterGroupName": {
34
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname",
35
+ "PrimitiveType": "Integer",
36
+ "Required": false,
37
+ "UpdateType": "Mutable"
38
+ },
39
+ "ClusterSecurityGroups": {
40
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersecuritygroups",
41
+ "DuplicatesAllowed": false,
42
+ "PrimitiveItemType": "String",
43
+ "Required": false,
44
+ "Type": "List",
45
+ "UpdateType": "Mutable"
46
+ },
47
+ "ClusterSubnetGroupName": {
48
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustersubnetgroupname",
49
+ "PrimitiveType": "String",
50
+ "Required": false,
51
+ "UpdateType": "Immutable"
52
+ },
53
+ "ClusterType": {
54
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clustertype",
55
+ "PrimitiveType": "String",
56
+ "Required": true,
57
+ "UpdateType": "Mutable"
58
+ },
59
+ "ClusterVersion": {
60
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterversion",
61
+ "PrimitiveType": "String",
62
+ "Required": false,
63
+ "UpdateType": "Mutable"
64
+ },
65
+ "DBName": {
66
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-dbname",
67
+ "PrimitiveType": "String",
68
+ "Required": true,
69
+ "UpdateType": "Immutable"
70
+ },
71
+ "ElasticIp": {
72
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-elasticip",
73
+ "PrimitiveType": "String",
74
+ "Required": false,
75
+ "UpdateType": "Immutable"
76
+ },
77
+ "Encrypted": {
78
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-encrypted",
79
+ "PrimitiveType": "Boolean",
80
+ "Required": false,
81
+ "UpdateType": "Immutable"
82
+ },
83
+ "HsmClientCertificateIdentifier": {
84
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-hsmclientcertidentifier",
85
+ "PrimitiveType": "String",
86
+ "Required": false,
87
+ "UpdateType": "Mutable"
88
+ },
89
+ "KmsKeyId": {
90
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-kmskeyid",
91
+ "PrimitiveType": "String",
92
+ "Required": false,
93
+ "UpdateType": "Immutable"
94
+ },
95
+ "MasterUserPassword": {
96
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masteruserpassword",
97
+ "PrimitiveType": "String",
98
+ "Required": true,
99
+ "UpdateType": "Mutable"
100
+ },
101
+ "MasterUsername": {
102
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-masterusername",
103
+ "PrimitiveType": "String",
104
+ "Required": true,
105
+ "UpdateType": "Immutable"
106
+ },
107
+ "NodeType": {
108
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype",
109
+ "PrimitiveType": "String",
110
+ "Required": true,
111
+ "UpdateType": "Mutable"
112
+ },
113
+ "NumberOfNodes": {
114
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-nodetype",
115
+ "PrimitiveType": "Integer",
116
+ "Required": false,
117
+ "UpdateType": "Mutable"
118
+ },
119
+ "OwnerAccount": {
120
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-owneraccount",
121
+ "PrimitiveType": "String",
122
+ "Required": false,
123
+ "UpdateType": "Immutable"
124
+ },
125
+ "Port": {
126
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-port",
127
+ "PrimitiveType": "Integer",
128
+ "Required": false,
129
+ "UpdateType": "Immutable"
130
+ },
131
+ "PreferredMaintenanceWindow": {
132
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-preferredmaintenancewindow",
133
+ "PrimitiveType": "String",
134
+ "Required": false,
135
+ "UpdateType": "Mutable"
136
+ },
137
+ "PubliclyAccessible": {
138
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-publiclyaccessible",
139
+ "PrimitiveType": "Boolean",
140
+ "Required": false,
141
+ "UpdateType": "Mutable"
142
+ },
143
+ "SnapshotClusterIdentifier": {
144
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotclusteridentifier",
145
+ "PrimitiveType": "String",
146
+ "Required": false,
147
+ "UpdateType": "Immutable"
148
+ },
149
+ "SnapshotIdentifier": {
150
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-snapshotidentifier",
151
+ "PrimitiveType": "String",
152
+ "Required": false,
153
+ "UpdateType": "Immutable"
154
+ },
155
+ "VpcSecurityGroupIds": {
156
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-vpcsecuritygroupids",
157
+ "DuplicatesAllowed": false,
158
+ "PrimitiveItemType": "String",
159
+ "Required": false,
160
+ "Type": "List",
161
+ "UpdateType": "Mutable"
162
+ }
163
+ }
164
+ }
165
+ }
166
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::Redshift::ClusterSubnetGroup": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html",
6
+ "Properties": {
7
+ "Description": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-description",
9
+ "PrimitiveType": "String",
10
+ "Required": true,
11
+ "UpdateType": "Mutable"
12
+ },
13
+ "SubnetIds": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-subnetids",
15
+ "DuplicatesAllowed": true,
16
+ "PrimitiveItemType": "String",
17
+ "Required": true,
18
+ "Type": "List",
19
+ "UpdateType": "Mutable"
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::Route53::HealthCheck.HealthCheckConfig": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html",
5
+ "Properties": {
6
+ "FailureThreshold": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-failurethreshold",
8
+ "PrimitiveType": "Integer",
9
+ "Required": false,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "FullyQualifiedDomainName": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-fullyqualifieddomainname",
14
+ "PrimitiveType": "String",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ },
18
+ "IPAddress": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-ipaddress",
20
+ "PrimitiveType": "String",
21
+ "Required": false,
22
+ "UpdateType": "Mutable"
23
+ },
24
+ "Port": {
25
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-port",
26
+ "PrimitiveType": "Integer",
27
+ "Required": false,
28
+ "UpdateType": "Mutable"
29
+ },
30
+ "RequestInterval": {
31
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval",
32
+ "PrimitiveType": "Integer",
33
+ "Required": false,
34
+ "UpdateType": "Mutable"
35
+ },
36
+ "ResourcePath": {
37
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-resourcepath",
38
+ "PrimitiveType": "String",
39
+ "Required": false,
40
+ "UpdateType": "Mutable"
41
+ },
42
+ "SearchString": {
43
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-searchstring",
44
+ "PrimitiveType": "String",
45
+ "Required": false,
46
+ "UpdateType": "Mutable"
47
+ },
48
+ "Type": {
49
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-type",
50
+ "PrimitiveType": "String",
51
+ "Required": true,
52
+ "UpdateType": "Mutable"
53
+ }
54
+ }
55
+ },
56
+ "AWS::Route53::HealthCheck.HealthCheckTag": {
57
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthchecktags.html",
58
+ "Properties": {
59
+ "Key": {
60
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthchecktags.html#cfn-route53-healthchecktags-key",
61
+ "PrimitiveType": "String",
62
+ "Required": true,
63
+ "UpdateType": "Mutable"
64
+ },
65
+ "Value": {
66
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthchecktags.html#cfn-route53-healthchecktags-value",
67
+ "PrimitiveType": "String",
68
+ "Required": true,
69
+ "UpdateType": "Mutable"
70
+ }
71
+ }
72
+ }
73
+ },
74
+ "ResourceSpecificationVersion": "1.0.0",
75
+ "ResourceType": {
76
+ "AWS::Route53::HealthCheck": {
77
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html",
78
+ "Properties": {
79
+ "HealthCheckConfig": {
80
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html#cfn-route53-healthcheck-healthcheckconfig",
81
+ "Required": true,
82
+ "Type": "HealthCheckConfig",
83
+ "UpdateType": "Mutable"
84
+ },
85
+ "HealthCheckTags": {
86
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html#cfn-route53-healthcheck-healthchecktags",
87
+ "DuplicatesAllowed": true,
88
+ "ItemType": "HealthCheckTag",
89
+ "Required": false,
90
+ "Type": "List",
91
+ "UpdateType": "Mutable"
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::Route53::HostedZone.HostedZoneConfig": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html",
5
+ "Properties": {
6
+ "Comment": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment",
8
+ "PrimitiveType": "String",
9
+ "Required": false,
10
+ "UpdateType": "Mutable"
11
+ }
12
+ }
13
+ },
14
+ "AWS::Route53::HostedZone.HostedZoneTag": {
15
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonetags.html",
16
+ "Properties": {
17
+ "Key": {
18
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonetags.html#cfn-route53-hostedzonetags-key",
19
+ "PrimitiveType": "String",
20
+ "Required": true,
21
+ "UpdateType": "Mutable"
22
+ },
23
+ "Value": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonetags.html#cfn-route53-hostedzonetags-value",
25
+ "PrimitiveType": "String",
26
+ "Required": true,
27
+ "UpdateType": "Mutable"
28
+ }
29
+ }
30
+ },
31
+ "AWS::Route53::HostedZone.VPC": {
32
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone-hostedzonevpcs.html",
33
+ "Properties": {
34
+ "VPCId": {
35
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone-hostedzonevpcs.html#cfn-route53-hostedzone-hostedzonevpcs-vpcid",
36
+ "PrimitiveType": "String",
37
+ "Required": true,
38
+ "UpdateType": "Mutable"
39
+ },
40
+ "VPCRegion": {
41
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone-hostedzonevpcs.html#cfn-route53-hostedzone-hostedzonevpcs-vpcregion",
42
+ "PrimitiveType": "String",
43
+ "Required": true,
44
+ "UpdateType": "Mutable"
45
+ }
46
+ }
47
+ }
48
+ },
49
+ "ResourceSpecificationVersion": "1.0.0",
50
+ "ResourceType": {
51
+ "AWS::Route53::HostedZone": {
52
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html",
53
+ "Properties": {
54
+ "HostedZoneConfig": {
55
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-hostedzoneconfig",
56
+ "Required": false,
57
+ "Type": "HostedZoneConfig",
58
+ "UpdateType": "Mutable"
59
+ },
60
+ "HostedZoneTags": {
61
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-hostedzonetags",
62
+ "DuplicatesAllowed": true,
63
+ "ItemType": "HostedZoneTag",
64
+ "Required": false,
65
+ "Type": "List",
66
+ "UpdateType": "Mutable"
67
+ },
68
+ "Name": {
69
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-name",
70
+ "PrimitiveType": "String",
71
+ "Required": true,
72
+ "UpdateType": "Immutable"
73
+ },
74
+ "VPCs": {
75
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html#cfn-route53-hostedzone-vpcs",
76
+ "DuplicatesAllowed": true,
77
+ "ItemType": "VPC",
78
+ "Required": false,
79
+ "Type": "List",
80
+ "UpdateType": "Conditional"
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }