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,175 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::Route53::RecordSetGroup.AliasTarget": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html",
5
+ "Properties": {
6
+ "DNSName": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname",
8
+ "PrimitiveType": "String",
9
+ "Required": true,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "EvaluateTargetHealth": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth",
14
+ "PrimitiveType": "Boolean",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ },
18
+ "HostedZoneId": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid",
20
+ "PrimitiveType": "String",
21
+ "Required": true,
22
+ "UpdateType": "Mutable"
23
+ }
24
+ }
25
+ },
26
+ "AWS::Route53::RecordSetGroup.GeoLocation": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html",
28
+ "Properties": {
29
+ "ContinentCode": {
30
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordsetgroup-geolocation-continentcode",
31
+ "PrimitiveType": "String",
32
+ "Required": false,
33
+ "UpdateType": "Mutable"
34
+ },
35
+ "CountryCode": {
36
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode",
37
+ "PrimitiveType": "String",
38
+ "Required": false,
39
+ "UpdateType": "Mutable"
40
+ },
41
+ "SubdivisionCode": {
42
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode",
43
+ "PrimitiveType": "String",
44
+ "Required": false,
45
+ "UpdateType": "Mutable"
46
+ }
47
+ }
48
+ },
49
+ "AWS::Route53::RecordSetGroup.RecordSet": {
50
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html",
51
+ "Properties": {
52
+ "AliasTarget": {
53
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-aliastarget",
54
+ "Required": false,
55
+ "Type": "AliasTarget",
56
+ "UpdateType": "Mutable"
57
+ },
58
+ "Comment": {
59
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment",
60
+ "PrimitiveType": "String",
61
+ "Required": false,
62
+ "UpdateType": "Mutable"
63
+ },
64
+ "Failover": {
65
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover",
66
+ "PrimitiveType": "String",
67
+ "Required": false,
68
+ "UpdateType": "Mutable"
69
+ },
70
+ "GeoLocation": {
71
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-geolocation",
72
+ "Required": false,
73
+ "Type": "GeoLocation",
74
+ "UpdateType": "Mutable"
75
+ },
76
+ "HealthCheckId": {
77
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid",
78
+ "PrimitiveType": "String",
79
+ "Required": false,
80
+ "UpdateType": "Mutable"
81
+ },
82
+ "HostedZoneId": {
83
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid",
84
+ "PrimitiveType": "String",
85
+ "Required": false,
86
+ "UpdateType": "Mutable"
87
+ },
88
+ "HostedZoneName": {
89
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename",
90
+ "PrimitiveType": "String",
91
+ "Required": false,
92
+ "UpdateType": "Mutable"
93
+ },
94
+ "Name": {
95
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name",
96
+ "PrimitiveType": "String",
97
+ "Required": true,
98
+ "UpdateType": "Mutable"
99
+ },
100
+ "Region": {
101
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region",
102
+ "PrimitiveType": "String",
103
+ "Required": false,
104
+ "UpdateType": "Mutable"
105
+ },
106
+ "ResourceRecords": {
107
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-resourcerecords",
108
+ "DuplicatesAllowed": false,
109
+ "PrimitiveItemType": "String",
110
+ "Required": false,
111
+ "Type": "List",
112
+ "UpdateType": "Mutable"
113
+ },
114
+ "SetIdentifier": {
115
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier",
116
+ "PrimitiveType": "String",
117
+ "Required": false,
118
+ "UpdateType": "Mutable"
119
+ },
120
+ "TTL": {
121
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl",
122
+ "PrimitiveType": "String",
123
+ "Required": false,
124
+ "UpdateType": "Mutable"
125
+ },
126
+ "Type": {
127
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type",
128
+ "PrimitiveType": "String",
129
+ "Required": true,
130
+ "UpdateType": "Mutable"
131
+ },
132
+ "Weight": {
133
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight",
134
+ "PrimitiveType": "Integer",
135
+ "Required": false,
136
+ "UpdateType": "Mutable"
137
+ }
138
+ }
139
+ }
140
+ },
141
+ "ResourceSpecificationVersion": "1.0.0",
142
+ "ResourceType": {
143
+ "AWS::Route53::RecordSetGroup": {
144
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html",
145
+ "Properties": {
146
+ "Comment": {
147
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-comment",
148
+ "PrimitiveType": "String",
149
+ "Required": false,
150
+ "UpdateType": "Mutable"
151
+ },
152
+ "HostedZoneId": {
153
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzoneid",
154
+ "PrimitiveType": "String",
155
+ "Required": false,
156
+ "UpdateType": "Immutable"
157
+ },
158
+ "HostedZoneName": {
159
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-hostedzonename",
160
+ "PrimitiveType": "String",
161
+ "Required": false,
162
+ "UpdateType": "Immutable"
163
+ },
164
+ "RecordSets": {
165
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html#cfn-route53-recordsetgroup-recordsets",
166
+ "DuplicatesAllowed": false,
167
+ "ItemType": "RecordSet",
168
+ "Required": false,
169
+ "Type": "List",
170
+ "UpdateType": "Mutable"
171
+ }
172
+ }
173
+ }
174
+ }
175
+ }
@@ -0,0 +1,144 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::Route53::RecordSet.AliasTarget": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html",
5
+ "Properties": {
6
+ "DNSName": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname",
8
+ "PrimitiveType": "String",
9
+ "Required": true,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "EvaluateTargetHealth": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth",
14
+ "PrimitiveType": "Boolean",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ },
18
+ "HostedZoneId": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid",
20
+ "PrimitiveType": "String",
21
+ "Required": true,
22
+ "UpdateType": "Mutable"
23
+ }
24
+ }
25
+ },
26
+ "AWS::Route53::RecordSet.GeoLocation": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html",
28
+ "Properties": {
29
+ "ContinentCode": {
30
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode",
31
+ "PrimitiveType": "String",
32
+ "Required": false,
33
+ "UpdateType": "Mutable"
34
+ },
35
+ "CountryCode": {
36
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode",
37
+ "PrimitiveType": "String",
38
+ "Required": false,
39
+ "UpdateType": "Mutable"
40
+ },
41
+ "SubdivisionCode": {
42
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode",
43
+ "PrimitiveType": "String",
44
+ "Required": false,
45
+ "UpdateType": "Mutable"
46
+ }
47
+ }
48
+ }
49
+ },
50
+ "ResourceSpecificationVersion": "1.0.0",
51
+ "ResourceType": {
52
+ "AWS::Route53::RecordSet": {
53
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html",
54
+ "Properties": {
55
+ "AliasTarget": {
56
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-aliastarget",
57
+ "Required": false,
58
+ "Type": "AliasTarget",
59
+ "UpdateType": "Mutable"
60
+ },
61
+ "Comment": {
62
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment",
63
+ "PrimitiveType": "String",
64
+ "Required": false,
65
+ "UpdateType": "Mutable"
66
+ },
67
+ "Failover": {
68
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover",
69
+ "PrimitiveType": "String",
70
+ "Required": false,
71
+ "UpdateType": "Mutable"
72
+ },
73
+ "GeoLocation": {
74
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-geolocation",
75
+ "Required": false,
76
+ "Type": "GeoLocation",
77
+ "UpdateType": "Mutable"
78
+ },
79
+ "HealthCheckId": {
80
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid",
81
+ "PrimitiveType": "String",
82
+ "Required": false,
83
+ "UpdateType": "Mutable"
84
+ },
85
+ "HostedZoneId": {
86
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid",
87
+ "PrimitiveType": "String",
88
+ "Required": false,
89
+ "UpdateType": "Immutable"
90
+ },
91
+ "HostedZoneName": {
92
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename",
93
+ "PrimitiveType": "String",
94
+ "Required": false,
95
+ "UpdateType": "Immutable"
96
+ },
97
+ "Name": {
98
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name",
99
+ "PrimitiveType": "String",
100
+ "Required": true,
101
+ "UpdateType": "Immutable"
102
+ },
103
+ "Region": {
104
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region",
105
+ "PrimitiveType": "String",
106
+ "Required": false,
107
+ "UpdateType": "Mutable"
108
+ },
109
+ "ResourceRecords": {
110
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-resourcerecords",
111
+ "DuplicatesAllowed": true,
112
+ "PrimitiveItemType": "String",
113
+ "Required": false,
114
+ "Type": "List",
115
+ "UpdateType": "Mutable"
116
+ },
117
+ "SetIdentifier": {
118
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier",
119
+ "PrimitiveType": "String",
120
+ "Required": false,
121
+ "UpdateType": "Mutable"
122
+ },
123
+ "TTL": {
124
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl",
125
+ "PrimitiveType": "String",
126
+ "Required": false,
127
+ "UpdateType": "Mutable"
128
+ },
129
+ "Type": {
130
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type",
131
+ "PrimitiveType": "String",
132
+ "Required": true,
133
+ "UpdateType": "Mutable"
134
+ },
135
+ "Weight": {
136
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight",
137
+ "PrimitiveType": "Integer",
138
+ "Required": false,
139
+ "UpdateType": "Mutable"
140
+ }
141
+ }
142
+ }
143
+ }
144
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::S3::BucketPolicy": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html",
6
+ "Properties": {
7
+ "Bucket": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#cfn-s3-bucketpolicy-bucket",
9
+ "PrimitiveType": "String",
10
+ "Required": true,
11
+ "UpdateType": "Immutable"
12
+ },
13
+ "PolicyDocument": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html#cfn-s3-bucketpolicy-policydocument",
15
+ "PrimitiveType": "Json",
16
+ "Required": true,
17
+ "UpdateType": "Mutable"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,628 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::S3::Bucket.CorsConfiguration": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors.html",
5
+ "Properties": {
6
+ "CorsRules": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors.html#cfn-s3-bucket-cors-corsrule",
8
+ "DuplicatesAllowed": false,
9
+ "ItemType": "CorsRule",
10
+ "Required": true,
11
+ "Type": "List",
12
+ "UpdateType": "Mutable"
13
+ }
14
+ }
15
+ },
16
+ "AWS::S3::Bucket.CorsRule": {
17
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html",
18
+ "Properties": {
19
+ "AllowedHeaders": {
20
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-allowedheaders",
21
+ "DuplicatesAllowed": false,
22
+ "PrimitiveItemType": "String",
23
+ "Required": false,
24
+ "Type": "List",
25
+ "UpdateType": "Mutable"
26
+ },
27
+ "AllowedMethods": {
28
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-allowedmethods",
29
+ "DuplicatesAllowed": false,
30
+ "PrimitiveItemType": "String",
31
+ "Required": true,
32
+ "Type": "List",
33
+ "UpdateType": "Mutable"
34
+ },
35
+ "AllowedOrigins": {
36
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-allowedorigins",
37
+ "DuplicatesAllowed": false,
38
+ "PrimitiveItemType": "String",
39
+ "Required": true,
40
+ "Type": "List",
41
+ "UpdateType": "Mutable"
42
+ },
43
+ "ExposedHeaders": {
44
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-exposedheaders",
45
+ "DuplicatesAllowed": false,
46
+ "PrimitiveItemType": "String",
47
+ "Required": false,
48
+ "Type": "List",
49
+ "UpdateType": "Mutable"
50
+ },
51
+ "Id": {
52
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-id",
53
+ "PrimitiveType": "String",
54
+ "Required": false,
55
+ "UpdateType": "Mutable"
56
+ },
57
+ "MaxAge": {
58
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html#cfn-s3-bucket-cors-corsrule-maxage",
59
+ "PrimitiveType": "Integer",
60
+ "Required": false,
61
+ "UpdateType": "Mutable"
62
+ }
63
+ }
64
+ },
65
+ "AWS::S3::Bucket.FilterRule": {
66
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration-config-filter-s3key-rules.html",
67
+ "Properties": {
68
+ "Name": {
69
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration-config-filter-s3key-rules.html#cfn-s3-bucket-notificationconfiguraiton-config-filter-s3key-rules-name",
70
+ "PrimitiveType": "String",
71
+ "Required": true,
72
+ "UpdateType": "Mutable"
73
+ },
74
+ "Value": {
75
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration-config-filter-s3key-rules.html#cfn-s3-bucket-notificationconfiguraiton-config-filter-s3key-rules-value",
76
+ "PrimitiveType": "String",
77
+ "Required": true,
78
+ "UpdateType": "Mutable"
79
+ }
80
+ }
81
+ },
82
+ "AWS::S3::Bucket.LambdaConfiguration": {
83
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-lambdaconfig.html",
84
+ "Properties": {
85
+ "Event": {
86
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-lambdaconfig.html#cfn-s3-bucket-notificationconfig-lambdaconfig-event",
87
+ "PrimitiveType": "String",
88
+ "Required": true,
89
+ "UpdateType": "Mutable"
90
+ },
91
+ "Filter": {
92
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-lambdaconfig.html#cfn-s3-bucket-notificationconfig-lambdaconfig-filter",
93
+ "Required": false,
94
+ "Type": "NotificationFilter",
95
+ "UpdateType": "Mutable"
96
+ },
97
+ "Function": {
98
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-lambdaconfig.html#cfn-s3-bucket-notificationconfig-lambdaconfig-function",
99
+ "PrimitiveType": "String",
100
+ "Required": true,
101
+ "UpdateType": "Mutable"
102
+ }
103
+ }
104
+ },
105
+ "AWS::S3::Bucket.LifecycleConfiguration": {
106
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig.html",
107
+ "Properties": {
108
+ "Rules": {
109
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig.html#cfn-s3-bucket-lifecycleconfig-rules",
110
+ "DuplicatesAllowed": false,
111
+ "ItemType": "Rule",
112
+ "Required": true,
113
+ "Type": "List",
114
+ "UpdateType": "Mutable"
115
+ }
116
+ }
117
+ },
118
+ "AWS::S3::Bucket.LoggingConfiguration": {
119
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html",
120
+ "Properties": {
121
+ "DestinationBucketName": {
122
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-destinationbucketname",
123
+ "PrimitiveType": "String",
124
+ "Required": false,
125
+ "UpdateType": "Mutable"
126
+ },
127
+ "LogFilePrefix": {
128
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html#cfn-s3-bucket-loggingconfig-logfileprefix",
129
+ "PrimitiveType": "String",
130
+ "Required": false,
131
+ "UpdateType": "Mutable"
132
+ }
133
+ }
134
+ },
135
+ "AWS::S3::Bucket.NoncurrentVersionTransition": {
136
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition.html",
137
+ "Properties": {
138
+ "StorageClass": {
139
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition.html#cfn-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition-storageclass",
140
+ "PrimitiveType": "String",
141
+ "Required": true,
142
+ "UpdateType": "Mutable"
143
+ },
144
+ "TransitionInDays": {
145
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition.html#cfn-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition-transitionindays",
146
+ "PrimitiveType": "Integer",
147
+ "Required": true,
148
+ "UpdateType": "Mutable"
149
+ }
150
+ }
151
+ },
152
+ "AWS::S3::Bucket.NotificationConfiguration": {
153
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig.html",
154
+ "Properties": {
155
+ "LambdaConfigurations": {
156
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig.html#cfn-s3-bucket-notificationconfig-lambdaconfig",
157
+ "DuplicatesAllowed": false,
158
+ "ItemType": "LambdaConfiguration",
159
+ "Required": false,
160
+ "Type": "List",
161
+ "UpdateType": "Mutable"
162
+ },
163
+ "QueueConfigurations": {
164
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig.html#cfn-s3-bucket-notificationconfig-queueconfig",
165
+ "DuplicatesAllowed": false,
166
+ "ItemType": "QueueConfiguration",
167
+ "Required": false,
168
+ "Type": "List",
169
+ "UpdateType": "Mutable"
170
+ },
171
+ "TopicConfigurations": {
172
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig.html#cfn-s3-bucket-notificationconfig-topicconfig",
173
+ "DuplicatesAllowed": false,
174
+ "ItemType": "TopicConfiguration",
175
+ "Required": false,
176
+ "Type": "List",
177
+ "UpdateType": "Mutable"
178
+ }
179
+ }
180
+ },
181
+ "AWS::S3::Bucket.NotificationFilter": {
182
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration-config-filter.html",
183
+ "Properties": {
184
+ "S3Key": {
185
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration-config-filter.html#cfn-s3-bucket-notificationconfiguraiton-config-filter-s3key",
186
+ "Required": true,
187
+ "Type": "S3KeyFilter",
188
+ "UpdateType": "Mutable"
189
+ }
190
+ }
191
+ },
192
+ "AWS::S3::Bucket.QueueConfiguration": {
193
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-queueconfig.html",
194
+ "Properties": {
195
+ "Event": {
196
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-queueconfig.html#cfn-s3-bucket-notificationconfig-queueconfig-event",
197
+ "PrimitiveType": "String",
198
+ "Required": true,
199
+ "UpdateType": "Mutable"
200
+ },
201
+ "Filter": {
202
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-queueconfig.html#cfn-s3-bucket-notificationconfig-queueconfig-filter",
203
+ "Required": false,
204
+ "Type": "NotificationFilter",
205
+ "UpdateType": "Mutable"
206
+ },
207
+ "Queue": {
208
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-queueconfig.html#cfn-s3-bucket-notificationconfig-queueconfig-queue",
209
+ "PrimitiveType": "String",
210
+ "Required": true,
211
+ "UpdateType": "Mutable"
212
+ }
213
+ }
214
+ },
215
+ "AWS::S3::Bucket.RedirectAllRequestsTo": {
216
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html",
217
+ "Properties": {
218
+ "HostName": {
219
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-hostname",
220
+ "PrimitiveType": "String",
221
+ "Required": true,
222
+ "UpdateType": "Mutable"
223
+ },
224
+ "Protocol": {
225
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html#cfn-s3-websiteconfiguration-redirectallrequeststo-protocol",
226
+ "PrimitiveType": "String",
227
+ "Required": false,
228
+ "UpdateType": "Mutable"
229
+ }
230
+ }
231
+ },
232
+ "AWS::S3::Bucket.RedirectRule": {
233
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-redirectrule.html",
234
+ "Properties": {
235
+ "HostName": {
236
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-redirectrule.html#cfn-s3-websiteconfiguration-redirectrule-hostname",
237
+ "PrimitiveType": "String",
238
+ "Required": false,
239
+ "UpdateType": "Mutable"
240
+ },
241
+ "HttpRedirectCode": {
242
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-redirectrule.html#cfn-s3-websiteconfiguration-redirectrule-httpredirectcode",
243
+ "PrimitiveType": "String",
244
+ "Required": false,
245
+ "UpdateType": "Mutable"
246
+ },
247
+ "Protocol": {
248
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-redirectrule.html#cfn-s3-websiteconfiguration-redirectrule-protocol",
249
+ "PrimitiveType": "String",
250
+ "Required": false,
251
+ "UpdateType": "Mutable"
252
+ },
253
+ "ReplaceKeyPrefixWith": {
254
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-redirectrule.html#cfn-s3-websiteconfiguration-redirectrule-replacekeyprefixwith",
255
+ "PrimitiveType": "String",
256
+ "Required": false,
257
+ "UpdateType": "Mutable"
258
+ },
259
+ "ReplaceKeyWith": {
260
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-redirectrule.html#cfn-s3-websiteconfiguration-redirectrule-replacekeywith",
261
+ "PrimitiveType": "String",
262
+ "Required": false,
263
+ "UpdateType": "Mutable"
264
+ }
265
+ }
266
+ },
267
+ "AWS::S3::Bucket.ReplicationConfiguration": {
268
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html",
269
+ "Properties": {
270
+ "Role": {
271
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role",
272
+ "PrimitiveType": "String",
273
+ "Required": true,
274
+ "UpdateType": "Mutable"
275
+ },
276
+ "Rules": {
277
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-rules",
278
+ "DuplicatesAllowed": false,
279
+ "ItemType": "ReplicationRule",
280
+ "Required": true,
281
+ "Type": "List",
282
+ "UpdateType": "Mutable"
283
+ }
284
+ }
285
+ },
286
+ "AWS::S3::Bucket.ReplicationDestination": {
287
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules-destination.html",
288
+ "Properties": {
289
+ "Bucket": {
290
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules-destination.html#cfn-s3-bucket-replicationconfiguration-rules-destination-bucket",
291
+ "PrimitiveType": "String",
292
+ "Required": true,
293
+ "UpdateType": "Mutable"
294
+ },
295
+ "StorageClass": {
296
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules-destination.html#cfn-s3-bucket-replicationconfiguration-rules-destination-storageclass",
297
+ "PrimitiveType": "String",
298
+ "Required": false,
299
+ "UpdateType": "Mutable"
300
+ }
301
+ }
302
+ },
303
+ "AWS::S3::Bucket.ReplicationRule": {
304
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules.html",
305
+ "Properties": {
306
+ "Destination": {
307
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-destination",
308
+ "Required": true,
309
+ "Type": "ReplicationDestination",
310
+ "UpdateType": "Mutable"
311
+ },
312
+ "Id": {
313
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-id",
314
+ "PrimitiveType": "String",
315
+ "Required": false,
316
+ "UpdateType": "Mutable"
317
+ },
318
+ "Prefix": {
319
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-prefix",
320
+ "PrimitiveType": "String",
321
+ "Required": true,
322
+ "UpdateType": "Mutable"
323
+ },
324
+ "Status": {
325
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-status",
326
+ "PrimitiveType": "String",
327
+ "Required": true,
328
+ "UpdateType": "Mutable"
329
+ }
330
+ }
331
+ },
332
+ "AWS::S3::Bucket.RoutingRule": {
333
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html",
334
+ "Properties": {
335
+ "RedirectRule": {
336
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html#cfn-s3-websiteconfiguration-routingrules-redirectrule",
337
+ "Required": true,
338
+ "Type": "RedirectRule",
339
+ "UpdateType": "Mutable"
340
+ },
341
+ "RoutingRuleCondition": {
342
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html#cfn-s3-websiteconfiguration-routingrules-routingrulecondition",
343
+ "Required": false,
344
+ "Type": "RoutingRuleCondition",
345
+ "UpdateType": "Mutable"
346
+ }
347
+ }
348
+ },
349
+ "AWS::S3::Bucket.RoutingRuleCondition": {
350
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-routingrulecondition.html",
351
+ "Properties": {
352
+ "HttpErrorCodeReturnedEquals": {
353
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-routingrulecondition.html#cfn-s3-websiteconfiguration-routingrules-routingrulecondition-httperrorcodereturnedequals",
354
+ "PrimitiveType": "String",
355
+ "Required": false,
356
+ "UpdateType": "Mutable"
357
+ },
358
+ "KeyPrefixEquals": {
359
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules-routingrulecondition.html#cfn-s3-websiteconfiguration-routingrules-routingrulecondition-keyprefixequals",
360
+ "PrimitiveType": "String",
361
+ "Required": false,
362
+ "UpdateType": "Mutable"
363
+ }
364
+ }
365
+ },
366
+ "AWS::S3::Bucket.Rule": {
367
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html",
368
+ "Properties": {
369
+ "ExpirationDate": {
370
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-expirationdate",
371
+ "PrimitiveType": "Timestamp",
372
+ "Required": false,
373
+ "UpdateType": "Mutable"
374
+ },
375
+ "ExpirationInDays": {
376
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-expirationindays",
377
+ "PrimitiveType": "Integer",
378
+ "Required": false,
379
+ "UpdateType": "Mutable"
380
+ },
381
+ "Id": {
382
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-id",
383
+ "PrimitiveType": "String",
384
+ "Required": false,
385
+ "UpdateType": "Mutable"
386
+ },
387
+ "NoncurrentVersionExpirationInDays": {
388
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-noncurrentversionexpirationindays",
389
+ "PrimitiveType": "Integer",
390
+ "Required": false,
391
+ "UpdateType": "Mutable"
392
+ },
393
+ "NoncurrentVersionTransition": {
394
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition",
395
+ "Required": false,
396
+ "Type": "NoncurrentVersionTransition",
397
+ "UpdateType": "Mutable"
398
+ },
399
+ "NoncurrentVersionTransitions": {
400
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-noncurrentversiontransitions",
401
+ "Required": false,
402
+ "Type": "NoncurrentVersionTransition",
403
+ "UpdateType": "Mutable"
404
+ },
405
+ "Prefix": {
406
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-prefix",
407
+ "PrimitiveType": "String",
408
+ "Required": false,
409
+ "UpdateType": "Mutable"
410
+ },
411
+ "Status": {
412
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-status",
413
+ "PrimitiveType": "String",
414
+ "Required": true,
415
+ "UpdateType": "Mutable"
416
+ },
417
+ "Transition": {
418
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-transition",
419
+ "Required": false,
420
+ "Type": "Transition",
421
+ "UpdateType": "Mutable"
422
+ },
423
+ "Transitions": {
424
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html#cfn-s3-bucket-lifecycleconfig-rule-transitions",
425
+ "Required": false,
426
+ "Type": "Transition",
427
+ "UpdateType": "Mutable"
428
+ }
429
+ }
430
+ },
431
+ "AWS::S3::Bucket.S3KeyFilter": {
432
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration-config-filter-s3key.html",
433
+ "Properties": {
434
+ "Rules": {
435
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration-config-filter-s3key.html#cfn-s3-bucket-notificationconfiguraiton-config-filter-s3key-rules",
436
+ "DuplicatesAllowed": false,
437
+ "ItemType": "FilterRule",
438
+ "Required": true,
439
+ "Type": "List",
440
+ "UpdateType": "Mutable"
441
+ }
442
+ }
443
+ },
444
+ "AWS::S3::Bucket.TopicConfiguration": {
445
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-topicconfig.html",
446
+ "Properties": {
447
+ "Event": {
448
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-topicconfig.html#cfn-s3-bucket-notificationconfig-topicconfig-event",
449
+ "PrimitiveType": "String",
450
+ "Required": true,
451
+ "UpdateType": "Mutable"
452
+ },
453
+ "Filter": {
454
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-topicconfig.html#cfn-s3-bucket-notificationconfig-topicconfig-filter",
455
+ "Required": false,
456
+ "Type": "NotificationFilter",
457
+ "UpdateType": "Mutable"
458
+ },
459
+ "Topic": {
460
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-topicconfig.html#cfn-s3-bucket-notificationconfig-topicconfig-topic",
461
+ "PrimitiveType": "String",
462
+ "Required": true,
463
+ "UpdateType": "Mutable"
464
+ }
465
+ }
466
+ },
467
+ "AWS::S3::Bucket.Transition": {
468
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-transition.html",
469
+ "Properties": {
470
+ "StorageClass": {
471
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-transition.html#cfn-s3-bucket-lifecycleconfig-rule-transition-storageclass",
472
+ "PrimitiveType": "String",
473
+ "Required": true,
474
+ "UpdateType": "Mutable"
475
+ },
476
+ "TransitionDate": {
477
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-transition.html#cfn-s3-bucket-lifecycleconfig-rule-transition-transitiondate",
478
+ "PrimitiveType": "Timestamp",
479
+ "Required": false,
480
+ "UpdateType": "Mutable"
481
+ },
482
+ "TransitionInDays": {
483
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-transition.html#cfn-s3-bucket-lifecycleconfig-rule-transition-transitionindays",
484
+ "PrimitiveType": "Integer",
485
+ "Required": false,
486
+ "UpdateType": "Mutable"
487
+ }
488
+ }
489
+ },
490
+ "AWS::S3::Bucket.VersioningConfiguration": {
491
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html",
492
+ "Properties": {
493
+ "Status": {
494
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfig.html#cfn-s3-bucket-versioningconfig-status",
495
+ "PrimitiveType": "String",
496
+ "Required": true,
497
+ "UpdateType": "Mutable"
498
+ }
499
+ }
500
+ },
501
+ "AWS::S3::Bucket.WebsiteConfiguration": {
502
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html",
503
+ "Properties": {
504
+ "ErrorDocument": {
505
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-errordocument",
506
+ "PrimitiveType": "String",
507
+ "Required": false,
508
+ "UpdateType": "Mutable"
509
+ },
510
+ "IndexDocument": {
511
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-indexdocument",
512
+ "PrimitiveType": "String",
513
+ "Required": false,
514
+ "UpdateType": "Mutable"
515
+ },
516
+ "RedirectAllRequestsTo": {
517
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-redirectallrequeststo",
518
+ "Required": false,
519
+ "Type": "RedirectAllRequestsTo",
520
+ "UpdateType": "Mutable"
521
+ },
522
+ "RoutingRules": {
523
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-routingrules",
524
+ "DuplicatesAllowed": false,
525
+ "ItemType": "RoutingRule",
526
+ "Required": false,
527
+ "Type": "List",
528
+ "UpdateType": "Mutable"
529
+ }
530
+ }
531
+ },
532
+ "Tag": {
533
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html",
534
+ "Properties": {
535
+ "Key": {
536
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key",
537
+ "PrimitiveType": "String",
538
+ "Required": true,
539
+ "UpdateType": "Immutable"
540
+ },
541
+ "Value": {
542
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value",
543
+ "PrimitiveType": "String",
544
+ "Required": true,
545
+ "UpdateType": "Immutable"
546
+ }
547
+ }
548
+ }
549
+ },
550
+ "ResourceSpecificationVersion": "1.0.0",
551
+ "ResourceType": {
552
+ "AWS::S3::Bucket": {
553
+ "Attributes": {
554
+ "DomainName": {
555
+ "PrimitiveType": "String"
556
+ },
557
+ "WebsiteURL": {
558
+ "PrimitiveType": "String"
559
+ }
560
+ },
561
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html",
562
+ "Properties": {
563
+ "AccessControl": {
564
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol",
565
+ "PrimitiveType": "String",
566
+ "Required": false,
567
+ "UpdateType": "Mutable"
568
+ },
569
+ "BucketName": {
570
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-name",
571
+ "PrimitiveType": "String",
572
+ "Required": false,
573
+ "UpdateType": "Immutable"
574
+ },
575
+ "CorsConfiguration": {
576
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-crossoriginconfig",
577
+ "Required": false,
578
+ "Type": "CorsConfiguration",
579
+ "UpdateType": "Mutable"
580
+ },
581
+ "LifecycleConfiguration": {
582
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-lifecycleconfig",
583
+ "Required": false,
584
+ "Type": "LifecycleConfiguration",
585
+ "UpdateType": "Mutable"
586
+ },
587
+ "LoggingConfiguration": {
588
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-loggingconfig",
589
+ "Required": false,
590
+ "Type": "LoggingConfiguration",
591
+ "UpdateType": "Mutable"
592
+ },
593
+ "NotificationConfiguration": {
594
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-notification",
595
+ "Required": false,
596
+ "Type": "NotificationConfiguration",
597
+ "UpdateType": "Mutable"
598
+ },
599
+ "ReplicationConfiguration": {
600
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-replicationconfiguration",
601
+ "Required": false,
602
+ "Type": "ReplicationConfiguration",
603
+ "UpdateType": "Mutable"
604
+ },
605
+ "Tags": {
606
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-tags",
607
+ "DuplicatesAllowed": true,
608
+ "ItemType": "Tag",
609
+ "Required": false,
610
+ "Type": "List",
611
+ "UpdateType": "Mutable"
612
+ },
613
+ "VersioningConfiguration": {
614
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-versioning",
615
+ "Required": false,
616
+ "Type": "VersioningConfiguration",
617
+ "UpdateType": "Mutable"
618
+ },
619
+ "WebsiteConfiguration": {
620
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-websiteconfiguration",
621
+ "Required": false,
622
+ "Type": "WebsiteConfiguration",
623
+ "UpdateType": "Mutable"
624
+ }
625
+ }
626
+ }
627
+ }
628
+ }