humidifier 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -76,6 +76,17 @@
76
76
  }
77
77
  }
78
78
  },
79
+ "AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificate": {
80
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-certificates.html",
81
+ "Properties": {
82
+ "CertificateArn": {
83
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-certificates.html#cfn-elasticloadbalancingv2-listener-certificates-certificatearn",
84
+ "PrimitiveType": "String",
85
+ "Required": false,
86
+ "UpdateType": "Mutable"
87
+ }
88
+ }
89
+ },
79
90
  "AWS::CodePipeline::Pipeline.InputArtifact": {
80
91
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions-inputartifacts.html",
81
92
  "Properties": {
@@ -377,6 +388,35 @@
377
388
  }
378
389
  }
379
390
  },
391
+ "AWS::AutoScaling::LaunchConfiguration.BlockDeviceMapping": {
392
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html",
393
+ "Properties": {
394
+ "DeviceName": {
395
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-devicename",
396
+ "PrimitiveType": "String",
397
+ "Required": true,
398
+ "UpdateType": "Mutable"
399
+ },
400
+ "Ebs": {
401
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-ebs",
402
+ "Required": false,
403
+ "Type": "BlockDevice",
404
+ "UpdateType": "Mutable"
405
+ },
406
+ "NoDevice": {
407
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-nodevice",
408
+ "PrimitiveType": "Boolean",
409
+ "Required": false,
410
+ "UpdateType": "Mutable"
411
+ },
412
+ "VirtualName": {
413
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-virtualname",
414
+ "PrimitiveType": "String",
415
+ "Required": false,
416
+ "UpdateType": "Mutable"
417
+ }
418
+ }
419
+ },
380
420
  "AWS::DMS::Endpoint.S3Settings": {
381
421
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-s3settings.html",
382
422
  "Properties": {
@@ -424,35 +464,6 @@
424
464
  }
425
465
  }
426
466
  },
427
- "AWS::AutoScaling::LaunchConfiguration.BlockDeviceMapping": {
428
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html",
429
- "Properties": {
430
- "DeviceName": {
431
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-devicename",
432
- "PrimitiveType": "String",
433
- "Required": true,
434
- "UpdateType": "Mutable"
435
- },
436
- "Ebs": {
437
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-ebs",
438
- "Required": false,
439
- "Type": "BlockDevice",
440
- "UpdateType": "Mutable"
441
- },
442
- "NoDevice": {
443
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-nodevice",
444
- "PrimitiveType": "Boolean",
445
- "Required": false,
446
- "UpdateType": "Mutable"
447
- },
448
- "VirtualName": {
449
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-mapping.html#cfn-as-launchconfig-blockdev-mapping-virtualname",
450
- "PrimitiveType": "String",
451
- "Required": false,
452
- "UpdateType": "Mutable"
453
- }
454
- }
455
- },
456
467
  "AWS::CloudFront::Distribution.Cookies": {
457
468
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-forwardedvalues-cookies.html",
458
469
  "Properties": {
@@ -818,36 +829,36 @@
818
829
  }
819
830
  }
820
831
  },
821
- "AWS::KinesisAnalytics::Application.MappingParameters": {
822
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html",
832
+ "AWS::Batch::JobDefinition.Volumes": {
833
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html",
823
834
  "Properties": {
824
- "JSONMappingParameters": {
825
- "Type": "JSONMappingParameters",
835
+ "Host": {
836
+ "Type": "VolumesHost",
826
837
  "Required": false,
827
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-jsonmappingparameters",
838
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-host",
828
839
  "UpdateType": "Mutable"
829
840
  },
830
- "CSVMappingParameters": {
831
- "Type": "CSVMappingParameters",
841
+ "Name": {
832
842
  "Required": false,
833
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-csvmappingparameters",
843
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-name",
844
+ "PrimitiveType": "String",
834
845
  "UpdateType": "Mutable"
835
846
  }
836
847
  }
837
848
  },
838
- "AWS::Batch::JobDefinition.Volumes": {
839
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html",
849
+ "AWS::KinesisAnalytics::Application.MappingParameters": {
850
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html",
840
851
  "Properties": {
841
- "Host": {
842
- "Type": "VolumesHost",
852
+ "JSONMappingParameters": {
853
+ "Type": "JSONMappingParameters",
843
854
  "Required": false,
844
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-host",
855
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-jsonmappingparameters",
845
856
  "UpdateType": "Mutable"
846
857
  },
847
- "Name": {
858
+ "CSVMappingParameters": {
859
+ "Type": "CSVMappingParameters",
848
860
  "Required": false,
849
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-name",
850
- "PrimitiveType": "String",
861
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-csvmappingparameters",
851
862
  "UpdateType": "Mutable"
852
863
  }
853
864
  }
@@ -1066,6 +1077,17 @@
1066
1077
  }
1067
1078
  }
1068
1079
  },
1080
+ "AWS::Batch::JobDefinition.RetryStrategy": {
1081
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html",
1082
+ "Properties": {
1083
+ "Attempts": {
1084
+ "Required": false,
1085
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts",
1086
+ "PrimitiveType": "Integer",
1087
+ "UpdateType": "Mutable"
1088
+ }
1089
+ }
1090
+ },
1069
1091
  "AWS::CodePipeline::Pipeline.ActionDeclaration": {
1070
1092
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.html",
1071
1093
  "Properties": {
@@ -1117,17 +1139,6 @@
1117
1139
  }
1118
1140
  }
1119
1141
  },
1120
- "AWS::Batch::JobDefinition.RetryStrategy": {
1121
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html",
1122
- "Properties": {
1123
- "Attempts": {
1124
- "Required": false,
1125
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts",
1126
- "PrimitiveType": "Integer",
1127
- "UpdateType": "Mutable"
1128
- }
1129
- }
1130
- },
1131
1142
  "AWS::EMR::InstanceGroupConfig.Configuration": {
1132
1143
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-configuration.html",
1133
1144
  "Properties": {
@@ -1661,29 +1672,6 @@
1661
1672
  }
1662
1673
  }
1663
1674
  },
1664
- "AWS::EMR::InstanceFleetConfig.SpotProvisioningSpecification": {
1665
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html",
1666
- "Properties": {
1667
- "BlockDurationMinutes": {
1668
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes",
1669
- "PrimitiveType": "Integer",
1670
- "Required": false,
1671
- "UpdateType": "Mutable"
1672
- },
1673
- "TimeoutAction": {
1674
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction",
1675
- "PrimitiveType": "String",
1676
- "Required": true,
1677
- "UpdateType": "Mutable"
1678
- },
1679
- "TimeoutDurationMinutes": {
1680
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes",
1681
- "PrimitiveType": "Integer",
1682
- "Required": true,
1683
- "UpdateType": "Mutable"
1684
- }
1685
- }
1686
- },
1687
1675
  "AWS::EC2::SpotFleet.InstanceNetworkInterfaceSpecification": {
1688
1676
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html",
1689
1677
  "Properties": {
@@ -1761,6 +1749,29 @@
1761
1749
  }
1762
1750
  }
1763
1751
  },
1752
+ "AWS::EMR::InstanceFleetConfig.SpotProvisioningSpecification": {
1753
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html",
1754
+ "Properties": {
1755
+ "BlockDurationMinutes": {
1756
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-blockdurationminutes",
1757
+ "PrimitiveType": "Integer",
1758
+ "Required": false,
1759
+ "UpdateType": "Mutable"
1760
+ },
1761
+ "TimeoutAction": {
1762
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutaction",
1763
+ "PrimitiveType": "String",
1764
+ "Required": true,
1765
+ "UpdateType": "Mutable"
1766
+ },
1767
+ "TimeoutDurationMinutes": {
1768
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html#cfn-elasticmapreduce-instancefleetconfig-spotprovisioningspecification-timeoutdurationminutes",
1769
+ "PrimitiveType": "Integer",
1770
+ "Required": true,
1771
+ "UpdateType": "Mutable"
1772
+ }
1773
+ }
1774
+ },
1764
1775
  "AWS::WAFRegional::IPSet.IPSetDescriptor": {
1765
1776
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-ipset-ipsetdescriptor.html",
1766
1777
  "Properties": {
@@ -2047,6 +2058,17 @@
2047
2058
  }
2048
2059
  }
2049
2060
  },
2061
+ "AWS::Config::DeliveryChannel.ConfigSnapshotDeliveryProperties": {
2062
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html",
2063
+ "Properties": {
2064
+ "DeliveryFrequency": {
2065
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency",
2066
+ "PrimitiveType": "String",
2067
+ "Required": false,
2068
+ "UpdateType": "Mutable"
2069
+ }
2070
+ }
2071
+ },
2050
2072
  "AWS::GameLift::Fleet.IpPermission": {
2051
2073
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-ec2inboundpermission.html",
2052
2074
  "Properties": {
@@ -2076,17 +2098,6 @@
2076
2098
  }
2077
2099
  }
2078
2100
  },
2079
- "AWS::Config::DeliveryChannel.ConfigSnapshotDeliveryProperties": {
2080
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html",
2081
- "Properties": {
2082
- "DeliveryFrequency": {
2083
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency",
2084
- "PrimitiveType": "String",
2085
- "Required": false,
2086
- "UpdateType": "Mutable"
2087
- }
2088
- }
2089
- },
2090
2101
  "AWS::WAF::SqlInjectionMatchSet.FieldToMatch": {
2091
2102
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples-fieldtomatch.html",
2092
2103
  "Properties": {
@@ -2104,29 +2115,6 @@
2104
2115
  }
2105
2116
  }
2106
2117
  },
2107
- "AWS::IoT::TopicRule.SqsAction": {
2108
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html",
2109
- "Properties": {
2110
- "QueueUrl": {
2111
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl",
2112
- "PrimitiveType": "String",
2113
- "Required": true,
2114
- "UpdateType": "Mutable"
2115
- },
2116
- "RoleArn": {
2117
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn",
2118
- "PrimitiveType": "String",
2119
- "Required": true,
2120
- "UpdateType": "Mutable"
2121
- },
2122
- "UseBase64": {
2123
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64",
2124
- "PrimitiveType": "Boolean",
2125
- "Required": false,
2126
- "UpdateType": "Mutable"
2127
- }
2128
- }
2129
- },
2130
2118
  "AWS::AutoScaling::ScalingPolicy.CustomizedMetricSpecification": {
2131
2119
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html",
2132
2120
  "Properties": {
@@ -2164,6 +2152,29 @@
2164
2152
  }
2165
2153
  }
2166
2154
  },
2155
+ "AWS::IoT::TopicRule.SqsAction": {
2156
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html",
2157
+ "Properties": {
2158
+ "QueueUrl": {
2159
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-queueurl",
2160
+ "PrimitiveType": "String",
2161
+ "Required": true,
2162
+ "UpdateType": "Mutable"
2163
+ },
2164
+ "RoleArn": {
2165
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-rolearn",
2166
+ "PrimitiveType": "String",
2167
+ "Required": true,
2168
+ "UpdateType": "Mutable"
2169
+ },
2170
+ "UseBase64": {
2171
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html#cfn-iot-topicrule-sqsaction-usebase64",
2172
+ "PrimitiveType": "Boolean",
2173
+ "Required": false,
2174
+ "UpdateType": "Mutable"
2175
+ }
2176
+ }
2177
+ },
2167
2178
  "AWS::DataPipeline::Pipeline.ParameterObject": {
2168
2179
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobjects.html",
2169
2180
  "Properties": {
@@ -2227,6 +2238,23 @@
2227
2238
  }
2228
2239
  }
2229
2240
  },
2241
+ "AWS::EMR::InstanceGroupConfig.MetricDimension": {
2242
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-metricdimension.html",
2243
+ "Properties": {
2244
+ "Key": {
2245
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-metricdimension.html#cfn-elasticmapreduce-instancegroupconfig-metricdimension-key",
2246
+ "PrimitiveType": "String",
2247
+ "Required": true,
2248
+ "UpdateType": "Mutable"
2249
+ },
2250
+ "Value": {
2251
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-metricdimension.html#cfn-elasticmapreduce-instancegroupconfig-metricdimension-value",
2252
+ "PrimitiveType": "String",
2253
+ "Required": true,
2254
+ "UpdateType": "Mutable"
2255
+ }
2256
+ }
2257
+ },
2230
2258
  "AWS::ECS::Service.LoadBalancer": {
2231
2259
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancers.html",
2232
2260
  "Properties": {
@@ -2256,23 +2284,6 @@
2256
2284
  }
2257
2285
  }
2258
2286
  },
2259
- "AWS::EMR::InstanceGroupConfig.MetricDimension": {
2260
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-metricdimension.html",
2261
- "Properties": {
2262
- "Key": {
2263
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-metricdimension.html#cfn-elasticmapreduce-instancegroupconfig-metricdimension-key",
2264
- "PrimitiveType": "String",
2265
- "Required": true,
2266
- "UpdateType": "Mutable"
2267
- },
2268
- "Value": {
2269
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-metricdimension.html#cfn-elasticmapreduce-instancegroupconfig-metricdimension-value",
2270
- "PrimitiveType": "String",
2271
- "Required": true,
2272
- "UpdateType": "Mutable"
2273
- }
2274
- }
2275
- },
2276
2287
  "AWS::KinesisFirehose::DeliveryStream.EncryptionConfiguration": {
2277
2288
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-encryptionconfiguration.html",
2278
2289
  "Properties": {
@@ -2619,23 +2630,6 @@
2619
2630
  }
2620
2631
  }
2621
2632
  },
2622
- "AWS::IoT::TopicRule.RepublishAction": {
2623
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html",
2624
- "Properties": {
2625
- "RoleArn": {
2626
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn",
2627
- "PrimitiveType": "String",
2628
- "Required": true,
2629
- "UpdateType": "Mutable"
2630
- },
2631
- "Topic": {
2632
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic",
2633
- "PrimitiveType": "String",
2634
- "Required": true,
2635
- "UpdateType": "Mutable"
2636
- }
2637
- }
2638
- },
2639
2633
  "AWS::KinesisAnalytics::ApplicationOutput.Output": {
2640
2634
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-output.html",
2641
2635
  "Properties": {
@@ -2665,6 +2659,23 @@
2665
2659
  }
2666
2660
  }
2667
2661
  },
2662
+ "AWS::IoT::TopicRule.RepublishAction": {
2663
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html",
2664
+ "Properties": {
2665
+ "RoleArn": {
2666
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn",
2667
+ "PrimitiveType": "String",
2668
+ "Required": true,
2669
+ "UpdateType": "Mutable"
2670
+ },
2671
+ "Topic": {
2672
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic",
2673
+ "PrimitiveType": "String",
2674
+ "Required": true,
2675
+ "UpdateType": "Mutable"
2676
+ }
2677
+ }
2678
+ },
2668
2679
  "AWS::KinesisFirehose::DeliveryStream.ProcessingConfiguration": {
2669
2680
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processingconfiguration.html",
2670
2681
  "Properties": {
@@ -2833,6 +2844,23 @@
2833
2844
  }
2834
2845
  }
2835
2846
  },
2847
+ "AWS::WAF::XssMatchSet.FieldToMatch": {
2848
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple-fieldtomatch.html",
2849
+ "Properties": {
2850
+ "Data": {
2851
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple-fieldtomatch.html#cfn-waf-xssmatchset-xssmatchtuple-fieldtomatch-data",
2852
+ "PrimitiveType": "String",
2853
+ "Required": false,
2854
+ "UpdateType": "Mutable"
2855
+ },
2856
+ "Type": {
2857
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple-fieldtomatch.html#cfn-waf-xssmatchset-xssmatchtuple-fieldtomatch-type",
2858
+ "PrimitiveType": "String",
2859
+ "Required": true,
2860
+ "UpdateType": "Mutable"
2861
+ }
2862
+ }
2863
+ },
2836
2864
  "AWS::CloudFront::Distribution.ForwardedValues": {
2837
2865
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-forwardedvalues.html",
2838
2866
  "Properties": {
@@ -2866,23 +2894,6 @@
2866
2894
  }
2867
2895
  }
2868
2896
  },
2869
- "AWS::WAF::XssMatchSet.FieldToMatch": {
2870
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple-fieldtomatch.html",
2871
- "Properties": {
2872
- "Data": {
2873
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple-fieldtomatch.html#cfn-waf-xssmatchset-xssmatchtuple-fieldtomatch-data",
2874
- "PrimitiveType": "String",
2875
- "Required": false,
2876
- "UpdateType": "Mutable"
2877
- },
2878
- "Type": {
2879
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple-fieldtomatch.html#cfn-waf-xssmatchset-xssmatchtuple-fieldtomatch-type",
2880
- "PrimitiveType": "String",
2881
- "Required": true,
2882
- "UpdateType": "Mutable"
2883
- }
2884
- }
2885
- },
2886
2897
  "AWS::ApiGateway::Method.IntegrationResponse": {
2887
2898
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html",
2888
2899
  "Properties": {
@@ -3053,23 +3064,6 @@
3053
3064
  }
3054
3065
  }
3055
3066
  },
3056
- "AWS::ECS::TaskDefinition.KeyValuePair": {
3057
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-environment.html",
3058
- "Properties": {
3059
- "Name": {
3060
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-environment.html#cfn-ecs-taskdefinition-containerdefinition-environment-name",
3061
- "PrimitiveType": "String",
3062
- "Required": false,
3063
- "UpdateType": "Immutable"
3064
- },
3065
- "Value": {
3066
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-environment.html#cfn-ecs-taskdefinition-containerdefinition-environment-value",
3067
- "PrimitiveType": "String",
3068
- "Required": false,
3069
- "UpdateType": "Immutable"
3070
- }
3071
- }
3072
- },
3073
3067
  "AWS::EC2::SpotFleet.SpotFleetLaunchSpecification": {
3074
3068
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html",
3075
3069
  "Properties": {
@@ -3177,6 +3171,42 @@
3177
3171
  }
3178
3172
  }
3179
3173
  },
3174
+ "AWS::ECS::TaskDefinition.KeyValuePair": {
3175
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-environment.html",
3176
+ "Properties": {
3177
+ "Name": {
3178
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-environment.html#cfn-ecs-taskdefinition-containerdefinition-environment-name",
3179
+ "PrimitiveType": "String",
3180
+ "Required": false,
3181
+ "UpdateType": "Immutable"
3182
+ },
3183
+ "Value": {
3184
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-environment.html#cfn-ecs-taskdefinition-containerdefinition-environment-value",
3185
+ "PrimitiveType": "String",
3186
+ "Required": false,
3187
+ "UpdateType": "Immutable"
3188
+ }
3189
+ }
3190
+ },
3191
+ "AWS::DirectoryService::SimpleAD.VpcSettings": {
3192
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html",
3193
+ "Properties": {
3194
+ "SubnetIds": {
3195
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-subnetids",
3196
+ "DuplicatesAllowed": false,
3197
+ "PrimitiveItemType": "String",
3198
+ "Required": true,
3199
+ "Type": "List",
3200
+ "UpdateType": "Mutable"
3201
+ },
3202
+ "VpcId": {
3203
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid",
3204
+ "PrimitiveType": "String",
3205
+ "Required": true,
3206
+ "UpdateType": "Mutable"
3207
+ }
3208
+ }
3209
+ },
3180
3210
  "AWS::CloudFront::Distribution.CacheBehavior": {
3181
3211
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cachebehavior.html",
3182
3212
  "Properties": {
@@ -3260,38 +3290,48 @@
3260
3290
  }
3261
3291
  }
3262
3292
  },
3263
- "AWS::DirectoryService::SimpleAD.VpcSettings": {
3264
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html",
3293
+ "AWS::CodePipeline::Pipeline.BlockerDeclaration": {
3294
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-blockers.html",
3265
3295
  "Properties": {
3266
- "SubnetIds": {
3267
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-subnetids",
3268
- "DuplicatesAllowed": false,
3269
- "PrimitiveItemType": "String",
3296
+ "Name": {
3297
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-blockers.html#cfn-codepipeline-pipeline-stages-blockers-name",
3298
+ "PrimitiveType": "String",
3270
3299
  "Required": true,
3271
- "Type": "List",
3272
3300
  "UpdateType": "Mutable"
3273
3301
  },
3274
- "VpcId": {
3275
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid",
3302
+ "Type": {
3303
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-blockers.html#cfn-codepipeline-pipeline-stages-blockers-type",
3276
3304
  "PrimitiveType": "String",
3277
3305
  "Required": true,
3278
3306
  "UpdateType": "Mutable"
3279
3307
  }
3280
3308
  }
3281
3309
  },
3282
- "AWS::CodePipeline::Pipeline.BlockerDeclaration": {
3283
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-blockers.html",
3310
+ "AWS::CodePipeline::CustomActionType.Settings": {
3311
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html",
3284
3312
  "Properties": {
3285
- "Name": {
3286
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-blockers.html#cfn-codepipeline-pipeline-stages-blockers-name",
3313
+ "EntityUrlTemplate": {
3314
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate",
3287
3315
  "PrimitiveType": "String",
3288
- "Required": true,
3316
+ "Required": false,
3289
3317
  "UpdateType": "Mutable"
3290
3318
  },
3291
- "Type": {
3292
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-blockers.html#cfn-codepipeline-pipeline-stages-blockers-type",
3319
+ "ExecutionUrlTemplate": {
3320
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate",
3293
3321
  "PrimitiveType": "String",
3294
- "Required": true,
3322
+ "Required": false,
3323
+ "UpdateType": "Mutable"
3324
+ },
3325
+ "RevisionUrlTemplate": {
3326
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate",
3327
+ "PrimitiveType": "String",
3328
+ "Required": false,
3329
+ "UpdateType": "Mutable"
3330
+ },
3331
+ "ThirdPartyConfigurationUrl": {
3332
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl",
3333
+ "PrimitiveType": "String",
3334
+ "Required": false,
3295
3335
  "UpdateType": "Mutable"
3296
3336
  }
3297
3337
  }
@@ -3337,35 +3377,6 @@
3337
3377
  }
3338
3378
  }
3339
3379
  },
3340
- "AWS::CodePipeline::CustomActionType.Settings": {
3341
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html",
3342
- "Properties": {
3343
- "EntityUrlTemplate": {
3344
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate",
3345
- "PrimitiveType": "String",
3346
- "Required": false,
3347
- "UpdateType": "Mutable"
3348
- },
3349
- "ExecutionUrlTemplate": {
3350
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate",
3351
- "PrimitiveType": "String",
3352
- "Required": false,
3353
- "UpdateType": "Mutable"
3354
- },
3355
- "RevisionUrlTemplate": {
3356
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate",
3357
- "PrimitiveType": "String",
3358
- "Required": false,
3359
- "UpdateType": "Mutable"
3360
- },
3361
- "ThirdPartyConfigurationUrl": {
3362
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl",
3363
- "PrimitiveType": "String",
3364
- "Required": false,
3365
- "UpdateType": "Mutable"
3366
- }
3367
- }
3368
- },
3369
3380
  "AWS::Lambda::Function.DeadLetterConfig": {
3370
3381
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-deadletterconfig.html",
3371
3382
  "Properties": {
@@ -3629,23 +3640,6 @@
3629
3640
  }
3630
3641
  }
3631
3642
  },
3632
- "AWS::ApiGateway::UsagePlan.ApiStage": {
3633
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html",
3634
- "Properties": {
3635
- "ApiId": {
3636
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-apiid",
3637
- "PrimitiveType": "String",
3638
- "Required": false,
3639
- "UpdateType": "Mutable"
3640
- },
3641
- "Stage": {
3642
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-stage",
3643
- "PrimitiveType": "String",
3644
- "Required": false,
3645
- "UpdateType": "Mutable"
3646
- }
3647
- }
3648
- },
3649
3643
  "AWS::Config::ConfigurationRecorder.RecordingGroup": {
3650
3644
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordinggroup.html",
3651
3645
  "Properties": {
@@ -3671,6 +3665,23 @@
3671
3665
  }
3672
3666
  }
3673
3667
  },
3668
+ "AWS::ApiGateway::UsagePlan.ApiStage": {
3669
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html",
3670
+ "Properties": {
3671
+ "ApiId": {
3672
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-apiid",
3673
+ "PrimitiveType": "String",
3674
+ "Required": false,
3675
+ "UpdateType": "Mutable"
3676
+ },
3677
+ "Stage": {
3678
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-stage",
3679
+ "PrimitiveType": "String",
3680
+ "Required": false,
3681
+ "UpdateType": "Mutable"
3682
+ }
3683
+ }
3684
+ },
3674
3685
  "AWS::S3::Bucket.RoutingRule": {
3675
3686
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html",
3676
3687
  "Properties": {
@@ -4332,19 +4343,38 @@
4332
4343
  }
4333
4344
  }
4334
4345
  },
4335
- "AWS::Logs::MetricFilter.MetricTransformation": {
4336
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-metricfilter-metrictransformation.html",
4346
+ "AWS::EMR::InstanceFleetConfig.EbsConfiguration": {
4347
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html",
4337
4348
  "Properties": {
4338
- "MetricName": {
4339
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-metricfilter-metrictransformation.html#cfn-cwl-metricfilter-metrictransformation-metricname",
4340
- "PrimitiveType": "String",
4341
- "Required": true,
4342
- "UpdateType": "Mutable"
4343
- },
4344
- "MetricNamespace": {
4345
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-metricfilter-metrictransformation.html#cfn-cwl-metricfilter-metrictransformation-metricnamespace",
4346
- "PrimitiveType": "String",
4347
- "Required": true,
4349
+ "EbsBlockDeviceConfigs": {
4350
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsblockdeviceconfigs",
4351
+ "DuplicatesAllowed": false,
4352
+ "ItemType": "EbsBlockDeviceConfig",
4353
+ "Required": false,
4354
+ "Type": "List",
4355
+ "UpdateType": "Immutable"
4356
+ },
4357
+ "EbsOptimized": {
4358
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsoptimized",
4359
+ "PrimitiveType": "Boolean",
4360
+ "Required": false,
4361
+ "UpdateType": "Immutable"
4362
+ }
4363
+ }
4364
+ },
4365
+ "AWS::Logs::MetricFilter.MetricTransformation": {
4366
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-metricfilter-metrictransformation.html",
4367
+ "Properties": {
4368
+ "MetricName": {
4369
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-metricfilter-metrictransformation.html#cfn-cwl-metricfilter-metrictransformation-metricname",
4370
+ "PrimitiveType": "String",
4371
+ "Required": true,
4372
+ "UpdateType": "Mutable"
4373
+ },
4374
+ "MetricNamespace": {
4375
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-metricfilter-metrictransformation.html#cfn-cwl-metricfilter-metrictransformation-metricnamespace",
4376
+ "PrimitiveType": "String",
4377
+ "Required": true,
4348
4378
  "UpdateType": "Mutable"
4349
4379
  },
4350
4380
  "MetricValue": {
@@ -4355,22 +4385,44 @@
4355
4385
  }
4356
4386
  }
4357
4387
  },
4358
- "AWS::EMR::InstanceFleetConfig.EbsConfiguration": {
4359
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html",
4388
+ "AWS::EC2::SpotFleet.EbsBlockDevice": {
4389
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html",
4360
4390
  "Properties": {
4361
- "EbsBlockDeviceConfigs": {
4362
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsblockdeviceconfigs",
4363
- "DuplicatesAllowed": false,
4364
- "ItemType": "EbsBlockDeviceConfig",
4391
+ "DeleteOnTermination": {
4392
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-deleteontermination",
4393
+ "PrimitiveType": "Boolean",
4365
4394
  "Required": false,
4366
- "Type": "List",
4367
- "UpdateType": "Immutable"
4395
+ "UpdateType": "Mutable"
4368
4396
  },
4369
- "EbsOptimized": {
4370
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsoptimized",
4397
+ "Encrypted": {
4398
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-encrypted",
4371
4399
  "PrimitiveType": "Boolean",
4372
4400
  "Required": false,
4373
- "UpdateType": "Immutable"
4401
+ "UpdateType": "Mutable"
4402
+ },
4403
+ "Iops": {
4404
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-iops",
4405
+ "PrimitiveType": "Integer",
4406
+ "Required": false,
4407
+ "UpdateType": "Mutable"
4408
+ },
4409
+ "SnapshotId": {
4410
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-snapshotid",
4411
+ "PrimitiveType": "String",
4412
+ "Required": false,
4413
+ "UpdateType": "Mutable"
4414
+ },
4415
+ "VolumeSize": {
4416
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-volumesize",
4417
+ "PrimitiveType": "Integer",
4418
+ "Required": false,
4419
+ "UpdateType": "Mutable"
4420
+ },
4421
+ "VolumeType": {
4422
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-volumetype",
4423
+ "PrimitiveType": "String",
4424
+ "Required": false,
4425
+ "UpdateType": "Mutable"
4374
4426
  }
4375
4427
  }
4376
4428
  },
@@ -4434,47 +4486,6 @@
4434
4486
  }
4435
4487
  }
4436
4488
  },
4437
- "AWS::EC2::SpotFleet.EbsBlockDevice": {
4438
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html",
4439
- "Properties": {
4440
- "DeleteOnTermination": {
4441
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-deleteontermination",
4442
- "PrimitiveType": "Boolean",
4443
- "Required": false,
4444
- "UpdateType": "Mutable"
4445
- },
4446
- "Encrypted": {
4447
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-encrypted",
4448
- "PrimitiveType": "Boolean",
4449
- "Required": false,
4450
- "UpdateType": "Mutable"
4451
- },
4452
- "Iops": {
4453
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-iops",
4454
- "PrimitiveType": "Integer",
4455
- "Required": false,
4456
- "UpdateType": "Mutable"
4457
- },
4458
- "SnapshotId": {
4459
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-snapshotid",
4460
- "PrimitiveType": "String",
4461
- "Required": false,
4462
- "UpdateType": "Mutable"
4463
- },
4464
- "VolumeSize": {
4465
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-volumesize",
4466
- "PrimitiveType": "Integer",
4467
- "Required": false,
4468
- "UpdateType": "Mutable"
4469
- },
4470
- "VolumeType": {
4471
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-ebsblockdevice-volumetype",
4472
- "PrimitiveType": "String",
4473
- "Required": false,
4474
- "UpdateType": "Mutable"
4475
- }
4476
- }
4477
- },
4478
4489
  "AWS::CodeBuild::Project.SourceAuth": {
4479
4490
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html",
4480
4491
  "Properties": {
@@ -5349,23 +5360,6 @@
5349
5360
  }
5350
5361
  }
5351
5362
  },
5352
- "AWS::EC2::NetworkAclEntry.PortRange": {
5353
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html",
5354
- "Properties": {
5355
- "From": {
5356
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from",
5357
- "PrimitiveType": "Integer",
5358
- "Required": false,
5359
- "UpdateType": "Mutable"
5360
- },
5361
- "To": {
5362
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to",
5363
- "PrimitiveType": "Integer",
5364
- "Required": false,
5365
- "UpdateType": "Mutable"
5366
- }
5367
- }
5368
- },
5369
5363
  "AWS::ElasticBeanstalk::Environment.Tier": {
5370
5364
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html",
5371
5365
  "Properties": {
@@ -5389,6 +5383,23 @@
5389
5383
  }
5390
5384
  }
5391
5385
  },
5386
+ "AWS::EC2::NetworkAclEntry.PortRange": {
5387
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html",
5388
+ "Properties": {
5389
+ "From": {
5390
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-from",
5391
+ "PrimitiveType": "Integer",
5392
+ "Required": false,
5393
+ "UpdateType": "Mutable"
5394
+ },
5395
+ "To": {
5396
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-portrange.html#cfn-ec2-networkaclentry-portrange-to",
5397
+ "PrimitiveType": "Integer",
5398
+ "Required": false,
5399
+ "UpdateType": "Mutable"
5400
+ }
5401
+ }
5402
+ },
5392
5403
  "AWS::CloudFront::Distribution.Origin": {
5393
5404
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-origin.html",
5394
5405
  "Properties": {
@@ -5485,25 +5496,6 @@
5485
5496
  }
5486
5497
  }
5487
5498
  },
5488
- "AWS::EC2::Instance.AssociationParameter": {
5489
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html",
5490
- "Properties": {
5491
- "Key": {
5492
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-key",
5493
- "PrimitiveType": "String",
5494
- "Required": true,
5495
- "UpdateType": "Mutable"
5496
- },
5497
- "Value": {
5498
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-value",
5499
- "DuplicatesAllowed": true,
5500
- "PrimitiveItemType": "String",
5501
- "Required": true,
5502
- "Type": "List",
5503
- "UpdateType": "Mutable"
5504
- }
5505
- }
5506
- },
5507
5499
  "AWS::IoT::TopicRule.TopicRulePayload": {
5508
5500
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html",
5509
5501
  "Properties": {
@@ -5541,6 +5533,25 @@
5541
5533
  }
5542
5534
  }
5543
5535
  },
5536
+ "AWS::EC2::Instance.AssociationParameter": {
5537
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html",
5538
+ "Properties": {
5539
+ "Key": {
5540
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-key",
5541
+ "PrimitiveType": "String",
5542
+ "Required": true,
5543
+ "UpdateType": "Mutable"
5544
+ },
5545
+ "Value": {
5546
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-value",
5547
+ "DuplicatesAllowed": true,
5548
+ "PrimitiveItemType": "String",
5549
+ "Required": true,
5550
+ "Type": "List",
5551
+ "UpdateType": "Mutable"
5552
+ }
5553
+ }
5554
+ },
5544
5555
  "AWS::Cognito::IdentityPool.PushSync": {
5545
5556
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypool-pushsync.html",
5546
5557
  "Properties": {
@@ -5559,23 +5570,6 @@
5559
5570
  }
5560
5571
  }
5561
5572
  },
5562
- "AWS::ElasticLoadBalancing::LoadBalancer.ConnectionDrainingPolicy": {
5563
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html",
5564
- "Properties": {
5565
- "Enabled": {
5566
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled",
5567
- "PrimitiveType": "Boolean",
5568
- "Required": true,
5569
- "UpdateType": "Mutable"
5570
- },
5571
- "Timeout": {
5572
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout",
5573
- "PrimitiveType": "Integer",
5574
- "Required": false,
5575
- "UpdateType": "Mutable"
5576
- }
5577
- }
5578
- },
5579
5573
  "AWS::ECS::TaskDefinition.VolumeFrom": {
5580
5574
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-volumesfrom.html",
5581
5575
  "Properties": {
@@ -5593,6 +5587,23 @@
5593
5587
  }
5594
5588
  }
5595
5589
  },
5590
+ "AWS::ElasticLoadBalancing::LoadBalancer.ConnectionDrainingPolicy": {
5591
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html",
5592
+ "Properties": {
5593
+ "Enabled": {
5594
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-enabled",
5595
+ "PrimitiveType": "Boolean",
5596
+ "Required": true,
5597
+ "UpdateType": "Mutable"
5598
+ },
5599
+ "Timeout": {
5600
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectiondrainingpolicy.html#cfn-elb-connectiondrainingpolicy-timeout",
5601
+ "PrimitiveType": "Integer",
5602
+ "Required": false,
5603
+ "UpdateType": "Mutable"
5604
+ }
5605
+ }
5606
+ },
5596
5607
  "AWS::S3::Bucket.WebsiteConfiguration": {
5597
5608
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html",
5598
5609
  "Properties": {
@@ -5760,17 +5771,6 @@
5760
5771
  }
5761
5772
  }
5762
5773
  },
5763
- "AWS::Cognito::UserPool.Policies": {
5764
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-policies.html",
5765
- "Properties": {
5766
- "PasswordPolicy": {
5767
- "Type": "PasswordPolicy",
5768
- "Required": false,
5769
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-policies.html#cfn-cognito-userpool-policies-passwordpolicy",
5770
- "UpdateType": "Mutable"
5771
- }
5772
- }
5773
- },
5774
5774
  "AWS::Events::Rule.KinesisParameters": {
5775
5775
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-kinesisparameters.html",
5776
5776
  "Properties": {
@@ -5782,6 +5782,17 @@
5782
5782
  }
5783
5783
  }
5784
5784
  },
5785
+ "AWS::Cognito::UserPool.Policies": {
5786
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-policies.html",
5787
+ "Properties": {
5788
+ "PasswordPolicy": {
5789
+ "Type": "PasswordPolicy",
5790
+ "Required": false,
5791
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-policies.html#cfn-cognito-userpool-policies-passwordpolicy",
5792
+ "UpdateType": "Mutable"
5793
+ }
5794
+ }
5795
+ },
5785
5796
  "AWS::WAFRegional::ByteMatchSet.FieldToMatch": {
5786
5797
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-bytematchset-fieldtomatch.html",
5787
5798
  "Properties": {
@@ -5858,38 +5869,38 @@
5858
5869
  }
5859
5870
  }
5860
5871
  },
5861
- "AWS::S3::Bucket.ReplicationConfiguration": {
5862
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html",
5872
+ "AWS::DynamoDB::Table.KeySchema": {
5873
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html",
5863
5874
  "Properties": {
5864
- "Role": {
5865
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role",
5875
+ "AttributeName": {
5876
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-attributename",
5866
5877
  "PrimitiveType": "String",
5867
5878
  "Required": true,
5868
5879
  "UpdateType": "Mutable"
5869
5880
  },
5870
- "Rules": {
5871
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-rules",
5872
- "DuplicatesAllowed": false,
5873
- "ItemType": "ReplicationRule",
5874
- "Required": true,
5875
- "Type": "List",
5881
+ "KeyType": {
5882
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-keytype",
5883
+ "PrimitiveType": "String",
5884
+ "Required": true,
5876
5885
  "UpdateType": "Mutable"
5877
5886
  }
5878
5887
  }
5879
5888
  },
5880
- "AWS::DynamoDB::Table.KeySchema": {
5881
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html",
5889
+ "AWS::S3::Bucket.ReplicationConfiguration": {
5890
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html",
5882
5891
  "Properties": {
5883
- "AttributeName": {
5884
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-attributename",
5892
+ "Role": {
5893
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role",
5885
5894
  "PrimitiveType": "String",
5886
5895
  "Required": true,
5887
5896
  "UpdateType": "Mutable"
5888
5897
  },
5889
- "KeyType": {
5890
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-keytype",
5891
- "PrimitiveType": "String",
5898
+ "Rules": {
5899
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-rules",
5900
+ "DuplicatesAllowed": false,
5901
+ "ItemType": "ReplicationRule",
5892
5902
  "Required": true,
5903
+ "Type": "List",
5893
5904
  "UpdateType": "Mutable"
5894
5905
  }
5895
5906
  }
@@ -6109,23 +6120,6 @@
6109
6120
  }
6110
6121
  }
6111
6122
  },
6112
- "AWS::Cognito::UserPool.EmailConfiguration": {
6113
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html",
6114
- "Properties": {
6115
- "ReplyToEmailAddress": {
6116
- "Required": false,
6117
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress",
6118
- "PrimitiveType": "String",
6119
- "UpdateType": "Mutable"
6120
- },
6121
- "SourceArn": {
6122
- "Required": false,
6123
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn",
6124
- "PrimitiveType": "String",
6125
- "UpdateType": "Mutable"
6126
- }
6127
- }
6128
- },
6129
6123
  "AWS::S3::Bucket.Rule": {
6130
6124
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html",
6131
6125
  "Properties": {
@@ -6209,6 +6203,23 @@
6209
6203
  }
6210
6204
  }
6211
6205
  },
6206
+ "AWS::Cognito::UserPool.EmailConfiguration": {
6207
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html",
6208
+ "Properties": {
6209
+ "ReplyToEmailAddress": {
6210
+ "Required": false,
6211
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress",
6212
+ "PrimitiveType": "String",
6213
+ "UpdateType": "Mutable"
6214
+ },
6215
+ "SourceArn": {
6216
+ "Required": false,
6217
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn",
6218
+ "PrimitiveType": "String",
6219
+ "UpdateType": "Mutable"
6220
+ }
6221
+ }
6222
+ },
6212
6223
  "AWS::S3::Bucket.QueueConfiguration": {
6213
6224
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-queueconfig.html",
6214
6225
  "Properties": {
@@ -7548,23 +7559,6 @@
7548
7559
  }
7549
7560
  }
7550
7561
  },
7551
- "AWS::ECS::Service.PlacementConstraint": {
7552
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-placementconstraint.html",
7553
- "Properties": {
7554
- "Expression": {
7555
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-placementconstraint.html#cfn-ecs-service-placementconstraint-expression",
7556
- "PrimitiveType": "String",
7557
- "Required": false,
7558
- "UpdateType": "Immutable"
7559
- },
7560
- "Type": {
7561
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-placementconstraint.html#cfn-ecs-service-placementconstraint-type",
7562
- "PrimitiveType": "String",
7563
- "Required": true,
7564
- "UpdateType": "Immutable"
7565
- }
7566
- }
7567
- },
7568
7562
  "AWS::ElasticLoadBalancingV2::TargetGroup.TargetDescription": {
7569
7563
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetdescription.html",
7570
7564
  "Properties": {
@@ -7582,6 +7576,23 @@
7582
7576
  }
7583
7577
  }
7584
7578
  },
7579
+ "AWS::ECS::Service.PlacementConstraint": {
7580
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-placementconstraint.html",
7581
+ "Properties": {
7582
+ "Expression": {
7583
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-placementconstraint.html#cfn-ecs-service-placementconstraint-expression",
7584
+ "PrimitiveType": "String",
7585
+ "Required": false,
7586
+ "UpdateType": "Immutable"
7587
+ },
7588
+ "Type": {
7589
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-placementconstraint.html#cfn-ecs-service-placementconstraint-type",
7590
+ "PrimitiveType": "String",
7591
+ "Required": true,
7592
+ "UpdateType": "Immutable"
7593
+ }
7594
+ }
7595
+ },
7585
7596
  "AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts": {
7586
7597
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentconfig-minimumhealthyhosts.html",
7587
7598
  "Properties": {
@@ -7831,6 +7842,17 @@
7831
7842
  }
7832
7843
  }
7833
7844
  },
7845
+ "AWS::EC2::SpotFleet.InstanceIpv6Address": {
7846
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instanceipv6address.html",
7847
+ "Properties": {
7848
+ "Ipv6Address": {
7849
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instanceipv6address.html#cfn-ec2-spotfleet-instanceipv6address-ipv6address",
7850
+ "PrimitiveType": "String",
7851
+ "Required": true,
7852
+ "UpdateType": "Mutable"
7853
+ }
7854
+ }
7855
+ },
7834
7856
  "AWS::EMR::Cluster.EbsConfiguration": {
7835
7857
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-ebsconfiguration.html",
7836
7858
  "Properties": {
@@ -7850,17 +7872,6 @@
7850
7872
  }
7851
7873
  }
7852
7874
  },
7853
- "AWS::EC2::SpotFleet.InstanceIpv6Address": {
7854
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instanceipv6address.html",
7855
- "Properties": {
7856
- "Ipv6Address": {
7857
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instanceipv6address.html#cfn-ec2-spotfleet-instanceipv6address-ipv6address",
7858
- "PrimitiveType": "String",
7859
- "Required": true,
7860
- "UpdateType": "Mutable"
7861
- }
7862
- }
7863
- },
7864
7875
  "AWS::WAFRegional::WebACL.Action": {
7865
7876
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html",
7866
7877
  "Properties": {
@@ -8077,29 +8088,6 @@
8077
8088
  }
8078
8089
  }
8079
8090
  },
8080
- "AWS::IoT::TopicRule.KinesisAction": {
8081
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html",
8082
- "Properties": {
8083
- "PartitionKey": {
8084
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey",
8085
- "PrimitiveType": "String",
8086
- "Required": false,
8087
- "UpdateType": "Mutable"
8088
- },
8089
- "RoleArn": {
8090
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn",
8091
- "PrimitiveType": "String",
8092
- "Required": true,
8093
- "UpdateType": "Mutable"
8094
- },
8095
- "StreamName": {
8096
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname",
8097
- "PrimitiveType": "String",
8098
- "Required": true,
8099
- "UpdateType": "Mutable"
8100
- }
8101
- }
8102
- },
8103
8091
  "AWS::ECS::TaskDefinition.PortMapping": {
8104
8092
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-portmappings.html",
8105
8093
  "Properties": {
@@ -8123,6 +8111,29 @@
8123
8111
  }
8124
8112
  }
8125
8113
  },
8114
+ "AWS::IoT::TopicRule.KinesisAction": {
8115
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html",
8116
+ "Properties": {
8117
+ "PartitionKey": {
8118
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-partitionkey",
8119
+ "PrimitiveType": "String",
8120
+ "Required": false,
8121
+ "UpdateType": "Mutable"
8122
+ },
8123
+ "RoleArn": {
8124
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-rolearn",
8125
+ "PrimitiveType": "String",
8126
+ "Required": true,
8127
+ "UpdateType": "Mutable"
8128
+ },
8129
+ "StreamName": {
8130
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html#cfn-iot-topicrule-kinesisaction-streamname",
8131
+ "PrimitiveType": "String",
8132
+ "Required": true,
8133
+ "UpdateType": "Mutable"
8134
+ }
8135
+ }
8136
+ },
8126
8137
  "AWS::WAFRegional::SizeConstraintSet.FieldToMatch": {
8127
8138
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-sizeconstraintset-fieldtomatch.html",
8128
8139
  "Properties": {
@@ -8584,6 +8595,18 @@
8584
8595
  }
8585
8596
  }
8586
8597
  },
8598
+ "AWS::Cognito::IdentityPoolRoleAttachment.RulesConfigurationType": {
8599
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rulesconfigurationtype.html",
8600
+ "Properties": {
8601
+ "Rules": {
8602
+ "Type": "List",
8603
+ "Required": true,
8604
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rulesconfigurationtype.html#cfn-cognito-identitypoolroleattachment-rulesconfigurationtype-rules",
8605
+ "ItemType": "MappingRule",
8606
+ "UpdateType": "Mutable"
8607
+ }
8608
+ }
8609
+ },
8587
8610
  "AWS::S3::Bucket.NoncurrentVersionTransition": {
8588
8611
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition.html",
8589
8612
  "Properties": {
@@ -8601,13 +8624,6 @@
8601
8624
  }
8602
8625
  }
8603
8626
  },
8604
- "AWS::Cognito::IdentityPoolRoleAttachment.RulesConfigurationType": {
8605
- "Type": "List",
8606
- "Required": true,
8607
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rulesconfigurationtype.html",
8608
- "ItemType": "MappingRule",
8609
- "UpdateType": "Mutable"
8610
- },
8611
8627
  "AWS::KinesisAnalytics::Application.JSONMappingParameters": {
8612
8628
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-jsonmappingparameters.html",
8613
8629
  "Properties": {
@@ -8786,6 +8802,23 @@
8786
8802
  }
8787
8803
  }
8788
8804
  },
8805
+ "AWS::IAM::Group.Policy": {
8806
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html",
8807
+ "Properties": {
8808
+ "PolicyDocument": {
8809
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policydocument",
8810
+ "PrimitiveType": "Json",
8811
+ "Required": true,
8812
+ "UpdateType": "Mutable"
8813
+ },
8814
+ "PolicyName": {
8815
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policyname",
8816
+ "PrimitiveType": "String",
8817
+ "Required": true,
8818
+ "UpdateType": "Mutable"
8819
+ }
8820
+ }
8821
+ },
8789
8822
  "AWS::EMR::Cluster.InstanceTypeConfig": {
8790
8823
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancetypeconfig.html",
8791
8824
  "Properties": {
@@ -8829,23 +8862,6 @@
8829
8862
  }
8830
8863
  }
8831
8864
  },
8832
- "AWS::IAM::Group.Policy": {
8833
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html",
8834
- "Properties": {
8835
- "PolicyDocument": {
8836
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policydocument",
8837
- "PrimitiveType": "Json",
8838
- "Required": true,
8839
- "UpdateType": "Mutable"
8840
- },
8841
- "PolicyName": {
8842
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policyname",
8843
- "PrimitiveType": "String",
8844
- "Required": true,
8845
- "UpdateType": "Mutable"
8846
- }
8847
- }
8848
- },
8849
8865
  "AWS::Batch::JobQueue.ComputeEnvironmentOrder": {
8850
8866
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobqueue-computeenvironmentorder.html",
8851
8867
  "Properties": {
@@ -8894,6 +8910,12 @@
8894
8910
  "AWS::CodeBuild::Project.EnvironmentVariable": {
8895
8911
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environmentvariable.html",
8896
8912
  "Properties": {
8913
+ "Type": {
8914
+ "Required": false,
8915
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environmentvariable.html#cfn-codebuild-project-environmentvariable-type",
8916
+ "PrimitiveType": "String",
8917
+ "UpdateType": "Mutable"
8918
+ },
8897
8919
  "Value": {
8898
8920
  "Required": true,
8899
8921
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environmentvariable.html#cfn-codebuild-project-environmentvariable-value",
@@ -8954,6 +8976,17 @@
8954
8976
  }
8955
8977
  }
8956
8978
  },
8979
+ "AWS::S3::Bucket.AbortIncompleteMultipartUpload": {
8980
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html",
8981
+ "Properties": {
8982
+ "DaysAfterInitiation": {
8983
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html#cfn-s3-bucket-abortincompletemultipartupload-daysafterinitiation",
8984
+ "PrimitiveType": "Integer",
8985
+ "Required": true,
8986
+ "UpdateType": "Mutable"
8987
+ }
8988
+ }
8989
+ },
8957
8990
  "AWS::EMR::Cluster.MetricDimension": {
8958
8991
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-metricdimension.html",
8959
8992
  "Properties": {
@@ -8971,36 +9004,26 @@
8971
9004
  }
8972
9005
  }
8973
9006
  },
8974
- "AWS::S3::Bucket.AbortIncompleteMultipartUpload": {
8975
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html",
8976
- "Properties": {
8977
- "DaysAfterInitiation": {
8978
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html#cfn-s3-bucket-abortincompletemultipartupload-daysafterinitiation",
8979
- "PrimitiveType": "Integer",
8980
- "Required": true,
8981
- "UpdateType": "Mutable"
8982
- }
8983
- }
8984
- },
8985
- "AWS::AutoScaling::AutoScalingGroup.TagProperty": {
8986
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html",
9007
+ "AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceSchema": {
9008
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html",
8987
9009
  "Properties": {
8988
- "Key": {
8989
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Key",
9010
+ "RecordEncoding": {
9011
+ "Required": false,
9012
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding",
8990
9013
  "PrimitiveType": "String",
8991
- "Required": true,
8992
9014
  "UpdateType": "Mutable"
8993
9015
  },
8994
- "PropagateAtLaunch": {
8995
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-PropagateAtLaunch",
8996
- "PrimitiveType": "Boolean",
9016
+ "RecordColumns": {
9017
+ "Type": "List",
8997
9018
  "Required": true,
9019
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordcolumns",
9020
+ "ItemType": "RecordColumn",
8998
9021
  "UpdateType": "Mutable"
8999
9022
  },
9000
- "Value": {
9001
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Value",
9002
- "PrimitiveType": "String",
9023
+ "RecordFormat": {
9024
+ "Type": "RecordFormat",
9003
9025
  "Required": true,
9026
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordformat",
9004
9027
  "UpdateType": "Mutable"
9005
9028
  }
9006
9029
  }
@@ -9022,9 +9045,32 @@
9022
9045
  }
9023
9046
  }
9024
9047
  },
9025
- "AWS::CodePipeline::Pipeline.ActionTypeId": {
9026
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions-actiontypeid.html",
9027
- "Properties": {
9048
+ "AWS::AutoScaling::AutoScalingGroup.TagProperty": {
9049
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html",
9050
+ "Properties": {
9051
+ "Key": {
9052
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Key",
9053
+ "PrimitiveType": "String",
9054
+ "Required": true,
9055
+ "UpdateType": "Mutable"
9056
+ },
9057
+ "PropagateAtLaunch": {
9058
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-PropagateAtLaunch",
9059
+ "PrimitiveType": "Boolean",
9060
+ "Required": true,
9061
+ "UpdateType": "Mutable"
9062
+ },
9063
+ "Value": {
9064
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Value",
9065
+ "PrimitiveType": "String",
9066
+ "Required": true,
9067
+ "UpdateType": "Mutable"
9068
+ }
9069
+ }
9070
+ },
9071
+ "AWS::CodePipeline::Pipeline.ActionTypeId": {
9072
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions-actiontypeid.html",
9073
+ "Properties": {
9028
9074
  "Category": {
9029
9075
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions-actiontypeid.html#cfn-codepipeline-pipeline-stages-actions-actiontypeid-category",
9030
9076
  "PrimitiveType": "String",
@@ -9051,30 +9097,6 @@
9051
9097
  }
9052
9098
  }
9053
9099
  },
9054
- "AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceSchema": {
9055
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html",
9056
- "Properties": {
9057
- "RecordEncoding": {
9058
- "Required": false,
9059
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordencoding",
9060
- "PrimitiveType": "String",
9061
- "UpdateType": "Mutable"
9062
- },
9063
- "RecordColumns": {
9064
- "Type": "List",
9065
- "Required": true,
9066
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordcolumns",
9067
- "ItemType": "RecordColumn",
9068
- "UpdateType": "Mutable"
9069
- },
9070
- "RecordFormat": {
9071
- "Type": "RecordFormat",
9072
- "Required": true,
9073
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html#cfn-kinesisanalytics-applicationreferencedatasource-referenceschema-recordformat",
9074
- "UpdateType": "Mutable"
9075
- }
9076
- }
9077
- },
9078
9100
  "AWS::CodePipeline::Pipeline.OutputArtifact": {
9079
9101
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions-outputartifacts.html",
9080
9102
  "Properties": {
@@ -9213,6 +9235,29 @@
9213
9235
  }
9214
9236
  }
9215
9237
  },
9238
+ "AWS::DataPipeline::Pipeline.Field": {
9239
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html",
9240
+ "Properties": {
9241
+ "Key": {
9242
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-key",
9243
+ "PrimitiveType": "String",
9244
+ "Required": true,
9245
+ "UpdateType": "Mutable"
9246
+ },
9247
+ "RefValue": {
9248
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-refvalue",
9249
+ "PrimitiveType": "String",
9250
+ "Required": false,
9251
+ "UpdateType": "Mutable"
9252
+ },
9253
+ "StringValue": {
9254
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-stringvalue",
9255
+ "PrimitiveType": "String",
9256
+ "Required": false,
9257
+ "UpdateType": "Mutable"
9258
+ }
9259
+ }
9260
+ },
9216
9261
  "AWS::EC2::Instance.BlockDeviceMapping": {
9217
9262
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html",
9218
9263
  "Properties": {
@@ -9242,29 +9287,6 @@
9242
9287
  }
9243
9288
  }
9244
9289
  },
9245
- "AWS::DataPipeline::Pipeline.Field": {
9246
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html",
9247
- "Properties": {
9248
- "Key": {
9249
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-key",
9250
- "PrimitiveType": "String",
9251
- "Required": true,
9252
- "UpdateType": "Mutable"
9253
- },
9254
- "RefValue": {
9255
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-refvalue",
9256
- "PrimitiveType": "String",
9257
- "Required": false,
9258
- "UpdateType": "Mutable"
9259
- },
9260
- "StringValue": {
9261
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-stringvalue",
9262
- "PrimitiveType": "String",
9263
- "Required": false,
9264
- "UpdateType": "Mutable"
9265
- }
9266
- }
9267
- },
9268
9290
  "AWS::CloudFront::Distribution.OriginCustomHeader": {
9269
9291
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-origin-origincustomheader.html",
9270
9292
  "Properties": {
@@ -10587,17 +10609,6 @@
10587
10609
  }
10588
10610
  }
10589
10611
  },
10590
- "AWS::EC2::PlacementGroup": {
10591
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html",
10592
- "Properties": {
10593
- "Strategy": {
10594
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy",
10595
- "PrimitiveType": "String",
10596
- "Required": false,
10597
- "UpdateType": "Immutable"
10598
- }
10599
- }
10600
- },
10601
10612
  "AWS::EC2::VPCPeeringConnection": {
10602
10613
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html",
10603
10614
  "Properties": {
@@ -10635,6 +10646,17 @@
10635
10646
  }
10636
10647
  }
10637
10648
  },
10649
+ "AWS::EC2::PlacementGroup": {
10650
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html",
10651
+ "Properties": {
10652
+ "Strategy": {
10653
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy",
10654
+ "PrimitiveType": "String",
10655
+ "Required": false,
10656
+ "UpdateType": "Immutable"
10657
+ }
10658
+ }
10659
+ },
10638
10660
  "AWS::Elasticsearch::Domain": {
10639
10661
  "Attributes": {
10640
10662
  "DomainArn": {
@@ -10700,24 +10722,6 @@
10700
10722
  }
10701
10723
  }
10702
10724
  },
10703
- "AWS::WAFRegional::SizeConstraintSet": {
10704
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html",
10705
- "Properties": {
10706
- "SizeConstraints": {
10707
- "Type": "List",
10708
- "Required": false,
10709
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-sizeconstraints",
10710
- "ItemType": "SizeConstraint",
10711
- "UpdateType": "Mutable"
10712
- },
10713
- "Name": {
10714
- "Required": true,
10715
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name",
10716
- "PrimitiveType": "String",
10717
- "UpdateType": "Immutable"
10718
- }
10719
- }
10720
- },
10721
10725
  "AWS::ApiGateway::RequestValidator": {
10722
10726
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-requestvalidator.html",
10723
10727
  "Properties": {
@@ -10747,6 +10751,24 @@
10747
10751
  }
10748
10752
  }
10749
10753
  },
10754
+ "AWS::WAFRegional::SizeConstraintSet": {
10755
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html",
10756
+ "Properties": {
10757
+ "SizeConstraints": {
10758
+ "Type": "List",
10759
+ "Required": false,
10760
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-sizeconstraints",
10761
+ "ItemType": "SizeConstraint",
10762
+ "UpdateType": "Mutable"
10763
+ },
10764
+ "Name": {
10765
+ "Required": true,
10766
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-sizeconstraintset.html#cfn-wafregional-sizeconstraintset-name",
10767
+ "PrimitiveType": "String",
10768
+ "UpdateType": "Immutable"
10769
+ }
10770
+ }
10771
+ },
10750
10772
  "AWS::WorkSpaces::Workspace": {
10751
10773
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html",
10752
10774
  "Properties": {
@@ -11268,6 +11290,23 @@
11268
11290
  }
11269
11291
  }
11270
11292
  },
11293
+ "AWS::CloudWatch::Dashboard": {
11294
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html",
11295
+ "Properties": {
11296
+ "DashboardName": {
11297
+ "Required": false,
11298
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname",
11299
+ "PrimitiveType": "String",
11300
+ "UpdateType": "Immutable"
11301
+ },
11302
+ "DashboardBody": {
11303
+ "Required": true,
11304
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody",
11305
+ "PrimitiveType": "String",
11306
+ "UpdateType": "Mutable"
11307
+ }
11308
+ }
11309
+ },
11271
11310
  "AWS::EC2::NetworkAclEntry": {
11272
11311
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html",
11273
11312
  "Properties": {
@@ -11327,19 +11366,15 @@
11327
11366
  }
11328
11367
  }
11329
11368
  },
11330
- "AWS::CloudWatch::Dashboard": {
11331
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html",
11369
+ "AWS::EC2::InternetGateway": {
11370
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html",
11332
11371
  "Properties": {
11333
- "DashboardName": {
11372
+ "Tags": {
11373
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html#cfn-ec2-internetgateway-tags",
11374
+ "DuplicatesAllowed": true,
11375
+ "ItemType": "Tag",
11334
11376
  "Required": false,
11335
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardname",
11336
- "PrimitiveType": "String",
11337
- "UpdateType": "Immutable"
11338
- },
11339
- "DashboardBody": {
11340
- "Required": true,
11341
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html#cfn-cloudwatch-dashboard-dashboardbody",
11342
- "PrimitiveType": "String",
11377
+ "Type": "List",
11343
11378
  "UpdateType": "Mutable"
11344
11379
  }
11345
11380
  }
@@ -11385,19 +11420,6 @@
11385
11420
  }
11386
11421
  }
11387
11422
  },
11388
- "AWS::EC2::InternetGateway": {
11389
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html",
11390
- "Properties": {
11391
- "Tags": {
11392
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html#cfn-ec2-internetgateway-tags",
11393
- "DuplicatesAllowed": true,
11394
- "ItemType": "Tag",
11395
- "Required": false,
11396
- "Type": "List",
11397
- "UpdateType": "Mutable"
11398
- }
11399
- }
11400
- },
11401
11423
  "AWS::ECS::Cluster": {
11402
11424
  "Attributes": {
11403
11425
  "Arn": {
@@ -11414,6 +11436,25 @@
11414
11436
  }
11415
11437
  }
11416
11438
  },
11439
+ "AWS::ElasticLoadBalancingV2::ListenerCertificate": {
11440
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html",
11441
+ "Properties": {
11442
+ "Certificates": {
11443
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-certificates",
11444
+ "DuplicatesAllowed": false,
11445
+ "ItemType": "Certificate",
11446
+ "Required": true,
11447
+ "Type": "List",
11448
+ "UpdateType": "Immutable"
11449
+ },
11450
+ "ListenerArn": {
11451
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn",
11452
+ "PrimitiveType": "String",
11453
+ "Required": true,
11454
+ "UpdateType": "Immutable"
11455
+ }
11456
+ }
11457
+ },
11417
11458
  "AWS::IAM::Role": {
11418
11459
  "Attributes": {
11419
11460
  "Arn": {
@@ -13015,7 +13056,7 @@
13015
13056
  "DesiredCount": {
13016
13057
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount",
13017
13058
  "PrimitiveType": "Integer",
13018
- "Required": true,
13059
+ "Required": false,
13019
13060
  "UpdateType": "Mutable"
13020
13061
  },
13021
13062
  "LoadBalancers": {
@@ -13108,6 +13149,23 @@
13108
13149
  }
13109
13150
  }
13110
13151
  },
13152
+ "AWS::IoT::Thing": {
13153
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html",
13154
+ "Properties": {
13155
+ "AttributePayload": {
13156
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-attributepayload",
13157
+ "Required": false,
13158
+ "Type": "AttributePayload",
13159
+ "UpdateType": "Mutable"
13160
+ },
13161
+ "ThingName": {
13162
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname",
13163
+ "PrimitiveType": "String",
13164
+ "Required": false,
13165
+ "UpdateType": "Immutable"
13166
+ }
13167
+ }
13168
+ },
13111
13169
  "AWS::Batch::JobQueue": {
13112
13170
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html",
13113
13171
  "Properties": {
@@ -13274,23 +13332,6 @@
13274
13332
  }
13275
13333
  }
13276
13334
  },
13277
- "AWS::IoT::Thing": {
13278
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html",
13279
- "Properties": {
13280
- "AttributePayload": {
13281
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-attributepayload",
13282
- "Required": false,
13283
- "Type": "AttributePayload",
13284
- "UpdateType": "Mutable"
13285
- },
13286
- "ThingName": {
13287
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html#cfn-iot-thing-thingname",
13288
- "PrimitiveType": "String",
13289
- "Required": false,
13290
- "UpdateType": "Immutable"
13291
- }
13292
- }
13293
- },
13294
13335
  "AWS::OpsWorks::Layer": {
13295
13336
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-layer.html",
13296
13337
  "Properties": {
@@ -13483,33 +13524,25 @@
13483
13524
  }
13484
13525
  }
13485
13526
  },
13486
- "AWS::IAM::InstanceProfile": {
13527
+ "AWS::IoT::Policy": {
13487
13528
  "Attributes": {
13488
13529
  "Arn": {
13489
13530
  "PrimitiveType": "String"
13490
13531
  }
13491
13532
  },
13492
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html",
13533
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html",
13493
13534
  "Properties": {
13494
- "InstanceProfileName": {
13495
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename",
13496
- "PrimitiveType": "String",
13497
- "Required": false,
13535
+ "PolicyDocument": {
13536
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument",
13537
+ "PrimitiveType": "Json",
13538
+ "Required": true,
13498
13539
  "UpdateType": "Immutable"
13499
13540
  },
13500
- "Path": {
13501
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path",
13541
+ "PolicyName": {
13542
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname",
13502
13543
  "PrimitiveType": "String",
13503
13544
  "Required": false,
13504
13545
  "UpdateType": "Immutable"
13505
- },
13506
- "Roles": {
13507
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-roles",
13508
- "DuplicatesAllowed": true,
13509
- "PrimitiveItemType": "String",
13510
- "Required": true,
13511
- "Type": "List",
13512
- "UpdateType": "Mutable"
13513
13546
  }
13514
13547
  }
13515
13548
  },
@@ -13524,25 +13557,33 @@
13524
13557
  }
13525
13558
  }
13526
13559
  },
13527
- "AWS::IoT::Policy": {
13560
+ "AWS::IAM::InstanceProfile": {
13528
13561
  "Attributes": {
13529
13562
  "Arn": {
13530
13563
  "PrimitiveType": "String"
13531
13564
  }
13532
13565
  },
13533
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html",
13566
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html",
13534
13567
  "Properties": {
13535
- "PolicyDocument": {
13536
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument",
13537
- "PrimitiveType": "Json",
13538
- "Required": true,
13568
+ "InstanceProfileName": {
13569
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-instanceprofilename",
13570
+ "PrimitiveType": "String",
13571
+ "Required": false,
13539
13572
  "UpdateType": "Immutable"
13540
13573
  },
13541
- "PolicyName": {
13542
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname",
13574
+ "Path": {
13575
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-path",
13543
13576
  "PrimitiveType": "String",
13544
13577
  "Required": false,
13545
13578
  "UpdateType": "Immutable"
13579
+ },
13580
+ "Roles": {
13581
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html#cfn-iam-instanceprofile-roles",
13582
+ "DuplicatesAllowed": true,
13583
+ "PrimitiveItemType": "String",
13584
+ "Required": true,
13585
+ "Type": "List",
13586
+ "UpdateType": "Mutable"
13546
13587
  }
13547
13588
  }
13548
13589
  },
@@ -13637,41 +13678,6 @@
13637
13678
  }
13638
13679
  }
13639
13680
  },
13640
- "AWS::Batch::ComputeEnvironment": {
13641
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html",
13642
- "Properties": {
13643
- "Type": {
13644
- "Required": true,
13645
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type",
13646
- "PrimitiveType": "String",
13647
- "UpdateType": "Immutable"
13648
- },
13649
- "ServiceRole": {
13650
- "Required": true,
13651
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole",
13652
- "PrimitiveType": "String",
13653
- "UpdateType": "Mutable"
13654
- },
13655
- "ComputeEnvironmentName": {
13656
- "Required": false,
13657
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname",
13658
- "PrimitiveType": "String",
13659
- "UpdateType": "Immutable"
13660
- },
13661
- "ComputeResources": {
13662
- "Type": "ComputeResources",
13663
- "Required": true,
13664
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeresources",
13665
- "UpdateType": "Mutable"
13666
- },
13667
- "State": {
13668
- "Required": false,
13669
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state",
13670
- "PrimitiveType": "String",
13671
- "UpdateType": "Mutable"
13672
- }
13673
- }
13674
- },
13675
13681
  "AWS::ApiGateway::Model": {
13676
13682
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-model.html",
13677
13683
  "Properties": {
@@ -13707,6 +13713,41 @@
13707
13713
  }
13708
13714
  }
13709
13715
  },
13716
+ "AWS::Batch::ComputeEnvironment": {
13717
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html",
13718
+ "Properties": {
13719
+ "Type": {
13720
+ "Required": true,
13721
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-type",
13722
+ "PrimitiveType": "String",
13723
+ "UpdateType": "Immutable"
13724
+ },
13725
+ "ServiceRole": {
13726
+ "Required": true,
13727
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole",
13728
+ "PrimitiveType": "String",
13729
+ "UpdateType": "Mutable"
13730
+ },
13731
+ "ComputeEnvironmentName": {
13732
+ "Required": false,
13733
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeenvironmentname",
13734
+ "PrimitiveType": "String",
13735
+ "UpdateType": "Immutable"
13736
+ },
13737
+ "ComputeResources": {
13738
+ "Type": "ComputeResources",
13739
+ "Required": true,
13740
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-computeresources",
13741
+ "UpdateType": "Mutable"
13742
+ },
13743
+ "State": {
13744
+ "Required": false,
13745
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-state",
13746
+ "PrimitiveType": "String",
13747
+ "UpdateType": "Mutable"
13748
+ }
13749
+ }
13750
+ },
13710
13751
  "AWS::EC2::Route": {
13711
13752
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html",
13712
13753
  "Properties": {
@@ -13916,51 +13957,6 @@
13916
13957
  }
13917
13958
  }
13918
13959
  },
13919
- "AWS::ElasticBeanstalk::Application": {
13920
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html",
13921
- "Properties": {
13922
- "ApplicationName": {
13923
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name",
13924
- "PrimitiveType": "String",
13925
- "Required": false,
13926
- "UpdateType": "Immutable"
13927
- },
13928
- "Description": {
13929
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description",
13930
- "PrimitiveType": "String",
13931
- "Required": false,
13932
- "UpdateType": "Mutable"
13933
- }
13934
- }
13935
- },
13936
- "AWS::IAM::AccessKey": {
13937
- "Attributes": {
13938
- "SecretAccessKey": {
13939
- "PrimitiveType": "String"
13940
- }
13941
- },
13942
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html",
13943
- "Properties": {
13944
- "Serial": {
13945
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial",
13946
- "PrimitiveType": "Integer",
13947
- "Required": false,
13948
- "UpdateType": "Immutable"
13949
- },
13950
- "Status": {
13951
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
13952
- "PrimitiveType": "String",
13953
- "Required": false,
13954
- "UpdateType": "Mutable"
13955
- },
13956
- "UserName": {
13957
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
13958
- "PrimitiveType": "String",
13959
- "Required": true,
13960
- "UpdateType": "Immutable"
13961
- }
13962
- }
13963
- },
13964
13960
  "AWS::ElasticLoadBalancingV2::LoadBalancer": {
13965
13961
  "Attributes": {
13966
13962
  "CanonicalHostedZoneID": {
@@ -14048,6 +14044,51 @@
14048
14044
  }
14049
14045
  }
14050
14046
  },
14047
+ "AWS::IAM::AccessKey": {
14048
+ "Attributes": {
14049
+ "SecretAccessKey": {
14050
+ "PrimitiveType": "String"
14051
+ }
14052
+ },
14053
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html",
14054
+ "Properties": {
14055
+ "Serial": {
14056
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-serial",
14057
+ "PrimitiveType": "Integer",
14058
+ "Required": false,
14059
+ "UpdateType": "Immutable"
14060
+ },
14061
+ "Status": {
14062
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
14063
+ "PrimitiveType": "String",
14064
+ "Required": false,
14065
+ "UpdateType": "Mutable"
14066
+ },
14067
+ "UserName": {
14068
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
14069
+ "PrimitiveType": "String",
14070
+ "Required": true,
14071
+ "UpdateType": "Immutable"
14072
+ }
14073
+ }
14074
+ },
14075
+ "AWS::ElasticBeanstalk::Application": {
14076
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html",
14077
+ "Properties": {
14078
+ "ApplicationName": {
14079
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name",
14080
+ "PrimitiveType": "String",
14081
+ "Required": false,
14082
+ "UpdateType": "Immutable"
14083
+ },
14084
+ "Description": {
14085
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description",
14086
+ "PrimitiveType": "String",
14087
+ "Required": false,
14088
+ "UpdateType": "Mutable"
14089
+ }
14090
+ }
14091
+ },
14051
14092
  "AWS::DMS::ReplicationSubnetGroup": {
14052
14093
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html",
14053
14094
  "Properties": {
@@ -14235,6 +14276,51 @@
14235
14276
  }
14236
14277
  }
14237
14278
  },
14279
+ "AWS::ElasticLoadBalancingV2::Listener": {
14280
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html",
14281
+ "Properties": {
14282
+ "Certificates": {
14283
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-certificates",
14284
+ "DuplicatesAllowed": false,
14285
+ "ItemType": "Certificate",
14286
+ "Required": false,
14287
+ "Type": "List",
14288
+ "UpdateType": "Mutable"
14289
+ },
14290
+ "DefaultActions": {
14291
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-defaultactions",
14292
+ "DuplicatesAllowed": false,
14293
+ "ItemType": "Action",
14294
+ "Required": true,
14295
+ "Type": "List",
14296
+ "UpdateType": "Mutable"
14297
+ },
14298
+ "LoadBalancerArn": {
14299
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn",
14300
+ "PrimitiveType": "String",
14301
+ "Required": true,
14302
+ "UpdateType": "Immutable"
14303
+ },
14304
+ "Port": {
14305
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port",
14306
+ "PrimitiveType": "Integer",
14307
+ "Required": true,
14308
+ "UpdateType": "Mutable"
14309
+ },
14310
+ "Protocol": {
14311
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol",
14312
+ "PrimitiveType": "String",
14313
+ "Required": true,
14314
+ "UpdateType": "Mutable"
14315
+ },
14316
+ "SslPolicy": {
14317
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy",
14318
+ "PrimitiveType": "String",
14319
+ "Required": false,
14320
+ "UpdateType": "Mutable"
14321
+ }
14322
+ }
14323
+ },
14238
14324
  "AWS::EC2::SecurityGroupEgress": {
14239
14325
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html",
14240
14326
  "Properties": {
@@ -14288,51 +14374,6 @@
14288
14374
  }
14289
14375
  }
14290
14376
  },
14291
- "AWS::ElasticLoadBalancingV2::Listener": {
14292
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html",
14293
- "Properties": {
14294
- "Certificates": {
14295
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-certificates",
14296
- "DuplicatesAllowed": false,
14297
- "ItemType": "Certificate",
14298
- "Required": false,
14299
- "Type": "List",
14300
- "UpdateType": "Mutable"
14301
- },
14302
- "DefaultActions": {
14303
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-defaultactions",
14304
- "DuplicatesAllowed": false,
14305
- "ItemType": "Action",
14306
- "Required": true,
14307
- "Type": "List",
14308
- "UpdateType": "Mutable"
14309
- },
14310
- "LoadBalancerArn": {
14311
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-loadbalancerarn",
14312
- "PrimitiveType": "String",
14313
- "Required": true,
14314
- "UpdateType": "Immutable"
14315
- },
14316
- "Port": {
14317
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-port",
14318
- "PrimitiveType": "Integer",
14319
- "Required": true,
14320
- "UpdateType": "Mutable"
14321
- },
14322
- "Protocol": {
14323
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-protocol",
14324
- "PrimitiveType": "String",
14325
- "Required": true,
14326
- "UpdateType": "Mutable"
14327
- },
14328
- "SslPolicy": {
14329
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-sslpolicy",
14330
- "PrimitiveType": "String",
14331
- "Required": false,
14332
- "UpdateType": "Mutable"
14333
- }
14334
- }
14335
- },
14336
14377
  "AWS::EC2::NetworkInterface": {
14337
14378
  "Attributes": {
14338
14379
  "PrimaryPrivateIpAddress": {
@@ -14744,28 +14785,6 @@
14744
14785
  }
14745
14786
  }
14746
14787
  },
14747
- "AWS::EC2::SubnetNetworkAclAssociation": {
14748
- "Attributes": {
14749
- "AssociationId": {
14750
- "PrimitiveType": "String"
14751
- }
14752
- },
14753
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html",
14754
- "Properties": {
14755
- "NetworkAclId": {
14756
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid",
14757
- "PrimitiveType": "String",
14758
- "Required": true,
14759
- "UpdateType": "Immutable"
14760
- },
14761
- "SubnetId": {
14762
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid",
14763
- "PrimitiveType": "String",
14764
- "Required": true,
14765
- "UpdateType": "Immutable"
14766
- }
14767
- }
14768
- },
14769
14788
  "AWS::DAX::ParameterGroup": {
14770
14789
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-parametergroup.html",
14771
14790
  "Properties": {
@@ -14789,6 +14808,28 @@
14789
14808
  }
14790
14809
  }
14791
14810
  },
14811
+ "AWS::EC2::SubnetNetworkAclAssociation": {
14812
+ "Attributes": {
14813
+ "AssociationId": {
14814
+ "PrimitiveType": "String"
14815
+ }
14816
+ },
14817
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html",
14818
+ "Properties": {
14819
+ "NetworkAclId": {
14820
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid",
14821
+ "PrimitiveType": "String",
14822
+ "Required": true,
14823
+ "UpdateType": "Immutable"
14824
+ },
14825
+ "SubnetId": {
14826
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid",
14827
+ "PrimitiveType": "String",
14828
+ "Required": true,
14829
+ "UpdateType": "Immutable"
14830
+ }
14831
+ }
14832
+ },
14792
14833
  "AWS::ApiGateway::Account": {
14793
14834
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
14794
14835
  "Properties": {
@@ -15028,6 +15069,39 @@
15028
15069
  }
15029
15070
  }
15030
15071
  },
15072
+ "AWS::ElasticLoadBalancingV2::ListenerRule": {
15073
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html",
15074
+ "Properties": {
15075
+ "Actions": {
15076
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-actions",
15077
+ "DuplicatesAllowed": false,
15078
+ "ItemType": "Action",
15079
+ "Required": true,
15080
+ "Type": "List",
15081
+ "UpdateType": "Mutable"
15082
+ },
15083
+ "Conditions": {
15084
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-conditions",
15085
+ "DuplicatesAllowed": false,
15086
+ "ItemType": "RuleCondition",
15087
+ "Required": true,
15088
+ "Type": "List",
15089
+ "UpdateType": "Mutable"
15090
+ },
15091
+ "ListenerArn": {
15092
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn",
15093
+ "PrimitiveType": "String",
15094
+ "Required": true,
15095
+ "UpdateType": "Immutable"
15096
+ },
15097
+ "Priority": {
15098
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority",
15099
+ "PrimitiveType": "Integer",
15100
+ "Required": true,
15101
+ "UpdateType": "Mutable"
15102
+ }
15103
+ }
15104
+ },
15031
15105
  "AWS::AutoScaling::LifecycleHook": {
15032
15106
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-as-lifecyclehook.html",
15033
15107
  "Properties": {
@@ -15075,39 +15149,6 @@
15075
15149
  }
15076
15150
  }
15077
15151
  },
15078
- "AWS::ElasticLoadBalancingV2::ListenerRule": {
15079
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html",
15080
- "Properties": {
15081
- "Actions": {
15082
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-actions",
15083
- "DuplicatesAllowed": false,
15084
- "ItemType": "Action",
15085
- "Required": true,
15086
- "Type": "List",
15087
- "UpdateType": "Mutable"
15088
- },
15089
- "Conditions": {
15090
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-conditions",
15091
- "DuplicatesAllowed": false,
15092
- "ItemType": "RuleCondition",
15093
- "Required": true,
15094
- "Type": "List",
15095
- "UpdateType": "Mutable"
15096
- },
15097
- "ListenerArn": {
15098
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn",
15099
- "PrimitiveType": "String",
15100
- "Required": true,
15101
- "UpdateType": "Immutable"
15102
- },
15103
- "Priority": {
15104
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority",
15105
- "PrimitiveType": "Integer",
15106
- "Required": true,
15107
- "UpdateType": "Mutable"
15108
- }
15109
- }
15110
- },
15111
15152
  "AWS::CodePipeline::Pipeline": {
15112
15153
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html",
15113
15154
  "Properties": {
@@ -15182,23 +15223,6 @@
15182
15223
  }
15183
15224
  }
15184
15225
  },
15185
- "AWS::EC2::NatGateway": {
15186
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html",
15187
- "Properties": {
15188
- "AllocationId": {
15189
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid",
15190
- "PrimitiveType": "String",
15191
- "Required": true,
15192
- "UpdateType": "Immutable"
15193
- },
15194
- "SubnetId": {
15195
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid",
15196
- "PrimitiveType": "String",
15197
- "Required": true,
15198
- "UpdateType": "Immutable"
15199
- }
15200
- }
15201
- },
15202
15226
  "AWS::ElastiCache::SecurityGroupIngress": {
15203
15227
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group-ingress.html",
15204
15228
  "Properties": {
@@ -15261,6 +15285,23 @@
15261
15285
  }
15262
15286
  }
15263
15287
  },
15288
+ "AWS::EC2::NatGateway": {
15289
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html",
15290
+ "Properties": {
15291
+ "AllocationId": {
15292
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid",
15293
+ "PrimitiveType": "String",
15294
+ "Required": true,
15295
+ "UpdateType": "Immutable"
15296
+ },
15297
+ "SubnetId": {
15298
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid",
15299
+ "PrimitiveType": "String",
15300
+ "Required": true,
15301
+ "UpdateType": "Immutable"
15302
+ }
15303
+ }
15304
+ },
15264
15305
  "AWS::IoT::TopicRule": {
15265
15306
  "Attributes": {
15266
15307
  "Arn": {
@@ -15278,7 +15319,24 @@
15278
15319
  "TopicRulePayload": {
15279
15320
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-topicrule.html#cfn-iot-topicrule-topicrulepayload",
15280
15321
  "Required": true,
15281
- "Type": "TopicRulePayload",
15322
+ "Type": "TopicRulePayload",
15323
+ "UpdateType": "Mutable"
15324
+ }
15325
+ }
15326
+ },
15327
+ "AWS::OpsWorks::ElasticLoadBalancerAttachment": {
15328
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html",
15329
+ "Properties": {
15330
+ "ElasticLoadBalancerName": {
15331
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname",
15332
+ "PrimitiveType": "String",
15333
+ "Required": true,
15334
+ "UpdateType": "Mutable"
15335
+ },
15336
+ "LayerId": {
15337
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid",
15338
+ "PrimitiveType": "String",
15339
+ "Required": true,
15282
15340
  "UpdateType": "Mutable"
15283
15341
  }
15284
15342
  }
@@ -15484,23 +15542,6 @@
15484
15542
  }
15485
15543
  }
15486
15544
  },
15487
- "AWS::OpsWorks::ElasticLoadBalancerAttachment": {
15488
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html",
15489
- "Properties": {
15490
- "ElasticLoadBalancerName": {
15491
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-elbname",
15492
- "PrimitiveType": "String",
15493
- "Required": true,
15494
- "UpdateType": "Mutable"
15495
- },
15496
- "LayerId": {
15497
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html#cfn-opsworks-elbattachment-layerid",
15498
- "PrimitiveType": "String",
15499
- "Required": true,
15500
- "UpdateType": "Mutable"
15501
- }
15502
- }
15503
- },
15504
15545
  "AWS::Cognito::UserPoolUser": {
15505
15546
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html",
15506
15547
  "Properties": {
@@ -15889,6 +15930,10 @@
15889
15930
  "CidrBlock": {
15890
15931
  "PrimitiveType": "String"
15891
15932
  },
15933
+ "CidrBlockAssociations": {
15934
+ "PrimitiveItemType": "String",
15935
+ "Type": "List"
15936
+ },
15892
15937
  "DefaultNetworkAcl": {
15893
15938
  "PrimitiveType": "String"
15894
15939
  },
@@ -16252,34 +16297,56 @@
16252
16297
  }
16253
16298
  }
16254
16299
  },
16255
- "AWS::EFS::FileSystem": {
16256
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html",
16300
+ "AWS::ApplicationAutoScaling::ScalingPolicy": {
16301
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html",
16257
16302
  "Properties": {
16258
- "Encrypted": {
16259
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted",
16260
- "PrimitiveType": "Boolean",
16303
+ "PolicyName": {
16304
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname",
16305
+ "PrimitiveType": "String",
16306
+ "Required": true,
16307
+ "UpdateType": "Immutable"
16308
+ },
16309
+ "PolicyType": {
16310
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype",
16311
+ "PrimitiveType": "String",
16312
+ "Required": true,
16313
+ "UpdateType": "Mutable"
16314
+ },
16315
+ "ResourceId": {
16316
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid",
16317
+ "PrimitiveType": "String",
16261
16318
  "Required": false,
16262
16319
  "UpdateType": "Immutable"
16263
16320
  },
16264
- "FileSystemTags": {
16265
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystemtags",
16266
- "DuplicatesAllowed": false,
16267
- "ItemType": "ElasticFileSystemTag",
16321
+ "ScalableDimension": {
16322
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension",
16323
+ "PrimitiveType": "String",
16268
16324
  "Required": false,
16269
- "Type": "List",
16270
- "UpdateType": "Mutable"
16325
+ "UpdateType": "Immutable"
16271
16326
  },
16272
- "KmsKeyId": {
16273
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid",
16327
+ "ScalingTargetId": {
16328
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid",
16274
16329
  "PrimitiveType": "String",
16275
16330
  "Required": false,
16276
16331
  "UpdateType": "Immutable"
16277
16332
  },
16278
- "PerformanceMode": {
16279
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode",
16333
+ "ServiceNamespace": {
16334
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace",
16280
16335
  "PrimitiveType": "String",
16281
16336
  "Required": false,
16282
16337
  "UpdateType": "Immutable"
16338
+ },
16339
+ "StepScalingPolicyConfiguration": {
16340
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration",
16341
+ "Required": false,
16342
+ "Type": "StepScalingPolicyConfiguration",
16343
+ "UpdateType": "Mutable"
16344
+ },
16345
+ "TargetTrackingScalingPolicyConfiguration": {
16346
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration",
16347
+ "Required": false,
16348
+ "Type": "TargetTrackingScalingPolicyConfiguration",
16349
+ "UpdateType": "Mutable"
16283
16350
  }
16284
16351
  }
16285
16352
  },
@@ -16389,56 +16456,34 @@
16389
16456
  }
16390
16457
  }
16391
16458
  },
16392
- "AWS::ApplicationAutoScaling::ScalingPolicy": {
16393
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html",
16459
+ "AWS::EFS::FileSystem": {
16460
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html",
16394
16461
  "Properties": {
16395
- "PolicyName": {
16396
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname",
16397
- "PrimitiveType": "String",
16398
- "Required": true,
16399
- "UpdateType": "Immutable"
16400
- },
16401
- "PolicyType": {
16402
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype",
16403
- "PrimitiveType": "String",
16404
- "Required": true,
16405
- "UpdateType": "Mutable"
16406
- },
16407
- "ResourceId": {
16408
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid",
16409
- "PrimitiveType": "String",
16462
+ "Encrypted": {
16463
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted",
16464
+ "PrimitiveType": "Boolean",
16410
16465
  "Required": false,
16411
16466
  "UpdateType": "Immutable"
16412
16467
  },
16413
- "ScalableDimension": {
16414
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension",
16415
- "PrimitiveType": "String",
16468
+ "FileSystemTags": {
16469
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystemtags",
16470
+ "DuplicatesAllowed": false,
16471
+ "ItemType": "ElasticFileSystemTag",
16416
16472
  "Required": false,
16417
- "UpdateType": "Immutable"
16473
+ "Type": "List",
16474
+ "UpdateType": "Mutable"
16418
16475
  },
16419
- "ScalingTargetId": {
16420
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid",
16476
+ "KmsKeyId": {
16477
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid",
16421
16478
  "PrimitiveType": "String",
16422
16479
  "Required": false,
16423
16480
  "UpdateType": "Immutable"
16424
16481
  },
16425
- "ServiceNamespace": {
16426
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace",
16482
+ "PerformanceMode": {
16483
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode",
16427
16484
  "PrimitiveType": "String",
16428
16485
  "Required": false,
16429
16486
  "UpdateType": "Immutable"
16430
- },
16431
- "StepScalingPolicyConfiguration": {
16432
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration",
16433
- "Required": false,
16434
- "Type": "StepScalingPolicyConfiguration",
16435
- "UpdateType": "Mutable"
16436
- },
16437
- "TargetTrackingScalingPolicyConfiguration": {
16438
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration",
16439
- "Required": false,
16440
- "Type": "TargetTrackingScalingPolicyConfiguration",
16441
- "UpdateType": "Mutable"
16442
16487
  }
16443
16488
  }
16444
16489
  },
@@ -17640,59 +17685,6 @@
17640
17685
  }
17641
17686
  }
17642
17687
  },
17643
- "AWS::IAM::ManagedPolicy": {
17644
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html",
17645
- "Properties": {
17646
- "Description": {
17647
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description",
17648
- "PrimitiveType": "String",
17649
- "Required": false,
17650
- "UpdateType": "Immutable"
17651
- },
17652
- "Groups": {
17653
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-groups",
17654
- "DuplicatesAllowed": false,
17655
- "PrimitiveItemType": "String",
17656
- "Required": false,
17657
- "Type": "List",
17658
- "UpdateType": "Mutable"
17659
- },
17660
- "ManagedPolicyName": {
17661
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname",
17662
- "PrimitiveType": "String",
17663
- "Required": false,
17664
- "UpdateType": "Immutable"
17665
- },
17666
- "Path": {
17667
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path",
17668
- "PrimitiveType": "String",
17669
- "Required": false,
17670
- "UpdateType": "Immutable"
17671
- },
17672
- "PolicyDocument": {
17673
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument",
17674
- "PrimitiveType": "Json",
17675
- "Required": true,
17676
- "UpdateType": "Mutable"
17677
- },
17678
- "Roles": {
17679
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-roles",
17680
- "DuplicatesAllowed": true,
17681
- "PrimitiveItemType": "String",
17682
- "Required": false,
17683
- "Type": "List",
17684
- "UpdateType": "Mutable"
17685
- },
17686
- "Users": {
17687
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-users",
17688
- "DuplicatesAllowed": true,
17689
- "PrimitiveItemType": "String",
17690
- "Required": false,
17691
- "Type": "List",
17692
- "UpdateType": "Mutable"
17693
- }
17694
- }
17695
- },
17696
17688
  "AWS::RDS::DBInstance": {
17697
17689
  "Attributes": {
17698
17690
  "Endpoint.Address": {
@@ -17836,7 +17828,7 @@
17836
17828
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-licensemodel",
17837
17829
  "PrimitiveType": "String",
17838
17830
  "Required": false,
17839
- "UpdateType": "Immutable"
17831
+ "UpdateType": "Mutable"
17840
17832
  },
17841
17833
  "MasterUserPassword": {
17842
17834
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-masteruserpassword",
@@ -17969,6 +17961,59 @@
17969
17961
  }
17970
17962
  }
17971
17963
  },
17964
+ "AWS::IAM::ManagedPolicy": {
17965
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html",
17966
+ "Properties": {
17967
+ "Description": {
17968
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description",
17969
+ "PrimitiveType": "String",
17970
+ "Required": false,
17971
+ "UpdateType": "Immutable"
17972
+ },
17973
+ "Groups": {
17974
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-groups",
17975
+ "DuplicatesAllowed": false,
17976
+ "PrimitiveItemType": "String",
17977
+ "Required": false,
17978
+ "Type": "List",
17979
+ "UpdateType": "Mutable"
17980
+ },
17981
+ "ManagedPolicyName": {
17982
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname",
17983
+ "PrimitiveType": "String",
17984
+ "Required": false,
17985
+ "UpdateType": "Immutable"
17986
+ },
17987
+ "Path": {
17988
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path",
17989
+ "PrimitiveType": "String",
17990
+ "Required": false,
17991
+ "UpdateType": "Immutable"
17992
+ },
17993
+ "PolicyDocument": {
17994
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument",
17995
+ "PrimitiveType": "Json",
17996
+ "Required": true,
17997
+ "UpdateType": "Mutable"
17998
+ },
17999
+ "Roles": {
18000
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-roles",
18001
+ "DuplicatesAllowed": true,
18002
+ "PrimitiveItemType": "String",
18003
+ "Required": false,
18004
+ "Type": "List",
18005
+ "UpdateType": "Mutable"
18006
+ },
18007
+ "Users": {
18008
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-users",
18009
+ "DuplicatesAllowed": true,
18010
+ "PrimitiveItemType": "String",
18011
+ "Required": false,
18012
+ "Type": "List",
18013
+ "UpdateType": "Mutable"
18014
+ }
18015
+ }
18016
+ },
17972
18017
  "AWS::IoT::PolicyPrincipalAttachment": {
17973
18018
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html",
17974
18019
  "Properties": {
@@ -17978,8 +18023,39 @@
17978
18023
  "Required": true,
17979
18024
  "UpdateType": "Immutable"
17980
18025
  },
17981
- "Principal": {
17982
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal",
18026
+ "Principal": {
18027
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html#cfn-iot-policyprincipalattachment-principal",
18028
+ "PrimitiveType": "String",
18029
+ "Required": true,
18030
+ "UpdateType": "Immutable"
18031
+ }
18032
+ }
18033
+ },
18034
+ "AWS::EC2::CustomerGateway": {
18035
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html",
18036
+ "Properties": {
18037
+ "BgpAsn": {
18038
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn",
18039
+ "PrimitiveType": "Integer",
18040
+ "Required": true,
18041
+ "UpdateType": "Immutable"
18042
+ },
18043
+ "IpAddress": {
18044
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress",
18045
+ "PrimitiveType": "String",
18046
+ "Required": true,
18047
+ "UpdateType": "Immutable"
18048
+ },
18049
+ "Tags": {
18050
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-tags",
18051
+ "DuplicatesAllowed": true,
18052
+ "ItemType": "Tag",
18053
+ "Required": false,
18054
+ "Type": "List",
18055
+ "UpdateType": "Mutable"
18056
+ },
18057
+ "Type": {
18058
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type",
17983
18059
  "PrimitiveType": "String",
17984
18060
  "Required": true,
17985
18061
  "UpdateType": "Immutable"
@@ -18027,37 +18103,6 @@
18027
18103
  }
18028
18104
  }
18029
18105
  },
18030
- "AWS::EC2::CustomerGateway": {
18031
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html",
18032
- "Properties": {
18033
- "BgpAsn": {
18034
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-bgpasn",
18035
- "PrimitiveType": "Integer",
18036
- "Required": true,
18037
- "UpdateType": "Immutable"
18038
- },
18039
- "IpAddress": {
18040
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-ipaddress",
18041
- "PrimitiveType": "String",
18042
- "Required": true,
18043
- "UpdateType": "Immutable"
18044
- },
18045
- "Tags": {
18046
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-tags",
18047
- "DuplicatesAllowed": true,
18048
- "ItemType": "Tag",
18049
- "Required": false,
18050
- "Type": "List",
18051
- "UpdateType": "Mutable"
18052
- },
18053
- "Type": {
18054
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customer-gateway.html#cfn-ec2-customergateway-type",
18055
- "PrimitiveType": "String",
18056
- "Required": true,
18057
- "UpdateType": "Immutable"
18058
- }
18059
- }
18060
- },
18061
18106
  "AWS::ApiGateway::Stage": {
18062
18107
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html",
18063
18108
  "Properties": {
@@ -18286,17 +18331,6 @@
18286
18331
  }
18287
18332
  }
18288
18333
  },
18289
- "AWS::ApiGateway::ClientCertificate": {
18290
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html",
18291
- "Properties": {
18292
- "Description": {
18293
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description",
18294
- "PrimitiveType": "String",
18295
- "Required": false,
18296
- "UpdateType": "Mutable"
18297
- }
18298
- }
18299
- },
18300
18334
  "AWS::ApiGateway::Method": {
18301
18335
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html",
18302
18336
  "Properties": {
@@ -18368,6 +18402,17 @@
18368
18402
  }
18369
18403
  }
18370
18404
  },
18405
+ "AWS::ApiGateway::ClientCertificate": {
18406
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html",
18407
+ "Properties": {
18408
+ "Description": {
18409
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description",
18410
+ "PrimitiveType": "String",
18411
+ "Required": false,
18412
+ "UpdateType": "Mutable"
18413
+ }
18414
+ }
18415
+ },
18371
18416
  "AWS::DMS::Endpoint": {
18372
18417
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html",
18373
18418
  "Attributes": {
@@ -18475,29 +18520,6 @@
18475
18520
  }
18476
18521
  }
18477
18522
  },
18478
- "AWS::EC2::VolumeAttachment": {
18479
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html",
18480
- "Properties": {
18481
- "Device": {
18482
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device",
18483
- "PrimitiveType": "String",
18484
- "Required": true,
18485
- "UpdateType": "Immutable"
18486
- },
18487
- "InstanceId": {
18488
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid",
18489
- "PrimitiveType": "String",
18490
- "Required": true,
18491
- "UpdateType": "Immutable"
18492
- },
18493
- "VolumeId": {
18494
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid",
18495
- "PrimitiveType": "String",
18496
- "Required": true,
18497
- "UpdateType": "Immutable"
18498
- }
18499
- }
18500
- },
18501
18523
  "AWS::DirectoryService::SimpleAD": {
18502
18524
  "Attributes": {
18503
18525
  "Alias": {
@@ -18560,6 +18582,29 @@
18560
18582
  }
18561
18583
  }
18562
18584
  },
18585
+ "AWS::EC2::VolumeAttachment": {
18586
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html",
18587
+ "Properties": {
18588
+ "Device": {
18589
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device",
18590
+ "PrimitiveType": "String",
18591
+ "Required": true,
18592
+ "UpdateType": "Immutable"
18593
+ },
18594
+ "InstanceId": {
18595
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid",
18596
+ "PrimitiveType": "String",
18597
+ "Required": true,
18598
+ "UpdateType": "Immutable"
18599
+ },
18600
+ "VolumeId": {
18601
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid",
18602
+ "PrimitiveType": "String",
18603
+ "Required": true,
18604
+ "UpdateType": "Immutable"
18605
+ }
18606
+ }
18607
+ },
18563
18608
  "AWS::EC2::Host": {
18564
18609
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html",
18565
18610
  "Properties": {
@@ -18616,6 +18661,23 @@
18616
18661
  }
18617
18662
  }
18618
18663
  },
18664
+ "AWS::KMS::Alias": {
18665
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html",
18666
+ "Properties": {
18667
+ "AliasName": {
18668
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname",
18669
+ "PrimitiveType": "String",
18670
+ "Required": true,
18671
+ "UpdateType": "Immutable"
18672
+ },
18673
+ "TargetKeyId": {
18674
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid",
18675
+ "PrimitiveType": "String",
18676
+ "Required": true,
18677
+ "UpdateType": "Mutable"
18678
+ }
18679
+ }
18680
+ },
18619
18681
  "AWS::ECS::TaskDefinition": {
18620
18682
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html",
18621
18683
  "Properties": {
@@ -18663,23 +18725,6 @@
18663
18725
  }
18664
18726
  }
18665
18727
  },
18666
- "AWS::KMS::Alias": {
18667
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html",
18668
- "Properties": {
18669
- "AliasName": {
18670
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-aliasname",
18671
- "PrimitiveType": "String",
18672
- "Required": true,
18673
- "UpdateType": "Immutable"
18674
- },
18675
- "TargetKeyId": {
18676
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html#cfn-kms-alias-targetkeyid",
18677
- "PrimitiveType": "String",
18678
- "Required": true,
18679
- "UpdateType": "Mutable"
18680
- }
18681
- }
18682
- },
18683
18728
  "AWS::Redshift::ClusterSubnetGroup": {
18684
18729
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html",
18685
18730
  "Properties": {
@@ -18761,23 +18806,6 @@
18761
18806
  }
18762
18807
  }
18763
18808
  },
18764
- "AWS::IoT::ThingPrincipalAttachment": {
18765
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html",
18766
- "Properties": {
18767
- "Principal": {
18768
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal",
18769
- "PrimitiveType": "String",
18770
- "Required": true,
18771
- "UpdateType": "Immutable"
18772
- },
18773
- "ThingName": {
18774
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname",
18775
- "PrimitiveType": "String",
18776
- "Required": true,
18777
- "UpdateType": "Immutable"
18778
- }
18779
- }
18780
- },
18781
18809
  "AWS::ElastiCache::CacheCluster": {
18782
18810
  "Attributes": {
18783
18811
  "ConfigurationEndpoint.Address": {
@@ -18933,6 +18961,23 @@
18933
18961
  }
18934
18962
  }
18935
18963
  },
18964
+ "AWS::IoT::ThingPrincipalAttachment": {
18965
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html",
18966
+ "Properties": {
18967
+ "Principal": {
18968
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-principal",
18969
+ "PrimitiveType": "String",
18970
+ "Required": true,
18971
+ "UpdateType": "Immutable"
18972
+ },
18973
+ "ThingName": {
18974
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingprincipalattachment.html#cfn-iot-thingprincipalattachment-thingname",
18975
+ "PrimitiveType": "String",
18976
+ "Required": true,
18977
+ "UpdateType": "Immutable"
18978
+ }
18979
+ }
18980
+ },
18936
18981
  "AWS::ElasticBeanstalk::ApplicationVersion": {
18937
18982
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html",
18938
18983
  "Properties": {
@@ -19203,6 +19248,12 @@
19203
19248
  "Required": false,
19204
19249
  "UpdateType": "Immutable"
19205
19250
  },
19251
+ "CidrBlock": {
19252
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-cidrblock",
19253
+ "PrimitiveType": "String",
19254
+ "Required": false,
19255
+ "UpdateType": "Immutable"
19256
+ },
19206
19257
  "VpcId": {
19207
19258
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html#cfn-ec2-vpccidrblock-vpcid",
19208
19259
  "PrimitiveType": "String",
@@ -19330,36 +19381,21 @@
19330
19381
  }
19331
19382
  }
19332
19383
  },
19333
- "AWS::Logs::Destination": {
19334
- "Attributes": {
19335
- "Arn": {
19336
- "PrimitiveType": "String"
19337
- }
19338
- },
19339
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html",
19384
+ "AWS::Redshift::ClusterSecurityGroup": {
19385
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html",
19340
19386
  "Properties": {
19341
- "DestinationName": {
19342
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname",
19387
+ "Description": {
19388
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description",
19343
19389
  "PrimitiveType": "String",
19344
19390
  "Required": true,
19345
19391
  "UpdateType": "Immutable"
19346
19392
  },
19347
- "DestinationPolicy": {
19348
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy",
19349
- "PrimitiveType": "String",
19350
- "Required": true,
19351
- "UpdateType": "Mutable"
19352
- },
19353
- "RoleArn": {
19354
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn",
19355
- "PrimitiveType": "String",
19356
- "Required": true,
19357
- "UpdateType": "Mutable"
19358
- },
19359
- "TargetArn": {
19360
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn",
19361
- "PrimitiveType": "String",
19362
- "Required": true,
19393
+ "Tags": {
19394
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-tags",
19395
+ "DuplicatesAllowed": true,
19396
+ "ItemType": "Tag",
19397
+ "Required": false,
19398
+ "Type": "List",
19363
19399
  "UpdateType": "Mutable"
19364
19400
  }
19365
19401
  }
@@ -19379,7 +19415,7 @@
19379
19415
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-attributedef",
19380
19416
  "DuplicatesAllowed": true,
19381
19417
  "ItemType": "AttributeDefinition",
19382
- "Required": false,
19418
+ "Required": true,
19383
19419
  "Type": "List",
19384
19420
  "UpdateType": "Mutable"
19385
19421
  },
@@ -19441,21 +19477,36 @@
19441
19477
  }
19442
19478
  }
19443
19479
  },
19444
- "AWS::Redshift::ClusterSecurityGroup": {
19445
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html",
19480
+ "AWS::Logs::Destination": {
19481
+ "Attributes": {
19482
+ "Arn": {
19483
+ "PrimitiveType": "String"
19484
+ }
19485
+ },
19486
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html",
19446
19487
  "Properties": {
19447
- "Description": {
19448
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description",
19488
+ "DestinationName": {
19489
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationname",
19449
19490
  "PrimitiveType": "String",
19450
19491
  "Required": true,
19451
19492
  "UpdateType": "Immutable"
19452
19493
  },
19453
- "Tags": {
19454
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-tags",
19455
- "DuplicatesAllowed": true,
19456
- "ItemType": "Tag",
19457
- "Required": false,
19458
- "Type": "List",
19494
+ "DestinationPolicy": {
19495
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-destinationpolicy",
19496
+ "PrimitiveType": "String",
19497
+ "Required": true,
19498
+ "UpdateType": "Mutable"
19499
+ },
19500
+ "RoleArn": {
19501
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn",
19502
+ "PrimitiveType": "String",
19503
+ "Required": true,
19504
+ "UpdateType": "Mutable"
19505
+ },
19506
+ "TargetArn": {
19507
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-targetarn",
19508
+ "PrimitiveType": "String",
19509
+ "Required": true,
19459
19510
  "UpdateType": "Mutable"
19460
19511
  }
19461
19512
  }
@@ -20101,5 +20152,5 @@
20101
20152
  }
20102
20153
  }
20103
20154
  },
20104
- "ResourceSpecificationVersion": "1.6.0"
20155
+ "ResourceSpecificationVersion": "1.6.1"
20105
20156
  }