humidifier 1.13.0.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43b5e46a00cb6e8b38a0a43f4d9c9f6ef59c7459042fd2f3b6c0d8f447dd93ec
4
- data.tar.gz: 47ab05e15de2d7cd4801540a2d1c16982bdea0cbf7d2f6fb55baff93ad84ee65
3
+ metadata.gz: c6ba3895a684f56ff8b83114190c10ec0a946da7060db16a3256fa0e02247812
4
+ data.tar.gz: 5cf390ff59535ef9b313fee87ee99bce9f79d8a9c72676cf0b7d0a2f2636573b
5
5
  SHA512:
6
- metadata.gz: 56471371cf3ce95a897dbf97e90c653c85cd3bb51cbbab5df8c1a41cd88046d73f979b4c77fdaa555b6ed1ddb2d52b39f9a6b7cf122e01d977de6e616e7383e1
7
- data.tar.gz: 692520d75eb23332d35d9dffb4067486f3e4c7f8ebaec805104497712ea620888eccf2f9a7874d34f7d03a31239fca9893c2165eb5a38e96ba6181baf63b9e41
6
+ metadata.gz: d7a697456edbea701c2f894b0cedf5dd497f8d13377f460ad7f13664a79243f2f716a3bfdaf15f4498b8d61dd5b40d0b294f1d332cb06cb7f4e7791f95b789c0
7
+ data.tar.gz: 68d75fc20625288a70d624d59eedab126f8d3afe9933d719ac839e430e467599589b5a859def508d9c017183d748109e80fe4998cb02233544e3c8caad6d4603
@@ -128,27 +128,6 @@
128
128
  }
129
129
  }
130
130
  },
131
- "AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo": {
132
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html",
133
- "Properties": {
134
- "ElbInfoList": {
135
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-elbinfolist",
136
- "DuplicatesAllowed": false,
137
- "ItemType": "ELBInfo",
138
- "Required": false,
139
- "Type": "List",
140
- "UpdateType": "Mutable"
141
- },
142
- "TargetGroupInfoList": {
143
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-targetgroupinfolist",
144
- "DuplicatesAllowed": false,
145
- "ItemType": "TargetGroupInfo",
146
- "Required": false,
147
- "Type": "List",
148
- "UpdateType": "Mutable"
149
- }
150
- }
151
- },
152
131
  "AWS::ElasticBeanstalk::Environment.OptionSetting": {
153
132
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-option-settings.html",
154
133
  "Properties": {
@@ -178,6 +157,27 @@
178
157
  }
179
158
  }
180
159
  },
160
+ "AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo": {
161
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html",
162
+ "Properties": {
163
+ "ElbInfoList": {
164
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-elbinfolist",
165
+ "DuplicatesAllowed": false,
166
+ "ItemType": "ELBInfo",
167
+ "Required": false,
168
+ "Type": "List",
169
+ "UpdateType": "Mutable"
170
+ },
171
+ "TargetGroupInfoList": {
172
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-targetgroupinfolist",
173
+ "DuplicatesAllowed": false,
174
+ "ItemType": "TargetGroupInfo",
175
+ "Required": false,
176
+ "Type": "List",
177
+ "UpdateType": "Mutable"
178
+ }
179
+ }
180
+ },
181
181
  "AWS::CodeDeploy::DeploymentGroup.RevisionLocation": {
182
182
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision.html",
183
183
  "Properties": {
@@ -301,6 +301,41 @@
301
301
  }
302
302
  }
303
303
  },
304
+ "AWS::SES::ReceiptRule.BounceAction": {
305
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html",
306
+ "Properties": {
307
+ "Sender": {
308
+ "Required": true,
309
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-sender",
310
+ "PrimitiveType": "String",
311
+ "UpdateType": "Mutable"
312
+ },
313
+ "SmtpReplyCode": {
314
+ "Required": true,
315
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-smtpreplycode",
316
+ "PrimitiveType": "String",
317
+ "UpdateType": "Mutable"
318
+ },
319
+ "Message": {
320
+ "Required": true,
321
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-message",
322
+ "PrimitiveType": "String",
323
+ "UpdateType": "Mutable"
324
+ },
325
+ "TopicArn": {
326
+ "Required": false,
327
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-topicarn",
328
+ "PrimitiveType": "String",
329
+ "UpdateType": "Mutable"
330
+ },
331
+ "StatusCode": {
332
+ "Required": false,
333
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-statuscode",
334
+ "PrimitiveType": "String",
335
+ "UpdateType": "Mutable"
336
+ }
337
+ }
338
+ },
304
339
  "AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration": {
305
340
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html",
306
341
  "Properties": {
@@ -860,6 +895,23 @@
860
895
  }
861
896
  }
862
897
  },
898
+ "AWS::SES::ReceiptRule.WorkmailAction": {
899
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html",
900
+ "Properties": {
901
+ "TopicArn": {
902
+ "Required": false,
903
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-topicarn",
904
+ "PrimitiveType": "String",
905
+ "UpdateType": "Mutable"
906
+ },
907
+ "OrganizationArn": {
908
+ "Required": true,
909
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-organizationarn",
910
+ "PrimitiveType": "String",
911
+ "UpdateType": "Mutable"
912
+ }
913
+ }
914
+ },
863
915
  "AWS::Elasticsearch::Domain.VPCOptions": {
864
916
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-vpcoptions.html",
865
917
  "Properties": {
@@ -1038,36 +1090,36 @@
1038
1090
  }
1039
1091
  }
1040
1092
  },
1041
- "AWS::KinesisAnalytics::Application.MappingParameters": {
1042
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html",
1093
+ "AWS::Batch::JobDefinition.Volumes": {
1094
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html",
1043
1095
  "Properties": {
1044
- "JSONMappingParameters": {
1045
- "Type": "JSONMappingParameters",
1096
+ "Host": {
1097
+ "Type": "VolumesHost",
1046
1098
  "Required": false,
1047
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-jsonmappingparameters",
1099
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-host",
1048
1100
  "UpdateType": "Mutable"
1049
1101
  },
1050
- "CSVMappingParameters": {
1051
- "Type": "CSVMappingParameters",
1102
+ "Name": {
1052
1103
  "Required": false,
1053
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-csvmappingparameters",
1104
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-name",
1105
+ "PrimitiveType": "String",
1054
1106
  "UpdateType": "Mutable"
1055
1107
  }
1056
1108
  }
1057
1109
  },
1058
- "AWS::Batch::JobDefinition.Volumes": {
1059
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html",
1110
+ "AWS::KinesisAnalytics::Application.MappingParameters": {
1111
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html",
1060
1112
  "Properties": {
1061
- "Host": {
1062
- "Type": "VolumesHost",
1113
+ "JSONMappingParameters": {
1114
+ "Type": "JSONMappingParameters",
1063
1115
  "Required": false,
1064
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-host",
1116
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-jsonmappingparameters",
1065
1117
  "UpdateType": "Mutable"
1066
1118
  },
1067
- "Name": {
1119
+ "CSVMappingParameters": {
1120
+ "Type": "CSVMappingParameters",
1068
1121
  "Required": false,
1069
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumes.html#cfn-batch-jobdefinition-volumes-name",
1070
- "PrimitiveType": "String",
1122
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-mappingparameters.html#cfn-kinesisanalytics-application-mappingparameters-csvmappingparameters",
1071
1123
  "UpdateType": "Mutable"
1072
1124
  }
1073
1125
  }
@@ -1268,6 +1320,23 @@
1268
1320
  }
1269
1321
  }
1270
1322
  },
1323
+ "AWS::SES::ReceiptRule.StopAction": {
1324
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-stopaction.html",
1325
+ "Properties": {
1326
+ "Scope": {
1327
+ "Required": true,
1328
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-stopaction.html#cfn-ses-receiptrule-stopaction-scope",
1329
+ "PrimitiveType": "String",
1330
+ "UpdateType": "Mutable"
1331
+ },
1332
+ "TopicArn": {
1333
+ "Required": false,
1334
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-stopaction.html#cfn-ses-receiptrule-stopaction-topicarn",
1335
+ "PrimitiveType": "String",
1336
+ "UpdateType": "Mutable"
1337
+ }
1338
+ }
1339
+ },
1271
1340
  "AWS::DirectoryService::MicrosoftAD.VpcSettings": {
1272
1341
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html",
1273
1342
  "Properties": {
@@ -1308,17 +1377,6 @@
1308
1377
  }
1309
1378
  }
1310
1379
  },
1311
- "AWS::Batch::JobDefinition.RetryStrategy": {
1312
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html",
1313
- "Properties": {
1314
- "Attempts": {
1315
- "Required": false,
1316
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts",
1317
- "PrimitiveType": "Integer",
1318
- "UpdateType": "Mutable"
1319
- }
1320
- }
1321
- },
1322
1380
  "AWS::CodePipeline::Pipeline.ActionDeclaration": {
1323
1381
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.html",
1324
1382
  "Properties": {
@@ -1370,6 +1428,17 @@
1370
1428
  }
1371
1429
  }
1372
1430
  },
1431
+ "AWS::Batch::JobDefinition.RetryStrategy": {
1432
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html",
1433
+ "Properties": {
1434
+ "Attempts": {
1435
+ "Required": false,
1436
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html#cfn-batch-jobdefinition-retrystrategy-attempts",
1437
+ "PrimitiveType": "Integer",
1438
+ "UpdateType": "Mutable"
1439
+ }
1440
+ }
1441
+ },
1373
1442
  "AWS::EMR::InstanceGroupConfig.Configuration": {
1374
1443
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-configuration.html",
1375
1444
  "Properties": {
@@ -1543,29 +1612,6 @@
1543
1612
  }
1544
1613
  }
1545
1614
  },
1546
- "AWS::OpsWorks::App.DataSource": {
1547
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html",
1548
- "Properties": {
1549
- "Arn": {
1550
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html#cfn-opsworks-app-datasource-arn",
1551
- "PrimitiveType": "String",
1552
- "Required": false,
1553
- "UpdateType": "Mutable"
1554
- },
1555
- "DatabaseName": {
1556
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html#cfn-opsworks-app-datasource-databasename",
1557
- "PrimitiveType": "String",
1558
- "Required": false,
1559
- "UpdateType": "Mutable"
1560
- },
1561
- "Type": {
1562
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html#cfn-opsworks-app-datasource-type",
1563
- "PrimitiveType": "String",
1564
- "Required": false,
1565
- "UpdateType": "Mutable"
1566
- }
1567
- }
1568
- },
1569
1615
  "AWS::S3::Bucket.Destination": {
1570
1616
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-destination.html",
1571
1617
  "Properties": {
@@ -1595,13 +1641,25 @@
1595
1641
  }
1596
1642
  }
1597
1643
  },
1598
- "AWS::WAF::WebACL.WafAction": {
1599
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html",
1644
+ "AWS::OpsWorks::App.DataSource": {
1645
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html",
1600
1646
  "Properties": {
1647
+ "Arn": {
1648
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html#cfn-opsworks-app-datasource-arn",
1649
+ "PrimitiveType": "String",
1650
+ "Required": false,
1651
+ "UpdateType": "Mutable"
1652
+ },
1653
+ "DatabaseName": {
1654
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html#cfn-opsworks-app-datasource-databasename",
1655
+ "PrimitiveType": "String",
1656
+ "Required": false,
1657
+ "UpdateType": "Mutable"
1658
+ },
1601
1659
  "Type": {
1602
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type",
1660
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-datasource.html#cfn-opsworks-app-datasource-type",
1603
1661
  "PrimitiveType": "String",
1604
- "Required": true,
1662
+ "Required": false,
1605
1663
  "UpdateType": "Mutable"
1606
1664
  }
1607
1665
  }
@@ -1617,6 +1675,17 @@
1617
1675
  }
1618
1676
  }
1619
1677
  },
1678
+ "AWS::WAF::WebACL.WafAction": {
1679
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html",
1680
+ "Properties": {
1681
+ "Type": {
1682
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-webacl-action.html#cfn-waf-webacl-action-type",
1683
+ "PrimitiveType": "String",
1684
+ "Required": true,
1685
+ "UpdateType": "Mutable"
1686
+ }
1687
+ }
1688
+ },
1620
1689
  "AWS::WAFRegional::WebACL.Rule": {
1621
1690
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-rule.html",
1622
1691
  "Properties": {
@@ -1686,6 +1755,53 @@
1686
1755
  }
1687
1756
  }
1688
1757
  },
1758
+ "AWS::SES::ReceiptRule.Action": {
1759
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html",
1760
+ "Properties": {
1761
+ "BounceAction": {
1762
+ "Type": "BounceAction",
1763
+ "Required": false,
1764
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-bounceaction",
1765
+ "UpdateType": "Mutable"
1766
+ },
1767
+ "S3Action": {
1768
+ "Type": "S3Action",
1769
+ "Required": false,
1770
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-s3action",
1771
+ "UpdateType": "Mutable"
1772
+ },
1773
+ "StopAction": {
1774
+ "Type": "StopAction",
1775
+ "Required": false,
1776
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-stopaction",
1777
+ "UpdateType": "Mutable"
1778
+ },
1779
+ "SNSAction": {
1780
+ "Type": "SNSAction",
1781
+ "Required": false,
1782
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-snsaction",
1783
+ "UpdateType": "Mutable"
1784
+ },
1785
+ "WorkmailAction": {
1786
+ "Type": "WorkmailAction",
1787
+ "Required": false,
1788
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-workmailaction",
1789
+ "UpdateType": "Mutable"
1790
+ },
1791
+ "AddHeaderAction": {
1792
+ "Type": "AddHeaderAction",
1793
+ "Required": false,
1794
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-addheaderaction",
1795
+ "UpdateType": "Mutable"
1796
+ },
1797
+ "LambdaAction": {
1798
+ "Type": "LambdaAction",
1799
+ "Required": false,
1800
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-lambdaaction",
1801
+ "UpdateType": "Mutable"
1802
+ }
1803
+ }
1804
+ },
1689
1805
  "AWS::Glue::Partition.StorageDescriptor": {
1690
1806
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-storagedescriptor.html",
1691
1807
  "Properties": {
@@ -1942,6 +2058,29 @@
1942
2058
  }
1943
2059
  }
1944
2060
  },
2061
+ "AWS::EMR::Cluster.SpotProvisioningSpecification": {
2062
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html",
2063
+ "Properties": {
2064
+ "BlockDurationMinutes": {
2065
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes",
2066
+ "PrimitiveType": "Integer",
2067
+ "Required": false,
2068
+ "UpdateType": "Mutable"
2069
+ },
2070
+ "TimeoutAction": {
2071
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction",
2072
+ "PrimitiveType": "String",
2073
+ "Required": true,
2074
+ "UpdateType": "Mutable"
2075
+ },
2076
+ "TimeoutDurationMinutes": {
2077
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes",
2078
+ "PrimitiveType": "Integer",
2079
+ "Required": true,
2080
+ "UpdateType": "Mutable"
2081
+ }
2082
+ }
2083
+ },
1945
2084
  "AWS::OpsWorks::Layer.VolumeConfiguration": {
1946
2085
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-volumeconfiguration.html",
1947
2086
  "Properties": {
@@ -1983,31 +2122,8 @@
1983
2122
  }
1984
2123
  }
1985
2124
  },
1986
- "AWS::EMR::Cluster.SpotProvisioningSpecification": {
1987
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html",
1988
- "Properties": {
1989
- "BlockDurationMinutes": {
1990
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-blockdurationminutes",
1991
- "PrimitiveType": "Integer",
1992
- "Required": false,
1993
- "UpdateType": "Mutable"
1994
- },
1995
- "TimeoutAction": {
1996
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutaction",
1997
- "PrimitiveType": "String",
1998
- "Required": true,
1999
- "UpdateType": "Mutable"
2000
- },
2001
- "TimeoutDurationMinutes": {
2002
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html#cfn-elasticmapreduce-cluster-spotprovisioningspecification-timeoutdurationminutes",
2003
- "PrimitiveType": "Integer",
2004
- "Required": true,
2005
- "UpdateType": "Mutable"
2006
- }
2007
- }
2008
- },
2009
- "AWS::AutoScaling::ScalingPolicy.MetricDimension": {
2010
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-metricdimension.html",
2125
+ "AWS::AutoScaling::ScalingPolicy.MetricDimension": {
2126
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-metricdimension.html",
2011
2127
  "Properties": {
2012
2128
  "Name": {
2013
2129
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-metricdimension.html#cfn-autoscaling-scalingpolicy-metricdimension-name",
@@ -2157,88 +2273,6 @@
2157
2273
  }
2158
2274
  }
2159
2275
  },
2160
- "AWS::Batch::JobDefinition.ContainerProperties": {
2161
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html",
2162
- "Properties": {
2163
- "MountPoints": {
2164
- "Type": "List",
2165
- "Required": false,
2166
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-mountpoints",
2167
- "ItemType": "MountPoints",
2168
- "UpdateType": "Mutable"
2169
- },
2170
- "User": {
2171
- "Required": false,
2172
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user",
2173
- "PrimitiveType": "String",
2174
- "UpdateType": "Mutable"
2175
- },
2176
- "Volumes": {
2177
- "Type": "List",
2178
- "Required": false,
2179
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-volumes",
2180
- "ItemType": "Volumes",
2181
- "UpdateType": "Mutable"
2182
- },
2183
- "Command": {
2184
- "PrimitiveItemType": "String",
2185
- "Type": "List",
2186
- "Required": false,
2187
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-command",
2188
- "UpdateType": "Mutable"
2189
- },
2190
- "Memory": {
2191
- "Required": true,
2192
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory",
2193
- "PrimitiveType": "Integer",
2194
- "UpdateType": "Mutable"
2195
- },
2196
- "Privileged": {
2197
- "Required": false,
2198
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged",
2199
- "PrimitiveType": "Boolean",
2200
- "UpdateType": "Mutable"
2201
- },
2202
- "Environment": {
2203
- "Type": "List",
2204
- "Required": false,
2205
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-environment",
2206
- "ItemType": "Environment",
2207
- "UpdateType": "Mutable"
2208
- },
2209
- "JobRoleArn": {
2210
- "Required": false,
2211
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn",
2212
- "PrimitiveType": "String",
2213
- "UpdateType": "Mutable"
2214
- },
2215
- "ReadonlyRootFilesystem": {
2216
- "Required": false,
2217
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem",
2218
- "PrimitiveType": "Boolean",
2219
- "UpdateType": "Mutable"
2220
- },
2221
- "Ulimits": {
2222
- "Type": "List",
2223
- "Required": false,
2224
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-ulimits",
2225
- "ItemType": "Ulimit",
2226
- "UpdateType": "Mutable"
2227
- },
2228
- "Vcpus": {
2229
- "Required": true,
2230
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus",
2231
- "PrimitiveType": "Integer",
2232
- "UpdateType": "Mutable"
2233
- },
2234
- "Image": {
2235
- "Required": true,
2236
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image",
2237
- "PrimitiveType": "String",
2238
- "UpdateType": "Mutable"
2239
- }
2240
- }
2241
- },
2242
2276
  "AWS::ECS::TaskDefinition.ContainerDefinition": {
2243
2277
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions.html",
2244
2278
  "Properties": {
@@ -2432,6 +2466,99 @@
2432
2466
  }
2433
2467
  }
2434
2468
  },
2469
+ "AWS::Batch::JobDefinition.ContainerProperties": {
2470
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html",
2471
+ "Properties": {
2472
+ "MountPoints": {
2473
+ "Type": "List",
2474
+ "Required": false,
2475
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-mountpoints",
2476
+ "ItemType": "MountPoints",
2477
+ "UpdateType": "Mutable"
2478
+ },
2479
+ "User": {
2480
+ "Required": false,
2481
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-user",
2482
+ "PrimitiveType": "String",
2483
+ "UpdateType": "Mutable"
2484
+ },
2485
+ "Volumes": {
2486
+ "Type": "List",
2487
+ "Required": false,
2488
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-volumes",
2489
+ "ItemType": "Volumes",
2490
+ "UpdateType": "Mutable"
2491
+ },
2492
+ "Command": {
2493
+ "PrimitiveItemType": "String",
2494
+ "Type": "List",
2495
+ "Required": false,
2496
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-command",
2497
+ "UpdateType": "Mutable"
2498
+ },
2499
+ "Memory": {
2500
+ "Required": true,
2501
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-memory",
2502
+ "PrimitiveType": "Integer",
2503
+ "UpdateType": "Mutable"
2504
+ },
2505
+ "Privileged": {
2506
+ "Required": false,
2507
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-privileged",
2508
+ "PrimitiveType": "Boolean",
2509
+ "UpdateType": "Mutable"
2510
+ },
2511
+ "Environment": {
2512
+ "Type": "List",
2513
+ "Required": false,
2514
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-environment",
2515
+ "ItemType": "Environment",
2516
+ "UpdateType": "Mutable"
2517
+ },
2518
+ "JobRoleArn": {
2519
+ "Required": false,
2520
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn",
2521
+ "PrimitiveType": "String",
2522
+ "UpdateType": "Mutable"
2523
+ },
2524
+ "ReadonlyRootFilesystem": {
2525
+ "Required": false,
2526
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-readonlyrootfilesystem",
2527
+ "PrimitiveType": "Boolean",
2528
+ "UpdateType": "Mutable"
2529
+ },
2530
+ "Ulimits": {
2531
+ "Type": "List",
2532
+ "Required": false,
2533
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-ulimits",
2534
+ "ItemType": "Ulimit",
2535
+ "UpdateType": "Mutable"
2536
+ },
2537
+ "Vcpus": {
2538
+ "Required": true,
2539
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-vcpus",
2540
+ "PrimitiveType": "Integer",
2541
+ "UpdateType": "Mutable"
2542
+ },
2543
+ "Image": {
2544
+ "Required": true,
2545
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-image",
2546
+ "PrimitiveType": "String",
2547
+ "UpdateType": "Mutable"
2548
+ }
2549
+ }
2550
+ },
2551
+ "AWS::Config::DeliveryChannel.ConfigSnapshotDeliveryProperties": {
2552
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html",
2553
+ "Properties": {
2554
+ "DeliveryFrequency": {
2555
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency",
2556
+ "PrimitiveType": "String",
2557
+ "Required": false,
2558
+ "UpdateType": "Mutable"
2559
+ }
2560
+ }
2561
+ },
2435
2562
  "AWS::GameLift::Fleet.IpPermission": {
2436
2563
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-ec2inboundpermission.html",
2437
2564
  "Properties": {
@@ -2461,17 +2588,6 @@
2461
2588
  }
2462
2589
  }
2463
2590
  },
2464
- "AWS::Config::DeliveryChannel.ConfigSnapshotDeliveryProperties": {
2465
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html",
2466
- "Properties": {
2467
- "DeliveryFrequency": {
2468
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html#cfn-config-deliverychannel-configsnapshotdeliveryproperties-deliveryfrequency",
2469
- "PrimitiveType": "String",
2470
- "Required": false,
2471
- "UpdateType": "Mutable"
2472
- }
2473
- }
2474
- },
2475
2591
  "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowLambdaParameters": {
2476
2592
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html",
2477
2593
  "Properties": {
@@ -2532,23 +2648,6 @@
2532
2648
  }
2533
2649
  }
2534
2650
  },
2535
- "AWS::WAF::SqlInjectionMatchSet.FieldToMatch": {
2536
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples-fieldtomatch.html",
2537
- "Properties": {
2538
- "Data": {
2539
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples-fieldtomatch.html#cfn-waf-sizeconstraintset-sizeconstraint-fieldtomatch-data",
2540
- "PrimitiveType": "String",
2541
- "Required": false,
2542
- "UpdateType": "Mutable"
2543
- },
2544
- "Type": {
2545
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples-fieldtomatch.html#cfn-waf-sizeconstraintset-sizeconstraint-fieldtomatch-type",
2546
- "PrimitiveType": "String",
2547
- "Required": true,
2548
- "UpdateType": "Mutable"
2549
- }
2550
- }
2551
- },
2552
2651
  "AWS::IoT::TopicRule.SqsAction": {
2553
2652
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-sqsaction.html",
2554
2653
  "Properties": {
@@ -2572,6 +2671,23 @@
2572
2671
  }
2573
2672
  }
2574
2673
  },
2674
+ "AWS::WAF::SqlInjectionMatchSet.FieldToMatch": {
2675
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples-fieldtomatch.html",
2676
+ "Properties": {
2677
+ "Data": {
2678
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples-fieldtomatch.html#cfn-waf-sizeconstraintset-sizeconstraint-fieldtomatch-data",
2679
+ "PrimitiveType": "String",
2680
+ "Required": false,
2681
+ "UpdateType": "Mutable"
2682
+ },
2683
+ "Type": {
2684
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples-fieldtomatch.html#cfn-waf-sizeconstraintset-sizeconstraint-fieldtomatch-type",
2685
+ "PrimitiveType": "String",
2686
+ "Required": true,
2687
+ "UpdateType": "Mutable"
2688
+ }
2689
+ }
2690
+ },
2575
2691
  "AWS::DataPipeline::Pipeline.ParameterObject": {
2576
2692
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobjects.html",
2577
2693
  "Properties": {
@@ -2843,6 +2959,23 @@
2843
2959
  }
2844
2960
  }
2845
2961
  },
2962
+ "AWS::SES::ReceiptFilter.Filter": {
2963
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html",
2964
+ "Properties": {
2965
+ "IpFilter": {
2966
+ "Type": "IpFilter",
2967
+ "Required": true,
2968
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html#cfn-ses-receiptfilter-filter-ipfilter",
2969
+ "UpdateType": "Mutable"
2970
+ },
2971
+ "Name": {
2972
+ "Required": false,
2973
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html#cfn-ses-receiptfilter-filter-name",
2974
+ "PrimitiveType": "String",
2975
+ "UpdateType": "Mutable"
2976
+ }
2977
+ }
2978
+ },
2846
2979
  "AWS::CodeDeploy::DeploymentGroup.TagFilter": {
2847
2980
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-onpremisesinstancetagfilters.html",
2848
2981
  "Properties": {
@@ -2883,6 +3016,17 @@
2883
3016
  }
2884
3017
  }
2885
3018
  },
3019
+ "AWS::EC2::SpotFleet.SpotFleetTagSpecification": {
3020
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-tagspecifications.html",
3021
+ "Properties": {
3022
+ "ResourceType": {
3023
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-tagspecifications.html#cfn-ec2-spotfleet-spotfleettagspecification-resourcetype",
3024
+ "PrimitiveType": "String",
3025
+ "Required": false,
3026
+ "UpdateType": "Mutable"
3027
+ }
3028
+ }
3029
+ },
2886
3030
  "AWS::EC2::SpotFleet.PrivateIpAddressSpecification": {
2887
3031
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses.html",
2888
3032
  "Properties": {
@@ -2942,36 +3086,19 @@
2942
3086
  }
2943
3087
  }
2944
3088
  },
2945
- "AWS::Glue::Partition.Order": {
2946
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html",
2947
- "Properties": {
2948
- "Column": {
2949
- "Required": true,
2950
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html#cfn-glue-partition-order-column",
2951
- "PrimitiveType": "String",
2952
- "UpdateType": "Mutable"
2953
- },
2954
- "SortOrder": {
2955
- "Required": false,
2956
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html#cfn-glue-partition-order-sortorder",
2957
- "PrimitiveType": "Integer",
2958
- "UpdateType": "Mutable"
2959
- }
2960
- }
2961
- },
2962
- "AWS::Glue::Job.JobCommand": {
2963
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html",
3089
+ "AWS::Glue::Partition.Order": {
3090
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html",
2964
3091
  "Properties": {
2965
- "ScriptLocation": {
2966
- "Required": false,
2967
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation",
3092
+ "Column": {
3093
+ "Required": true,
3094
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html#cfn-glue-partition-order-column",
2968
3095
  "PrimitiveType": "String",
2969
3096
  "UpdateType": "Mutable"
2970
3097
  },
2971
- "Name": {
3098
+ "SortOrder": {
2972
3099
  "Required": false,
2973
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name",
2974
- "PrimitiveType": "String",
3100
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html#cfn-glue-partition-order-sortorder",
3101
+ "PrimitiveType": "Integer",
2975
3102
  "UpdateType": "Mutable"
2976
3103
  }
2977
3104
  }
@@ -2994,6 +3121,23 @@
2994
3121
  }
2995
3122
  }
2996
3123
  },
3124
+ "AWS::Glue::Job.JobCommand": {
3125
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html",
3126
+ "Properties": {
3127
+ "ScriptLocation": {
3128
+ "Required": false,
3129
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-scriptlocation",
3130
+ "PrimitiveType": "String",
3131
+ "UpdateType": "Mutable"
3132
+ },
3133
+ "Name": {
3134
+ "Required": false,
3135
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-jobcommand.html#cfn-glue-job-jobcommand-name",
3136
+ "PrimitiveType": "String",
3137
+ "UpdateType": "Mutable"
3138
+ }
3139
+ }
3140
+ },
2997
3141
  "AWS::ApiGateway::Method.Integration": {
2998
3142
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html",
2999
3143
  "Properties": {
@@ -3073,6 +3217,43 @@
3073
3217
  }
3074
3218
  }
3075
3219
  },
3220
+ "AWS::EMR::Cluster.InstanceFleetConfig": {
3221
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html",
3222
+ "Properties": {
3223
+ "InstanceTypeConfigs": {
3224
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-instancetypeconfigs",
3225
+ "DuplicatesAllowed": false,
3226
+ "ItemType": "InstanceTypeConfig",
3227
+ "Required": false,
3228
+ "Type": "List",
3229
+ "UpdateType": "Immutable"
3230
+ },
3231
+ "LaunchSpecifications": {
3232
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-launchspecifications",
3233
+ "Required": false,
3234
+ "Type": "InstanceFleetProvisioningSpecifications",
3235
+ "UpdateType": "Immutable"
3236
+ },
3237
+ "Name": {
3238
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name",
3239
+ "PrimitiveType": "String",
3240
+ "Required": false,
3241
+ "UpdateType": "Immutable"
3242
+ },
3243
+ "TargetOnDemandCapacity": {
3244
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity",
3245
+ "PrimitiveType": "Integer",
3246
+ "Required": false,
3247
+ "UpdateType": "Mutable"
3248
+ },
3249
+ "TargetSpotCapacity": {
3250
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity",
3251
+ "PrimitiveType": "Integer",
3252
+ "Required": false,
3253
+ "UpdateType": "Mutable"
3254
+ }
3255
+ }
3256
+ },
3076
3257
  "AWS::IoT::TopicRule.RepublishAction": {
3077
3258
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html",
3078
3259
  "Properties": {
@@ -3125,43 +3306,6 @@
3125
3306
  }
3126
3307
  }
3127
3308
  },
3128
- "AWS::EMR::Cluster.InstanceFleetConfig": {
3129
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html",
3130
- "Properties": {
3131
- "InstanceTypeConfigs": {
3132
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-instancetypeconfigs",
3133
- "DuplicatesAllowed": false,
3134
- "ItemType": "InstanceTypeConfig",
3135
- "Required": false,
3136
- "Type": "List",
3137
- "UpdateType": "Immutable"
3138
- },
3139
- "LaunchSpecifications": {
3140
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-launchspecifications",
3141
- "Required": false,
3142
- "Type": "InstanceFleetProvisioningSpecifications",
3143
- "UpdateType": "Immutable"
3144
- },
3145
- "Name": {
3146
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-name",
3147
- "PrimitiveType": "String",
3148
- "Required": false,
3149
- "UpdateType": "Immutable"
3150
- },
3151
- "TargetOnDemandCapacity": {
3152
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetondemandcapacity",
3153
- "PrimitiveType": "Integer",
3154
- "Required": false,
3155
- "UpdateType": "Mutable"
3156
- },
3157
- "TargetSpotCapacity": {
3158
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetconfig.html#cfn-elasticmapreduce-cluster-instancefleetconfig-targetspotcapacity",
3159
- "PrimitiveType": "Integer",
3160
- "Required": false,
3161
- "UpdateType": "Mutable"
3162
- }
3163
- }
3164
- },
3165
3309
  "AWS::Glue::Table.SkewedInfo": {
3166
3310
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-skewedinfo.html",
3167
3311
  "Properties": {
@@ -3389,6 +3533,45 @@
3389
3533
  }
3390
3534
  }
3391
3535
  },
3536
+ "AWS::ApiGateway::Method.IntegrationResponse": {
3537
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html",
3538
+ "Properties": {
3539
+ "ContentHandling": {
3540
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integrationresponse-contenthandling",
3541
+ "PrimitiveType": "String",
3542
+ "Required": false,
3543
+ "UpdateType": "Mutable"
3544
+ },
3545
+ "ResponseParameters": {
3546
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-responseparameters",
3547
+ "DuplicatesAllowed": false,
3548
+ "PrimitiveItemType": "String",
3549
+ "Required": false,
3550
+ "Type": "Map",
3551
+ "UpdateType": "Mutable"
3552
+ },
3553
+ "ResponseTemplates": {
3554
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-responsetemplates",
3555
+ "DuplicatesAllowed": false,
3556
+ "PrimitiveItemType": "String",
3557
+ "Required": false,
3558
+ "Type": "Map",
3559
+ "UpdateType": "Mutable"
3560
+ },
3561
+ "SelectionPattern": {
3562
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-selectionpattern",
3563
+ "PrimitiveType": "String",
3564
+ "Required": false,
3565
+ "UpdateType": "Mutable"
3566
+ },
3567
+ "StatusCode": {
3568
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-statuscode",
3569
+ "PrimitiveType": "String",
3570
+ "Required": true,
3571
+ "UpdateType": "Mutable"
3572
+ }
3573
+ }
3574
+ },
3392
3575
  "AWS::CloudFront::Distribution.ForwardedValues": {
3393
3576
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-forwardedvalues.html",
3394
3577
  "Properties": {
@@ -3437,45 +3620,6 @@
3437
3620
  }
3438
3621
  }
3439
3622
  },
3440
- "AWS::ApiGateway::Method.IntegrationResponse": {
3441
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html",
3442
- "Properties": {
3443
- "ContentHandling": {
3444
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integrationresponse-contenthandling",
3445
- "PrimitiveType": "String",
3446
- "Required": false,
3447
- "UpdateType": "Mutable"
3448
- },
3449
- "ResponseParameters": {
3450
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-responseparameters",
3451
- "DuplicatesAllowed": false,
3452
- "PrimitiveItemType": "String",
3453
- "Required": false,
3454
- "Type": "Map",
3455
- "UpdateType": "Mutable"
3456
- },
3457
- "ResponseTemplates": {
3458
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-responsetemplates",
3459
- "DuplicatesAllowed": false,
3460
- "PrimitiveItemType": "String",
3461
- "Required": false,
3462
- "Type": "Map",
3463
- "UpdateType": "Mutable"
3464
- },
3465
- "SelectionPattern": {
3466
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-selectionpattern",
3467
- "PrimitiveType": "String",
3468
- "Required": false,
3469
- "UpdateType": "Mutable"
3470
- },
3471
- "StatusCode": {
3472
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html#cfn-apigateway-method-integration-integrationresponse-statuscode",
3473
- "PrimitiveType": "String",
3474
- "Required": true,
3475
- "UpdateType": "Mutable"
3476
- }
3477
- }
3478
- },
3479
3623
  "AWS::Route53::HealthCheck.HealthCheckConfig": {
3480
3624
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html",
3481
3625
  "Properties": {
@@ -3547,6 +3691,14 @@
3547
3691
  "Required": false,
3548
3692
  "UpdateType": "Mutable"
3549
3693
  },
3694
+ "Regions": {
3695
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-regions",
3696
+ "DuplicatesAllowed": false,
3697
+ "PrimitiveItemType": "String",
3698
+ "Required": false,
3699
+ "Type": "List",
3700
+ "UpdateType": "Mutable"
3701
+ },
3550
3702
  "RequestInterval": {
3551
3703
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-requestinterval",
3552
3704
  "PrimitiveType": "Integer",
@@ -3706,6 +3858,14 @@
3706
3858
  "Required": false,
3707
3859
  "UpdateType": "Mutable"
3708
3860
  },
3861
+ "TagSpecifications": {
3862
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetlaunchspecification-tagspecifications",
3863
+ "DuplicatesAllowed": false,
3864
+ "ItemType": "SpotFleetTagSpecification",
3865
+ "Required": false,
3866
+ "Type": "List",
3867
+ "UpdateType": "Mutable"
3868
+ },
3709
3869
  "UserData": {
3710
3870
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetlaunchspecification-userdata",
3711
3871
  "PrimitiveType": "String",
@@ -3737,25 +3897,6 @@
3737
3897
  }
3738
3898
  }
3739
3899
  },
3740
- "AWS::DirectoryService::SimpleAD.VpcSettings": {
3741
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html",
3742
- "Properties": {
3743
- "SubnetIds": {
3744
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-subnetids",
3745
- "DuplicatesAllowed": false,
3746
- "PrimitiveItemType": "String",
3747
- "Required": true,
3748
- "Type": "List",
3749
- "UpdateType": "Mutable"
3750
- },
3751
- "VpcId": {
3752
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid",
3753
- "PrimitiveType": "String",
3754
- "Required": true,
3755
- "UpdateType": "Mutable"
3756
- }
3757
- }
3758
- },
3759
3900
  "AWS::CloudFront::Distribution.CacheBehavior": {
3760
3901
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cachebehavior.html",
3761
3902
  "Properties": {
@@ -3843,6 +3984,25 @@
3843
3984
  }
3844
3985
  }
3845
3986
  },
3987
+ "AWS::DirectoryService::SimpleAD.VpcSettings": {
3988
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html",
3989
+ "Properties": {
3990
+ "SubnetIds": {
3991
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-subnetids",
3992
+ "DuplicatesAllowed": false,
3993
+ "PrimitiveItemType": "String",
3994
+ "Required": true,
3995
+ "Type": "List",
3996
+ "UpdateType": "Mutable"
3997
+ },
3998
+ "VpcId": {
3999
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid",
4000
+ "PrimitiveType": "String",
4001
+ "Required": true,
4002
+ "UpdateType": "Mutable"
4003
+ }
4004
+ }
4005
+ },
3846
4006
  "AWS::CodePipeline::Pipeline.BlockerDeclaration": {
3847
4007
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-blockers.html",
3848
4008
  "Properties": {
@@ -4350,31 +4510,14 @@
4350
4510
  "UpdateType": "Mutable"
4351
4511
  }
4352
4512
  }
4353
- },
4354
- "AWS::S3::Bucket.StorageClassAnalysis": {
4355
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-storageclassanalysis.html",
4356
- "Properties": {
4357
- "DataExport": {
4358
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-storageclassanalysis.html#cfn-s3-bucket-storageclassanalysis-dataexport",
4359
- "Required": false,
4360
- "Type": "DataExport",
4361
- "UpdateType": "Mutable"
4362
- }
4363
- }
4364
- },
4365
- "AWS::ApiGateway::UsagePlan.ApiStage": {
4366
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html",
4367
- "Properties": {
4368
- "ApiId": {
4369
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-apiid",
4370
- "PrimitiveType": "String",
4371
- "Required": false,
4372
- "UpdateType": "Mutable"
4373
- },
4374
- "Stage": {
4375
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-stage",
4376
- "PrimitiveType": "String",
4513
+ },
4514
+ "AWS::S3::Bucket.StorageClassAnalysis": {
4515
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-storageclassanalysis.html",
4516
+ "Properties": {
4517
+ "DataExport": {
4518
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-storageclassanalysis.html#cfn-s3-bucket-storageclassanalysis-dataexport",
4377
4519
  "Required": false,
4520
+ "Type": "DataExport",
4378
4521
  "UpdateType": "Mutable"
4379
4522
  }
4380
4523
  }
@@ -4404,6 +4547,23 @@
4404
4547
  }
4405
4548
  }
4406
4549
  },
4550
+ "AWS::ApiGateway::UsagePlan.ApiStage": {
4551
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html",
4552
+ "Properties": {
4553
+ "ApiId": {
4554
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-apiid",
4555
+ "PrimitiveType": "String",
4556
+ "Required": false,
4557
+ "UpdateType": "Mutable"
4558
+ },
4559
+ "Stage": {
4560
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html#cfn-apigateway-usageplan-apistage-stage",
4561
+ "PrimitiveType": "String",
4562
+ "Required": false,
4563
+ "UpdateType": "Mutable"
4564
+ }
4565
+ }
4566
+ },
4407
4567
  "AWS::S3::Bucket.RoutingRule": {
4408
4568
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html",
4409
4569
  "Properties": {
@@ -4570,15 +4730,22 @@
4570
4730
  }
4571
4731
  }
4572
4732
  },
4573
- "AWS::Glue::Job.ConnectionsList": {
4574
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-connectionslist.html",
4733
+ "AWS::SSM::Association.Target": {
4734
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html",
4575
4735
  "Properties": {
4576
- "Connections": {
4736
+ "Key": {
4737
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html#cfn-ssm-association-target-key",
4738
+ "PrimitiveType": "String",
4739
+ "Required": true,
4740
+ "UpdateType": "Immutable"
4741
+ },
4742
+ "Values": {
4743
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html#cfn-ssm-association-target-values",
4744
+ "DuplicatesAllowed": false,
4577
4745
  "PrimitiveItemType": "String",
4746
+ "Required": true,
4578
4747
  "Type": "List",
4579
- "Required": false,
4580
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-connectionslist.html#cfn-glue-job-connectionslist-connections",
4581
- "UpdateType": "Mutable"
4748
+ "UpdateType": "Immutable"
4582
4749
  }
4583
4750
  }
4584
4751
  },
@@ -4595,22 +4762,15 @@
4595
4762
  }
4596
4763
  }
4597
4764
  },
4598
- "AWS::SSM::Association.Target": {
4599
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html",
4765
+ "AWS::Glue::Job.ConnectionsList": {
4766
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-connectionslist.html",
4600
4767
  "Properties": {
4601
- "Key": {
4602
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html#cfn-ssm-association-target-key",
4603
- "PrimitiveType": "String",
4604
- "Required": true,
4605
- "UpdateType": "Immutable"
4606
- },
4607
- "Values": {
4608
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-target.html#cfn-ssm-association-target-values",
4609
- "DuplicatesAllowed": false,
4768
+ "Connections": {
4610
4769
  "PrimitiveItemType": "String",
4611
- "Required": true,
4612
4770
  "Type": "List",
4613
- "UpdateType": "Immutable"
4771
+ "Required": false,
4772
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-connectionslist.html#cfn-glue-job-connectionslist-connections",
4773
+ "UpdateType": "Mutable"
4614
4774
  }
4615
4775
  }
4616
4776
  },
@@ -4910,19 +5070,13 @@
4910
5070
  }
4911
5071
  }
4912
5072
  },
4913
- "AWS::KinesisAnalytics::Application.CSVMappingParameters": {
4914
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-csvmappingparameters.html",
5073
+ "AWS::CodeDeploy::DeploymentGroup.TargetGroupInfo": {
5074
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-targetgroupinfo.html",
4915
5075
  "Properties": {
4916
- "RecordRowDelimiter": {
4917
- "Required": true,
4918
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-csvmappingparameters.html#cfn-kinesisanalytics-application-csvmappingparameters-recordrowdelimiter",
4919
- "PrimitiveType": "String",
4920
- "UpdateType": "Mutable"
4921
- },
4922
- "RecordColumnDelimiter": {
4923
- "Required": true,
4924
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-csvmappingparameters.html#cfn-kinesisanalytics-application-csvmappingparameters-recordcolumndelimiter",
5076
+ "Name": {
5077
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-targetgroupinfo.html#cfn-codedeploy-deploymentgroup-targetgroupinfo-name",
4925
5078
  "PrimitiveType": "String",
5079
+ "Required": false,
4926
5080
  "UpdateType": "Mutable"
4927
5081
  }
4928
5082
  }
@@ -4950,13 +5104,19 @@
4950
5104
  }
4951
5105
  }
4952
5106
  },
4953
- "AWS::CodeDeploy::DeploymentGroup.TargetGroupInfo": {
4954
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-targetgroupinfo.html",
5107
+ "AWS::KinesisAnalytics::Application.CSVMappingParameters": {
5108
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-csvmappingparameters.html",
4955
5109
  "Properties": {
4956
- "Name": {
4957
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-targetgroupinfo.html#cfn-codedeploy-deploymentgroup-targetgroupinfo-name",
5110
+ "RecordRowDelimiter": {
5111
+ "Required": true,
5112
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-csvmappingparameters.html#cfn-kinesisanalytics-application-csvmappingparameters-recordrowdelimiter",
5113
+ "PrimitiveType": "String",
5114
+ "UpdateType": "Mutable"
5115
+ },
5116
+ "RecordColumnDelimiter": {
5117
+ "Required": true,
5118
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-csvmappingparameters.html#cfn-kinesisanalytics-application-csvmappingparameters-recordcolumndelimiter",
4958
5119
  "PrimitiveType": "String",
4959
- "Required": false,
4960
5120
  "UpdateType": "Mutable"
4961
5121
  }
4962
5122
  }
@@ -5006,6 +5166,42 @@
5006
5166
  }
5007
5167
  }
5008
5168
  },
5169
+ "AWS::SES::ConfigurationSetEventDestination.EventDestination": {
5170
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html",
5171
+ "Properties": {
5172
+ "CloudWatchDestination": {
5173
+ "Type": "CloudWatchDestination",
5174
+ "Required": false,
5175
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-cloudwatchdestination",
5176
+ "UpdateType": "Mutable"
5177
+ },
5178
+ "Enabled": {
5179
+ "Required": false,
5180
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-enabled",
5181
+ "PrimitiveType": "Boolean",
5182
+ "UpdateType": "Mutable"
5183
+ },
5184
+ "MatchingEventTypes": {
5185
+ "PrimitiveItemType": "String",
5186
+ "Type": "List",
5187
+ "Required": true,
5188
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-matchingeventtypes",
5189
+ "UpdateType": "Mutable"
5190
+ },
5191
+ "Name": {
5192
+ "Required": false,
5193
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-name",
5194
+ "PrimitiveType": "String",
5195
+ "UpdateType": "Mutable"
5196
+ },
5197
+ "KinesisFirehoseDestination": {
5198
+ "Type": "KinesisFirehoseDestination",
5199
+ "Required": false,
5200
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-kinesisfirehosedestination",
5201
+ "UpdateType": "Mutable"
5202
+ }
5203
+ }
5204
+ },
5009
5205
  "AWS::S3::Bucket.EncryptionConfiguration": {
5010
5206
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-encryptionconfiguration.html",
5011
5207
  "Properties": {
@@ -5179,25 +5375,6 @@
5179
5375
  }
5180
5376
  }
5181
5377
  },
5182
- "AWS::EMR::InstanceFleetConfig.EbsConfiguration": {
5183
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html",
5184
- "Properties": {
5185
- "EbsBlockDeviceConfigs": {
5186
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsblockdeviceconfigs",
5187
- "DuplicatesAllowed": false,
5188
- "ItemType": "EbsBlockDeviceConfig",
5189
- "Required": false,
5190
- "Type": "List",
5191
- "UpdateType": "Immutable"
5192
- },
5193
- "EbsOptimized": {
5194
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsoptimized",
5195
- "PrimitiveType": "Boolean",
5196
- "Required": false,
5197
- "UpdateType": "Immutable"
5198
- }
5199
- }
5200
- },
5201
5378
  "AWS::Logs::MetricFilter.MetricTransformation": {
5202
5379
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-metricfilter-metrictransformation.html",
5203
5380
  "Properties": {
@@ -5221,6 +5398,25 @@
5221
5398
  }
5222
5399
  }
5223
5400
  },
5401
+ "AWS::EMR::InstanceFleetConfig.EbsConfiguration": {
5402
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html",
5403
+ "Properties": {
5404
+ "EbsBlockDeviceConfigs": {
5405
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsblockdeviceconfigs",
5406
+ "DuplicatesAllowed": false,
5407
+ "ItemType": "EbsBlockDeviceConfig",
5408
+ "Required": false,
5409
+ "Type": "List",
5410
+ "UpdateType": "Immutable"
5411
+ },
5412
+ "EbsOptimized": {
5413
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-ebsconfiguration.html#cfn-elasticmapreduce-instancefleetconfig-ebsconfiguration-ebsoptimized",
5414
+ "PrimitiveType": "Boolean",
5415
+ "Required": false,
5416
+ "UpdateType": "Immutable"
5417
+ }
5418
+ }
5419
+ },
5224
5420
  "AWS::EC2::SpotFleet.EbsBlockDevice": {
5225
5421
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html",
5226
5422
  "Properties": {
@@ -5262,29 +5458,6 @@
5262
5458
  }
5263
5459
  }
5264
5460
  },
5265
- "AWS::Route53::RecordSet.AliasTarget": {
5266
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html",
5267
- "Properties": {
5268
- "DNSName": {
5269
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname",
5270
- "PrimitiveType": "String",
5271
- "Required": true,
5272
- "UpdateType": "Mutable"
5273
- },
5274
- "EvaluateTargetHealth": {
5275
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth",
5276
- "PrimitiveType": "Boolean",
5277
- "Required": false,
5278
- "UpdateType": "Mutable"
5279
- },
5280
- "HostedZoneId": {
5281
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid",
5282
- "PrimitiveType": "String",
5283
- "Required": true,
5284
- "UpdateType": "Mutable"
5285
- }
5286
- }
5287
- },
5288
5461
  "AWS::CodeCommit::Repository.RepositoryTrigger": {
5289
5462
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html",
5290
5463
  "Properties": {
@@ -5322,6 +5495,29 @@
5322
5495
  }
5323
5496
  }
5324
5497
  },
5498
+ "AWS::Route53::RecordSet.AliasTarget": {
5499
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html",
5500
+ "Properties": {
5501
+ "DNSName": {
5502
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-dnshostname",
5503
+ "PrimitiveType": "String",
5504
+ "Required": true,
5505
+ "UpdateType": "Mutable"
5506
+ },
5507
+ "EvaluateTargetHealth": {
5508
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-evaluatetargethealth",
5509
+ "PrimitiveType": "Boolean",
5510
+ "Required": false,
5511
+ "UpdateType": "Mutable"
5512
+ },
5513
+ "HostedZoneId": {
5514
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html#cfn-route53-aliastarget-hostedzoneid",
5515
+ "PrimitiveType": "String",
5516
+ "Required": true,
5517
+ "UpdateType": "Mutable"
5518
+ }
5519
+ }
5520
+ },
5325
5521
  "AWS::CodeBuild::Project.SourceAuth": {
5326
5522
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html",
5327
5523
  "Properties": {
@@ -6262,6 +6458,35 @@
6262
6458
  }
6263
6459
  }
6264
6460
  },
6461
+ "AWS::SES::Template.Template": {
6462
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html",
6463
+ "Properties": {
6464
+ "HtmlPart": {
6465
+ "Required": false,
6466
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-htmlpart",
6467
+ "PrimitiveType": "String",
6468
+ "UpdateType": "Mutable"
6469
+ },
6470
+ "TextPart": {
6471
+ "Required": false,
6472
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-textpart",
6473
+ "PrimitiveType": "String",
6474
+ "UpdateType": "Mutable"
6475
+ },
6476
+ "TemplateName": {
6477
+ "Required": false,
6478
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-templatename",
6479
+ "PrimitiveType": "String",
6480
+ "UpdateType": "Immutable"
6481
+ },
6482
+ "SubjectPart": {
6483
+ "Required": false,
6484
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-subjectpart",
6485
+ "PrimitiveType": "String",
6486
+ "UpdateType": "Mutable"
6487
+ }
6488
+ }
6489
+ },
6265
6490
  "AWS::SSM::PatchBaseline.PatchFilter": {
6266
6491
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchfilter.html",
6267
6492
  "Properties": {
@@ -6349,18 +6574,60 @@
6349
6574
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-name",
6350
6575
  "PrimitiveType": "String",
6351
6576
  "Required": false,
6352
- "UpdateType": "Immutable"
6577
+ "UpdateType": "Immutable"
6578
+ },
6579
+ "Type": {
6580
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type",
6581
+ "PrimitiveType": "String",
6582
+ "Required": false,
6583
+ "UpdateType": "Immutable"
6584
+ },
6585
+ "Version": {
6586
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version",
6587
+ "PrimitiveType": "String",
6588
+ "Required": false,
6589
+ "UpdateType": "Mutable"
6590
+ }
6591
+ }
6592
+ },
6593
+ "AWS::CloudFront::Distribution.Origin": {
6594
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html",
6595
+ "Properties": {
6596
+ "OriginCustomHeaders": {
6597
+ "Type": "List",
6598
+ "Required": false,
6599
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-origincustomheaders",
6600
+ "ItemType": "OriginCustomHeader",
6601
+ "UpdateType": "Mutable"
6602
+ },
6603
+ "DomainName": {
6604
+ "Required": true,
6605
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-domainname",
6606
+ "PrimitiveType": "String",
6607
+ "UpdateType": "Mutable"
6608
+ },
6609
+ "S3OriginConfig": {
6610
+ "Type": "S3OriginConfig",
6611
+ "Required": false,
6612
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-s3originconfig",
6613
+ "UpdateType": "Mutable"
6353
6614
  },
6354
- "Type": {
6355
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-type",
6356
- "PrimitiveType": "String",
6615
+ "OriginPath": {
6357
6616
  "Required": false,
6358
- "UpdateType": "Immutable"
6617
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-originpath",
6618
+ "PrimitiveType": "String",
6619
+ "UpdateType": "Mutable"
6359
6620
  },
6360
- "Version": {
6361
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment-tier.html#cfn-beanstalk-env-tier-version",
6621
+ "Id": {
6622
+ "Required": true,
6623
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-id",
6362
6624
  "PrimitiveType": "String",
6625
+ "UpdateType": "Mutable"
6626
+ },
6627
+ "CustomOriginConfig": {
6628
+ "Type": "CustomOriginConfig",
6363
6629
  "Required": false,
6630
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-customoriginconfig",
6364
6631
  "UpdateType": "Mutable"
6365
6632
  }
6366
6633
  }
@@ -6407,48 +6674,6 @@
6407
6674
  }
6408
6675
  }
6409
6676
  },
6410
- "AWS::CloudFront::Distribution.Origin": {
6411
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html",
6412
- "Properties": {
6413
- "OriginCustomHeaders": {
6414
- "Type": "List",
6415
- "Required": false,
6416
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-origincustomheaders",
6417
- "ItemType": "OriginCustomHeader",
6418
- "UpdateType": "Mutable"
6419
- },
6420
- "DomainName": {
6421
- "Required": true,
6422
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-domainname",
6423
- "PrimitiveType": "String",
6424
- "UpdateType": "Mutable"
6425
- },
6426
- "S3OriginConfig": {
6427
- "Type": "S3OriginConfig",
6428
- "Required": false,
6429
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-s3originconfig",
6430
- "UpdateType": "Mutable"
6431
- },
6432
- "OriginPath": {
6433
- "Required": false,
6434
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-originpath",
6435
- "PrimitiveType": "String",
6436
- "UpdateType": "Mutable"
6437
- },
6438
- "Id": {
6439
- "Required": true,
6440
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-id",
6441
- "PrimitiveType": "String",
6442
- "UpdateType": "Mutable"
6443
- },
6444
- "CustomOriginConfig": {
6445
- "Type": "CustomOriginConfig",
6446
- "Required": false,
6447
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-customoriginconfig",
6448
- "UpdateType": "Mutable"
6449
- }
6450
- }
6451
- },
6452
6677
  "AWS::Route53::HostedZone.HostedZoneConfig": {
6453
6678
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html",
6454
6679
  "Properties": {
@@ -6525,25 +6750,6 @@
6525
6750
  }
6526
6751
  }
6527
6752
  },
6528
- "AWS::EC2::Instance.AssociationParameter": {
6529
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html",
6530
- "Properties": {
6531
- "Key": {
6532
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-key",
6533
- "PrimitiveType": "String",
6534
- "Required": true,
6535
- "UpdateType": "Mutable"
6536
- },
6537
- "Value": {
6538
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-value",
6539
- "DuplicatesAllowed": true,
6540
- "PrimitiveItemType": "String",
6541
- "Required": true,
6542
- "Type": "List",
6543
- "UpdateType": "Mutable"
6544
- }
6545
- }
6546
- },
6547
6753
  "AWS::IoT::TopicRule.TopicRulePayload": {
6548
6754
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-topicrulepayload.html",
6549
6755
  "Properties": {
@@ -6581,6 +6787,25 @@
6581
6787
  }
6582
6788
  }
6583
6789
  },
6790
+ "AWS::EC2::Instance.AssociationParameter": {
6791
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html",
6792
+ "Properties": {
6793
+ "Key": {
6794
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-key",
6795
+ "PrimitiveType": "String",
6796
+ "Required": true,
6797
+ "UpdateType": "Mutable"
6798
+ },
6799
+ "Value": {
6800
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations-associationparameters.html#cfn-ec2-instance-ssmassociations-associationparameters-value",
6801
+ "DuplicatesAllowed": true,
6802
+ "PrimitiveItemType": "String",
6803
+ "Required": true,
6804
+ "Type": "List",
6805
+ "UpdateType": "Mutable"
6806
+ }
6807
+ }
6808
+ },
6584
6809
  "AWS::S3::Bucket.InventoryConfiguration": {
6585
6810
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html",
6586
6811
  "Properties": {
@@ -6754,6 +6979,23 @@
6754
6979
  }
6755
6980
  }
6756
6981
  },
6982
+ "AWS::SES::ReceiptRule.SNSAction": {
6983
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-snsaction.html",
6984
+ "Properties": {
6985
+ "TopicArn": {
6986
+ "Required": false,
6987
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-snsaction.html#cfn-ses-receiptrule-snsaction-topicarn",
6988
+ "PrimitiveType": "String",
6989
+ "UpdateType": "Mutable"
6990
+ },
6991
+ "Encoding": {
6992
+ "Required": false,
6993
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-snsaction.html#cfn-ses-receiptrule-snsaction-encoding",
6994
+ "PrimitiveType": "String",
6995
+ "UpdateType": "Mutable"
6996
+ }
6997
+ }
6998
+ },
6757
6999
  "AWS::DMS::Endpoint.MongoDbSettings": {
6758
7000
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html",
6759
7001
  "Properties": {
@@ -6970,38 +7212,38 @@
6970
7212
  }
6971
7213
  }
6972
7214
  },
6973
- "AWS::S3::Bucket.ReplicationConfiguration": {
6974
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html",
7215
+ "AWS::DynamoDB::Table.KeySchema": {
7216
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html",
6975
7217
  "Properties": {
6976
- "Role": {
6977
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role",
7218
+ "AttributeName": {
7219
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-attributename",
6978
7220
  "PrimitiveType": "String",
6979
7221
  "Required": true,
6980
7222
  "UpdateType": "Mutable"
6981
7223
  },
6982
- "Rules": {
6983
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-rules",
6984
- "DuplicatesAllowed": false,
6985
- "ItemType": "ReplicationRule",
7224
+ "KeyType": {
7225
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-keytype",
7226
+ "PrimitiveType": "String",
6986
7227
  "Required": true,
6987
- "Type": "List",
6988
7228
  "UpdateType": "Mutable"
6989
7229
  }
6990
7230
  }
6991
7231
  },
6992
- "AWS::DynamoDB::Table.KeySchema": {
6993
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html",
7232
+ "AWS::S3::Bucket.ReplicationConfiguration": {
7233
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html",
6994
7234
  "Properties": {
6995
- "AttributeName": {
6996
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-attributename",
7235
+ "Role": {
7236
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role",
6997
7237
  "PrimitiveType": "String",
6998
7238
  "Required": true,
6999
7239
  "UpdateType": "Mutable"
7000
7240
  },
7001
- "KeyType": {
7002
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-keyschema.html#aws-properties-dynamodb-keyschema-keytype",
7003
- "PrimitiveType": "String",
7241
+ "Rules": {
7242
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-rules",
7243
+ "DuplicatesAllowed": false,
7244
+ "ItemType": "ReplicationRule",
7004
7245
  "Required": true,
7246
+ "Type": "List",
7005
7247
  "UpdateType": "Mutable"
7006
7248
  }
7007
7249
  }
@@ -7074,6 +7316,12 @@
7074
7316
  "AWS::SSM::PatchBaseline.Rule": {
7075
7317
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-rule.html",
7076
7318
  "Properties": {
7319
+ "EnableNonSecurity": {
7320
+ "Required": false,
7321
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-rule.html#cfn-ssm-patchbaseline-rule-enablenonsecurity",
7322
+ "PrimitiveType": "Boolean",
7323
+ "UpdateType": "Mutable"
7324
+ },
7077
7325
  "PatchFilterGroup": {
7078
7326
  "Type": "PatchFilterGroup",
7079
7327
  "Required": false,
@@ -7140,6 +7388,18 @@
7140
7388
  }
7141
7389
  }
7142
7390
  },
7391
+ "AWS::SES::ConfigurationSetEventDestination.CloudWatchDestination": {
7392
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-cloudwatchdestination.html",
7393
+ "Properties": {
7394
+ "DimensionConfigurations": {
7395
+ "Type": "List",
7396
+ "Required": false,
7397
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-cloudwatchdestination.html#cfn-ses-configurationseteventdestination-cloudwatchdestination-dimensionconfigurations",
7398
+ "ItemType": "DimensionConfiguration",
7399
+ "UpdateType": "Mutable"
7400
+ }
7401
+ }
7402
+ },
7143
7403
  "AWS::EMR::Cluster.Configuration": {
7144
7404
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-configuration.html",
7145
7405
  "Properties": {
@@ -7261,23 +7521,6 @@
7261
7521
  }
7262
7522
  }
7263
7523
  },
7264
- "AWS::Cognito::UserPool.EmailConfiguration": {
7265
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html",
7266
- "Properties": {
7267
- "ReplyToEmailAddress": {
7268
- "Required": false,
7269
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress",
7270
- "PrimitiveType": "String",
7271
- "UpdateType": "Mutable"
7272
- },
7273
- "SourceArn": {
7274
- "Required": false,
7275
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn",
7276
- "PrimitiveType": "String",
7277
- "UpdateType": "Mutable"
7278
- }
7279
- }
7280
- },
7281
7524
  "AWS::S3::Bucket.Rule": {
7282
7525
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html",
7283
7526
  "Properties": {
@@ -7361,6 +7604,23 @@
7361
7604
  }
7362
7605
  }
7363
7606
  },
7607
+ "AWS::Cognito::UserPool.EmailConfiguration": {
7608
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html",
7609
+ "Properties": {
7610
+ "ReplyToEmailAddress": {
7611
+ "Required": false,
7612
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-replytoemailaddress",
7613
+ "PrimitiveType": "String",
7614
+ "UpdateType": "Mutable"
7615
+ },
7616
+ "SourceArn": {
7617
+ "Required": false,
7618
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-emailconfiguration.html#cfn-cognito-userpool-emailconfiguration-sourcearn",
7619
+ "PrimitiveType": "String",
7620
+ "UpdateType": "Mutable"
7621
+ }
7622
+ }
7623
+ },
7364
7624
  "AWS::ECS::TaskDefinition.KernelCapabilities": {
7365
7625
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-kernelcapabilities.html",
7366
7626
  "Properties": {
@@ -7499,6 +7759,17 @@
7499
7759
  }
7500
7760
  }
7501
7761
  },
7762
+ "AWS::CloudFront::Distribution.S3OriginConfig": {
7763
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-s3originconfig.html",
7764
+ "Properties": {
7765
+ "OriginAccessIdentity": {
7766
+ "Required": false,
7767
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-s3originconfig.html#cfn-cloudfront-distribution-s3originconfig-originaccessidentity",
7768
+ "PrimitiveType": "String",
7769
+ "UpdateType": "Mutable"
7770
+ }
7771
+ }
7772
+ },
7502
7773
  "AWS::Glue::Connection.PhysicalConnectionRequirements": {
7503
7774
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-physicalconnectionrequirements.html",
7504
7775
  "Properties": {
@@ -7540,17 +7811,6 @@
7540
7811
  }
7541
7812
  }
7542
7813
  },
7543
- "AWS::CloudFront::Distribution.S3OriginConfig": {
7544
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-s3originconfig.html",
7545
- "Properties": {
7546
- "OriginAccessIdentity": {
7547
- "Required": false,
7548
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-s3originconfig.html#cfn-cloudfront-distribution-s3originconfig-originaccessidentity",
7549
- "PrimitiveType": "String",
7550
- "UpdateType": "Mutable"
7551
- }
7552
- }
7553
- },
7554
7814
  "AWS::ECS::TaskDefinition.TaskDefinitionPlacementConstraint": {
7555
7815
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-taskdefinitionplacementconstraint.html",
7556
7816
  "Properties": {
@@ -7838,17 +8098,6 @@
7838
8098
  }
7839
8099
  }
7840
8100
  },
7841
- "AWS::Lambda::Function.TracingConfig": {
7842
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html",
7843
- "Properties": {
7844
- "Mode": {
7845
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode",
7846
- "PrimitiveType": "String",
7847
- "Required": false,
7848
- "UpdateType": "Mutable"
7849
- }
7850
- }
7851
- },
7852
8101
  "AWS::EMR::Cluster.ScriptBootstrapActionConfig": {
7853
8102
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-scriptbootstrapactionconfig.html",
7854
8103
  "Properties": {
@@ -7868,6 +8117,17 @@
7868
8117
  }
7869
8118
  }
7870
8119
  },
8120
+ "AWS::Lambda::Function.TracingConfig": {
8121
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html",
8122
+ "Properties": {
8123
+ "Mode": {
8124
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode",
8125
+ "PrimitiveType": "String",
8126
+ "Required": false,
8127
+ "UpdateType": "Mutable"
8128
+ }
8129
+ }
8130
+ },
7871
8131
  "AWS::AutoScaling::LaunchConfiguration.BlockDevice": {
7872
8132
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig-blockdev-template.html",
7873
8133
  "Properties": {
@@ -8096,6 +8356,17 @@
8096
8356
  }
8097
8357
  }
8098
8358
  },
8359
+ "AWS::CodeDeploy::DeploymentGroup.Alarm": {
8360
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarm.html",
8361
+ "Properties": {
8362
+ "Name": {
8363
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarm.html#cfn-codedeploy-deploymentgroup-alarm-name",
8364
+ "PrimitiveType": "String",
8365
+ "Required": false,
8366
+ "UpdateType": "Mutable"
8367
+ }
8368
+ }
8369
+ },
8099
8370
  "AWS::Cognito::UserPool.SchemaAttribute": {
8100
8371
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-schemaattribute.html",
8101
8372
  "Properties": {
@@ -8143,17 +8414,6 @@
8143
8414
  }
8144
8415
  }
8145
8416
  },
8146
- "AWS::CodeDeploy::DeploymentGroup.Alarm": {
8147
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarm.html",
8148
- "Properties": {
8149
- "Name": {
8150
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarm.html#cfn-codedeploy-deploymentgroup-alarm-name",
8151
- "PrimitiveType": "String",
8152
- "Required": false,
8153
- "UpdateType": "Mutable"
8154
- }
8155
- }
8156
- },
8157
8417
  "AWS::KinesisAnalytics::ApplicationReferenceDataSource.RecordColumn": {
8158
8418
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordcolumn.html",
8159
8419
  "Properties": {
@@ -8352,6 +8612,49 @@
8352
8612
  }
8353
8613
  }
8354
8614
  },
8615
+ "AWS::SES::ReceiptRule.Rule": {
8616
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html",
8617
+ "Properties": {
8618
+ "ScanEnabled": {
8619
+ "Required": false,
8620
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-scanenabled",
8621
+ "PrimitiveType": "Boolean",
8622
+ "UpdateType": "Mutable"
8623
+ },
8624
+ "Recipients": {
8625
+ "PrimitiveItemType": "String",
8626
+ "Type": "List",
8627
+ "Required": false,
8628
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-recipients",
8629
+ "UpdateType": "Mutable"
8630
+ },
8631
+ "Actions": {
8632
+ "Type": "List",
8633
+ "Required": false,
8634
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-actions",
8635
+ "ItemType": "Action",
8636
+ "UpdateType": "Mutable"
8637
+ },
8638
+ "Enabled": {
8639
+ "Required": false,
8640
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-enabled",
8641
+ "PrimitiveType": "Boolean",
8642
+ "UpdateType": "Mutable"
8643
+ },
8644
+ "Name": {
8645
+ "Required": false,
8646
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-name",
8647
+ "PrimitiveType": "String",
8648
+ "UpdateType": "Immutable"
8649
+ },
8650
+ "TlsPolicy": {
8651
+ "Required": false,
8652
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-tlspolicy",
8653
+ "PrimitiveType": "String",
8654
+ "UpdateType": "Mutable"
8655
+ }
8656
+ }
8657
+ },
8355
8658
  "AWS::CloudTrail::Trail.DataResource": {
8356
8659
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-dataresource.html",
8357
8660
  "Properties": {
@@ -8676,6 +8979,30 @@
8676
8979
  }
8677
8980
  }
8678
8981
  },
8982
+ "AWS::SSM::PatchBaseline.PatchSource": {
8983
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html",
8984
+ "Properties": {
8985
+ "Products": {
8986
+ "PrimitiveItemType": "String",
8987
+ "Type": "List",
8988
+ "Required": false,
8989
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html#cfn-ssm-patchbaseline-patchsource-products",
8990
+ "UpdateType": "Mutable"
8991
+ },
8992
+ "Configuration": {
8993
+ "Required": false,
8994
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html#cfn-ssm-patchbaseline-patchsource-configuration",
8995
+ "PrimitiveType": "String",
8996
+ "UpdateType": "Mutable"
8997
+ },
8998
+ "Name": {
8999
+ "Required": false,
9000
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html#cfn-ssm-patchbaseline-patchsource-name",
9001
+ "PrimitiveType": "String",
9002
+ "UpdateType": "Mutable"
9003
+ }
9004
+ }
9005
+ },
8679
9006
  "AWS::KinesisAnalytics::Application.KinesisFirehoseInput": {
8680
9007
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-kinesisfirehoseinput.html",
8681
9008
  "Properties": {
@@ -8812,36 +9139,36 @@
8812
9139
  }
8813
9140
  }
8814
9141
  },
8815
- "AWS::Cognito::UserPool.SmsConfiguration": {
8816
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html",
9142
+ "AWS::ElasticBeanstalk::Application.ApplicationVersionLifecycleConfig": {
9143
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationversionlifecycleconfig.html",
8817
9144
  "Properties": {
8818
- "ExternalId": {
9145
+ "MaxAgeRule": {
9146
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationversionlifecycleconfig.html#cfn-elasticbeanstalk-application-applicationversionlifecycleconfig-maxagerule",
8819
9147
  "Required": false,
8820
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid",
8821
- "PrimitiveType": "String",
9148
+ "Type": "MaxAgeRule",
8822
9149
  "UpdateType": "Mutable"
8823
9150
  },
8824
- "SnsCallerArn": {
9151
+ "MaxCountRule": {
9152
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationversionlifecycleconfig.html#cfn-elasticbeanstalk-application-applicationversionlifecycleconfig-maxcountrule",
8825
9153
  "Required": false,
8826
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn",
8827
- "PrimitiveType": "String",
9154
+ "Type": "MaxCountRule",
8828
9155
  "UpdateType": "Mutable"
8829
9156
  }
8830
9157
  }
8831
9158
  },
8832
- "AWS::ElasticBeanstalk::Application.ApplicationVersionLifecycleConfig": {
8833
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationversionlifecycleconfig.html",
9159
+ "AWS::Cognito::UserPool.SmsConfiguration": {
9160
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html",
8834
9161
  "Properties": {
8835
- "MaxAgeRule": {
8836
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationversionlifecycleconfig.html#cfn-elasticbeanstalk-application-applicationversionlifecycleconfig-maxagerule",
9162
+ "ExternalId": {
8837
9163
  "Required": false,
8838
- "Type": "MaxAgeRule",
9164
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-externalid",
9165
+ "PrimitiveType": "String",
8839
9166
  "UpdateType": "Mutable"
8840
9167
  },
8841
- "MaxCountRule": {
8842
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationversionlifecycleconfig.html#cfn-elasticbeanstalk-application-applicationversionlifecycleconfig-maxcountrule",
9168
+ "SnsCallerArn": {
8843
9169
  "Required": false,
8844
- "Type": "MaxCountRule",
9170
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-smsconfiguration.html#cfn-cognito-userpool-smsconfiguration-snscallerarn",
9171
+ "PrimitiveType": "String",
8845
9172
  "UpdateType": "Mutable"
8846
9173
  }
8847
9174
  }
@@ -8930,6 +9257,17 @@
8930
9257
  }
8931
9258
  }
8932
9259
  },
9260
+ "AWS::ElasticLoadBalancingV2::TargetGroup.Matcher": {
9261
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html",
9262
+ "Properties": {
9263
+ "HttpCode": {
9264
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode",
9265
+ "PrimitiveType": "String",
9266
+ "Required": true,
9267
+ "UpdateType": "Mutable"
9268
+ }
9269
+ }
9270
+ },
8933
9271
  "AWS::WAFRegional::XssMatchSet.FieldToMatch": {
8934
9272
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-xssmatchset-fieldtomatch.html",
8935
9273
  "Properties": {
@@ -8947,17 +9285,6 @@
8947
9285
  }
8948
9286
  }
8949
9287
  },
8950
- "AWS::ElasticLoadBalancingV2::TargetGroup.Matcher": {
8951
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html",
8952
- "Properties": {
8953
- "HttpCode": {
8954
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html#cfn-elasticloadbalancingv2-targetgroup-matcher-httpcode",
8955
- "PrimitiveType": "String",
8956
- "Required": true,
8957
- "UpdateType": "Mutable"
8958
- }
8959
- }
8960
- },
8961
9288
  "AWS::IoT::TopicRule.DynamoDBAction": {
8962
9289
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-dynamodbaction.html",
8963
9290
  "Properties": {
@@ -9097,17 +9424,6 @@
9097
9424
  }
9098
9425
  }
9099
9426
  },
9100
- "AWS::EC2::Instance.CreditSpecification": {
9101
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html",
9102
- "Properties": {
9103
- "CPUCredits": {
9104
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits",
9105
- "PrimitiveType": "String",
9106
- "Required": false,
9107
- "UpdateType": "Mutable"
9108
- }
9109
- }
9110
- },
9111
9427
  "AWS::ApiGateway::RestApi.EndpointConfiguration": {
9112
9428
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-endpointconfiguration.html",
9113
9429
  "Properties": {
@@ -9121,6 +9437,17 @@
9121
9437
  }
9122
9438
  }
9123
9439
  },
9440
+ "AWS::EC2::Instance.CreditSpecification": {
9441
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html",
9442
+ "Properties": {
9443
+ "CPUCredits": {
9444
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-creditspecification.html#cfn-ec2-instance-creditspecification-cpucredits",
9445
+ "PrimitiveType": "String",
9446
+ "Required": false,
9447
+ "UpdateType": "Mutable"
9448
+ }
9449
+ }
9450
+ },
9124
9451
  "AWS::EMR::InstanceGroupConfig.ScalingConstraints": {
9125
9452
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-scalingconstraints.html",
9126
9453
  "Properties": {
@@ -9492,6 +9819,29 @@
9492
9819
  }
9493
9820
  }
9494
9821
  },
9822
+ "AWS::SES::ReceiptRule.LambdaAction": {
9823
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html",
9824
+ "Properties": {
9825
+ "FunctionArn": {
9826
+ "Required": true,
9827
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html#cfn-ses-receiptrule-lambdaaction-functionarn",
9828
+ "PrimitiveType": "String",
9829
+ "UpdateType": "Mutable"
9830
+ },
9831
+ "TopicArn": {
9832
+ "Required": false,
9833
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html#cfn-ses-receiptrule-lambdaaction-topicarn",
9834
+ "PrimitiveType": "String",
9835
+ "UpdateType": "Mutable"
9836
+ },
9837
+ "InvocationType": {
9838
+ "Required": false,
9839
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html#cfn-ses-receiptrule-lambdaaction-invocationtype",
9840
+ "PrimitiveType": "String",
9841
+ "UpdateType": "Mutable"
9842
+ }
9843
+ }
9844
+ },
9495
9845
  "AWS::KinesisFirehose::DeliveryStream.Processor": {
9496
9846
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processor.html",
9497
9847
  "Properties": {
@@ -9528,29 +9878,6 @@
9528
9878
  }
9529
9879
  }
9530
9880
  },
9531
- "AWS::CodeDeploy::DeploymentGroup.EC2TagFilter": {
9532
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html",
9533
- "Properties": {
9534
- "Key": {
9535
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html#cfn-properties-codedeploy-deploymentgroup-ec2tagfilters-key",
9536
- "PrimitiveType": "String",
9537
- "Required": false,
9538
- "UpdateType": "Mutable"
9539
- },
9540
- "Type": {
9541
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html#cfn-properties-codedeploy-deploymentgroup-ec2tagfilters-type",
9542
- "PrimitiveType": "String",
9543
- "Required": false,
9544
- "UpdateType": "Mutable"
9545
- },
9546
- "Value": {
9547
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html#cfn-properties-codedeploy-deploymentgroup-ec2tagfilters-value",
9548
- "PrimitiveType": "String",
9549
- "Required": false,
9550
- "UpdateType": "Mutable"
9551
- }
9552
- }
9553
- },
9554
9881
  "AWS::S3::Bucket.CorsConfiguration": {
9555
9882
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors.html",
9556
9883
  "Properties": {
@@ -9599,6 +9926,29 @@
9599
9926
  }
9600
9927
  }
9601
9928
  },
9929
+ "AWS::CodeDeploy::DeploymentGroup.EC2TagFilter": {
9930
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html",
9931
+ "Properties": {
9932
+ "Key": {
9933
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html#cfn-properties-codedeploy-deploymentgroup-ec2tagfilters-key",
9934
+ "PrimitiveType": "String",
9935
+ "Required": false,
9936
+ "UpdateType": "Mutable"
9937
+ },
9938
+ "Type": {
9939
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html#cfn-properties-codedeploy-deploymentgroup-ec2tagfilters-type",
9940
+ "PrimitiveType": "String",
9941
+ "Required": false,
9942
+ "UpdateType": "Mutable"
9943
+ },
9944
+ "Value": {
9945
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-ec2tagfilters.html#cfn-properties-codedeploy-deploymentgroup-ec2tagfilters-value",
9946
+ "PrimitiveType": "String",
9947
+ "Required": false,
9948
+ "UpdateType": "Mutable"
9949
+ }
9950
+ }
9951
+ },
9602
9952
  "AWS::EC2::SecurityGroup.Egress": {
9603
9953
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html",
9604
9954
  "Properties": {
@@ -10027,6 +10377,23 @@
10027
10377
  }
10028
10378
  }
10029
10379
  },
10380
+ "AWS::SES::ConfigurationSetEventDestination.KinesisFirehoseDestination": {
10381
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html",
10382
+ "Properties": {
10383
+ "IAMRoleARN": {
10384
+ "Required": true,
10385
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-iamrolearn",
10386
+ "PrimitiveType": "String",
10387
+ "UpdateType": "Mutable"
10388
+ },
10389
+ "DeliveryStreamARN": {
10390
+ "Required": true,
10391
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn",
10392
+ "PrimitiveType": "String",
10393
+ "UpdateType": "Mutable"
10394
+ }
10395
+ }
10396
+ },
10030
10397
  "AWS::KinesisFirehose::DeliveryStream.CopyCommand": {
10031
10398
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-copycommand.html",
10032
10399
  "Properties": {
@@ -10067,6 +10434,17 @@
10067
10434
  }
10068
10435
  }
10069
10436
  },
10437
+ "AWS::CodeBuild::Project.ProjectTriggers": {
10438
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html",
10439
+ "Properties": {
10440
+ "Webhook": {
10441
+ "Required": false,
10442
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-webhook",
10443
+ "PrimitiveType": "Boolean",
10444
+ "UpdateType": "Mutable"
10445
+ }
10446
+ }
10447
+ },
10070
10448
  "AWS::KinesisAnalytics::ApplicationReferenceDataSource.CSVMappingParameters": {
10071
10449
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html",
10072
10450
  "Properties": {
@@ -10206,18 +10584,6 @@
10206
10584
  }
10207
10585
  }
10208
10586
  },
10209
- "AWS::Cognito::IdentityPoolRoleAttachment.RulesConfigurationType": {
10210
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rulesconfigurationtype.html",
10211
- "Properties": {
10212
- "Rules": {
10213
- "Type": "List",
10214
- "Required": true,
10215
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rulesconfigurationtype.html#cfn-cognito-identitypoolroleattachment-rulesconfigurationtype-rules",
10216
- "ItemType": "MappingRule",
10217
- "UpdateType": "Mutable"
10218
- }
10219
- }
10220
- },
10221
10587
  "AWS::S3::Bucket.NoncurrentVersionTransition": {
10222
10588
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule-noncurrentversiontransition.html",
10223
10589
  "Properties": {
@@ -10235,6 +10601,43 @@
10235
10601
  }
10236
10602
  }
10237
10603
  },
10604
+ "AWS::Cognito::IdentityPoolRoleAttachment.RulesConfigurationType": {
10605
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rulesconfigurationtype.html",
10606
+ "Properties": {
10607
+ "Rules": {
10608
+ "Type": "List",
10609
+ "Required": true,
10610
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rulesconfigurationtype.html#cfn-cognito-identitypoolroleattachment-rulesconfigurationtype-rules",
10611
+ "ItemType": "MappingRule",
10612
+ "UpdateType": "Mutable"
10613
+ }
10614
+ }
10615
+ },
10616
+ "AWS::ECS::TaskDefinition.LinuxParameters": {
10617
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html",
10618
+ "Properties": {
10619
+ "Capabilities": {
10620
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html#cfn-ecs-taskdefinition-linuxparameters-capabilities",
10621
+ "Required": false,
10622
+ "Type": "KernelCapabilities",
10623
+ "UpdateType": "Immutable"
10624
+ },
10625
+ "Devices": {
10626
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html#cfn-ecs-taskdefinition-linuxparameters-devices",
10627
+ "DuplicatesAllowed": false,
10628
+ "ItemType": "Device",
10629
+ "Required": false,
10630
+ "Type": "List",
10631
+ "UpdateType": "Immutable"
10632
+ },
10633
+ "InitProcessEnabled": {
10634
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html#cfn-ecs-taskdefinition-linuxparameters-initprocessenabled",
10635
+ "PrimitiveType": "Boolean",
10636
+ "Required": false,
10637
+ "UpdateType": "Immutable"
10638
+ }
10639
+ }
10640
+ },
10238
10641
  "AWS::Glue::Job.ExecutionProperty": {
10239
10642
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-executionproperty.html",
10240
10643
  "Properties": {
@@ -10246,28 +10649,32 @@
10246
10649
  }
10247
10650
  }
10248
10651
  },
10249
- "AWS::ECS::TaskDefinition.LinuxParameters": {
10250
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html",
10652
+ "AWS::SES::ReceiptRule.S3Action": {
10653
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html",
10251
10654
  "Properties": {
10252
- "Capabilities": {
10253
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html#cfn-ecs-taskdefinition-linuxparameters-capabilities",
10655
+ "BucketName": {
10656
+ "Required": true,
10657
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-bucketname",
10658
+ "PrimitiveType": "String",
10659
+ "UpdateType": "Mutable"
10660
+ },
10661
+ "KmsKeyArn": {
10254
10662
  "Required": false,
10255
- "Type": "KernelCapabilities",
10256
- "UpdateType": "Immutable"
10663
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-kmskeyarn",
10664
+ "PrimitiveType": "String",
10665
+ "UpdateType": "Mutable"
10257
10666
  },
10258
- "Devices": {
10259
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html#cfn-ecs-taskdefinition-linuxparameters-devices",
10260
- "DuplicatesAllowed": false,
10261
- "ItemType": "Device",
10667
+ "TopicArn": {
10262
10668
  "Required": false,
10263
- "Type": "List",
10264
- "UpdateType": "Immutable"
10669
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-topicarn",
10670
+ "PrimitiveType": "String",
10671
+ "UpdateType": "Mutable"
10265
10672
  },
10266
- "InitProcessEnabled": {
10267
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-linuxparameters.html#cfn-ecs-taskdefinition-linuxparameters-initprocessenabled",
10268
- "PrimitiveType": "Boolean",
10673
+ "ObjectKeyPrefix": {
10269
10674
  "Required": false,
10270
- "UpdateType": "Immutable"
10675
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-objectkeyprefix",
10676
+ "PrimitiveType": "String",
10677
+ "UpdateType": "Mutable"
10271
10678
  }
10272
10679
  }
10273
10680
  },
@@ -10382,6 +10789,12 @@
10382
10789
  "Type": "CustomizedMetricSpecification",
10383
10790
  "UpdateType": "Mutable"
10384
10791
  },
10792
+ "DisableScaleIn": {
10793
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-disablescalein",
10794
+ "PrimitiveType": "Boolean",
10795
+ "Required": false,
10796
+ "UpdateType": "Mutable"
10797
+ },
10385
10798
  "PredefinedMetricSpecification": {
10386
10799
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration-predefinedmetricspecification",
10387
10800
  "Required": false,
@@ -10431,17 +10844,6 @@
10431
10844
  }
10432
10845
  }
10433
10846
  },
10434
- "AWS::Batch::JobDefinition.VolumesHost": {
10435
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumeshost.html",
10436
- "Properties": {
10437
- "SourcePath": {
10438
- "Required": false,
10439
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumeshost.html#cfn-batch-jobdefinition-volumeshost-sourcepath",
10440
- "PrimitiveType": "String",
10441
- "UpdateType": "Mutable"
10442
- }
10443
- }
10444
- },
10445
10847
  "AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration": {
10446
10848
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html",
10447
10849
  "Properties": {
@@ -10489,20 +10891,36 @@
10489
10891
  }
10490
10892
  }
10491
10893
  },
10492
- "AWS::Glue::Trigger.Predicate": {
10493
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html",
10894
+ "AWS::Batch::JobDefinition.VolumesHost": {
10895
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumeshost.html",
10494
10896
  "Properties": {
10495
- "Logical": {
10897
+ "SourcePath": {
10496
10898
  "Required": false,
10497
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical",
10899
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumeshost.html#cfn-batch-jobdefinition-volumeshost-sourcepath",
10900
+ "PrimitiveType": "String",
10901
+ "UpdateType": "Mutable"
10902
+ }
10903
+ }
10904
+ },
10905
+ "AWS::SES::ConfigurationSetEventDestination.DimensionConfiguration": {
10906
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html",
10907
+ "Properties": {
10908
+ "DimensionValueSource": {
10909
+ "Required": true,
10910
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html#cfn-ses-configurationseteventdestination-dimensionconfiguration-dimensionvaluesource",
10498
10911
  "PrimitiveType": "String",
10499
10912
  "UpdateType": "Mutable"
10500
10913
  },
10501
- "Conditions": {
10502
- "Type": "List",
10503
- "Required": false,
10504
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-conditions",
10505
- "ItemType": "Condition",
10914
+ "DefaultDimensionValue": {
10915
+ "Required": true,
10916
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html#cfn-ses-configurationseteventdestination-dimensionconfiguration-defaultdimensionvalue",
10917
+ "PrimitiveType": "String",
10918
+ "UpdateType": "Mutable"
10919
+ },
10920
+ "DimensionName": {
10921
+ "Required": true,
10922
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html#cfn-ses-configurationseteventdestination-dimensionconfiguration-dimensionname",
10923
+ "PrimitiveType": "String",
10506
10924
  "UpdateType": "Mutable"
10507
10925
  }
10508
10926
  }
@@ -10555,19 +10973,20 @@
10555
10973
  }
10556
10974
  }
10557
10975
  },
10558
- "AWS::IAM::Group.Policy": {
10559
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html",
10976
+ "AWS::Glue::Trigger.Predicate": {
10977
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html",
10560
10978
  "Properties": {
10561
- "PolicyDocument": {
10562
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policydocument",
10563
- "PrimitiveType": "Json",
10564
- "Required": true,
10979
+ "Logical": {
10980
+ "Required": false,
10981
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-logical",
10982
+ "PrimitiveType": "String",
10565
10983
  "UpdateType": "Mutable"
10566
10984
  },
10567
- "PolicyName": {
10568
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policyname",
10569
- "PrimitiveType": "String",
10570
- "Required": true,
10985
+ "Conditions": {
10986
+ "Type": "List",
10987
+ "Required": false,
10988
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html#cfn-glue-trigger-predicate-conditions",
10989
+ "ItemType": "Condition",
10571
10990
  "UpdateType": "Mutable"
10572
10991
  }
10573
10992
  }
@@ -10615,6 +11034,23 @@
10615
11034
  }
10616
11035
  }
10617
11036
  },
11037
+ "AWS::IAM::Group.Policy": {
11038
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html",
11039
+ "Properties": {
11040
+ "PolicyDocument": {
11041
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policydocument",
11042
+ "PrimitiveType": "Json",
11043
+ "Required": true,
11044
+ "UpdateType": "Mutable"
11045
+ },
11046
+ "PolicyName": {
11047
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html#cfn-iam-policies-policyname",
11048
+ "PrimitiveType": "String",
11049
+ "Required": true,
11050
+ "UpdateType": "Mutable"
11051
+ }
11052
+ }
11053
+ },
10618
11054
  "AWS::Glue::Table.Order": {
10619
11055
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-order.html",
10620
11056
  "Properties": {
@@ -10677,23 +11113,6 @@
10677
11113
  }
10678
11114
  }
10679
11115
  },
10680
- "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowStepFunctionsParameters": {
10681
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html",
10682
- "Properties": {
10683
- "Input": {
10684
- "Required": false,
10685
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input",
10686
- "PrimitiveType": "String",
10687
- "UpdateType": "Mutable"
10688
- },
10689
- "Name": {
10690
- "Required": false,
10691
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name",
10692
- "PrimitiveType": "String",
10693
- "UpdateType": "Mutable"
10694
- }
10695
- }
10696
- },
10697
11116
  "AWS::CodeBuild::Project.EnvironmentVariable": {
10698
11117
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environmentvariable.html",
10699
11118
  "Properties": {
@@ -10717,6 +11136,23 @@
10717
11136
  }
10718
11137
  }
10719
11138
  },
11139
+ "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowStepFunctionsParameters": {
11140
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html",
11141
+ "Properties": {
11142
+ "Input": {
11143
+ "Required": false,
11144
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input",
11145
+ "PrimitiveType": "String",
11146
+ "UpdateType": "Mutable"
11147
+ },
11148
+ "Name": {
11149
+ "Required": false,
11150
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name",
11151
+ "PrimitiveType": "String",
11152
+ "UpdateType": "Mutable"
11153
+ }
11154
+ }
11155
+ },
10720
11156
  "AWS::DynamoDB::Table.SSESpecification": {
10721
11157
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-ssespecification.html",
10722
11158
  "Properties": {
@@ -10787,17 +11223,6 @@
10787
11223
  }
10788
11224
  }
10789
11225
  },
10790
- "AWS::S3::Bucket.AbortIncompleteMultipartUpload": {
10791
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html",
10792
- "Properties": {
10793
- "DaysAfterInitiation": {
10794
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html#cfn-s3-bucket-abortincompletemultipartupload-daysafterinitiation",
10795
- "PrimitiveType": "Integer",
10796
- "Required": true,
10797
- "UpdateType": "Mutable"
10798
- }
10799
- }
10800
- },
10801
11226
  "AWS::EMR::Cluster.MetricDimension": {
10802
11227
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-metricdimension.html",
10803
11228
  "Properties": {
@@ -10815,6 +11240,17 @@
10815
11240
  }
10816
11241
  }
10817
11242
  },
11243
+ "AWS::S3::Bucket.AbortIncompleteMultipartUpload": {
11244
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html",
11245
+ "Properties": {
11246
+ "DaysAfterInitiation": {
11247
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html#cfn-s3-bucket-abortincompletemultipartupload-daysafterinitiation",
11248
+ "PrimitiveType": "Integer",
11249
+ "Required": true,
11250
+ "UpdateType": "Mutable"
11251
+ }
11252
+ }
11253
+ },
10818
11254
  "AWS::ElasticBeanstalk::Application.MaxCountRule": {
10819
11255
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-maxcountrule.html",
10820
11256
  "Properties": {
@@ -10838,29 +11274,6 @@
10838
11274
  }
10839
11275
  }
10840
11276
  },
10841
- "AWS::AutoScaling::AutoScalingGroup.TagProperty": {
10842
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html",
10843
- "Properties": {
10844
- "Key": {
10845
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Key",
10846
- "PrimitiveType": "String",
10847
- "Required": true,
10848
- "UpdateType": "Mutable"
10849
- },
10850
- "PropagateAtLaunch": {
10851
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-PropagateAtLaunch",
10852
- "PrimitiveType": "Boolean",
10853
- "Required": true,
10854
- "UpdateType": "Mutable"
10855
- },
10856
- "Value": {
10857
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Value",
10858
- "PrimitiveType": "String",
10859
- "Required": true,
10860
- "UpdateType": "Mutable"
10861
- }
10862
- }
10863
- },
10864
11277
  "AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceSchema": {
10865
11278
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-referenceschema.html",
10866
11279
  "Properties": {
@@ -10902,6 +11315,29 @@
10902
11315
  }
10903
11316
  }
10904
11317
  },
11318
+ "AWS::AutoScaling::AutoScalingGroup.TagProperty": {
11319
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html",
11320
+ "Properties": {
11321
+ "Key": {
11322
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Key",
11323
+ "PrimitiveType": "String",
11324
+ "Required": true,
11325
+ "UpdateType": "Mutable"
11326
+ },
11327
+ "PropagateAtLaunch": {
11328
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-PropagateAtLaunch",
11329
+ "PrimitiveType": "Boolean",
11330
+ "Required": true,
11331
+ "UpdateType": "Mutable"
11332
+ },
11333
+ "Value": {
11334
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html#cfn-as-tags-Value",
11335
+ "PrimitiveType": "String",
11336
+ "Required": true,
11337
+ "UpdateType": "Mutable"
11338
+ }
11339
+ }
11340
+ },
10905
11341
  "AWS::CodePipeline::Pipeline.ActionTypeId": {
10906
11342
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions-actiontypeid.html",
10907
11343
  "Properties": {
@@ -10960,18 +11396,18 @@
10960
11396
  }
10961
11397
  },
10962
11398
  "Tag": {
10963
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html",
11399
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html",
10964
11400
  "Properties": {
10965
- "Key": {
10966
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key",
11401
+ "Value": {
11402
+ "Required": false,
11403
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-value",
10967
11404
  "PrimitiveType": "String",
10968
- "Required": true,
10969
11405
  "UpdateType": "Mutable"
10970
11406
  },
10971
- "Value": {
10972
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value",
11407
+ "Key": {
11408
+ "Required": false,
11409
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-key",
10973
11410
  "PrimitiveType": "String",
10974
- "Required": true,
10975
11411
  "UpdateType": "Mutable"
10976
11412
  }
10977
11413
  }
@@ -11119,52 +11555,52 @@
11119
11555
  }
11120
11556
  }
11121
11557
  },
11122
- "AWS::EC2::Instance.BlockDeviceMapping": {
11123
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html",
11558
+ "AWS::DataPipeline::Pipeline.Field": {
11559
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html",
11124
11560
  "Properties": {
11125
- "DeviceName": {
11126
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-devicename",
11561
+ "Key": {
11562
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-key",
11127
11563
  "PrimitiveType": "String",
11128
11564
  "Required": true,
11129
11565
  "UpdateType": "Mutable"
11130
11566
  },
11131
- "Ebs": {
11132
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-ebs",
11133
- "Required": false,
11134
- "Type": "Ebs",
11135
- "UpdateType": "Mutable"
11136
- },
11137
- "NoDevice": {
11138
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-nodevice",
11567
+ "RefValue": {
11568
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-refvalue",
11569
+ "PrimitiveType": "String",
11139
11570
  "Required": false,
11140
- "Type": "NoDevice",
11141
11571
  "UpdateType": "Mutable"
11142
11572
  },
11143
- "VirtualName": {
11144
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-virtualname",
11573
+ "StringValue": {
11574
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-stringvalue",
11145
11575
  "PrimitiveType": "String",
11146
11576
  "Required": false,
11147
11577
  "UpdateType": "Mutable"
11148
11578
  }
11149
11579
  }
11150
11580
  },
11151
- "AWS::DataPipeline::Pipeline.Field": {
11152
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html",
11581
+ "AWS::EC2::Instance.BlockDeviceMapping": {
11582
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html",
11153
11583
  "Properties": {
11154
- "Key": {
11155
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-key",
11584
+ "DeviceName": {
11585
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-devicename",
11156
11586
  "PrimitiveType": "String",
11157
11587
  "Required": true,
11158
11588
  "UpdateType": "Mutable"
11159
11589
  },
11160
- "RefValue": {
11161
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-refvalue",
11162
- "PrimitiveType": "String",
11590
+ "Ebs": {
11591
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-ebs",
11592
+ "Required": false,
11593
+ "Type": "Ebs",
11594
+ "UpdateType": "Mutable"
11595
+ },
11596
+ "NoDevice": {
11597
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-nodevice",
11163
11598
  "Required": false,
11599
+ "Type": "NoDevice",
11164
11600
  "UpdateType": "Mutable"
11165
11601
  },
11166
- "StringValue": {
11167
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-stringvalue",
11602
+ "VirtualName": {
11603
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html#cfn-ec2-blockdev-mapping-virtualname",
11168
11604
  "PrimitiveType": "String",
11169
11605
  "Required": false,
11170
11606
  "UpdateType": "Mutable"
@@ -11430,6 +11866,23 @@
11430
11866
  }
11431
11867
  }
11432
11868
  },
11869
+ "AWS::SES::ReceiptRule.AddHeaderAction": {
11870
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html",
11871
+ "Properties": {
11872
+ "HeaderValue": {
11873
+ "Required": true,
11874
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html#cfn-ses-receiptrule-addheaderaction-headervalue",
11875
+ "PrimitiveType": "String",
11876
+ "UpdateType": "Mutable"
11877
+ },
11878
+ "HeaderName": {
11879
+ "Required": true,
11880
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html#cfn-ses-receiptrule-addheaderaction-headername",
11881
+ "PrimitiveType": "String",
11882
+ "UpdateType": "Mutable"
11883
+ }
11884
+ }
11885
+ },
11433
11886
  "AWS::KinesisAnalytics::ApplicationOutput.LambdaOutput": {
11434
11887
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationoutput-lambdaoutput.html",
11435
11888
  "Properties": {
@@ -11628,6 +12081,17 @@
11628
12081
  }
11629
12082
  }
11630
12083
  },
12084
+ "AWS::DynamoDB::Table.StreamSpecification": {
12085
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html",
12086
+ "Properties": {
12087
+ "StreamViewType": {
12088
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype",
12089
+ "PrimitiveType": "String",
12090
+ "Required": true,
12091
+ "UpdateType": "Mutable"
12092
+ }
12093
+ }
12094
+ },
11631
12095
  "AWS::CodeDeploy::DeploymentGroup.Deployment": {
11632
12096
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment.html",
11633
12097
  "Properties": {
@@ -11651,17 +12115,6 @@
11651
12115
  }
11652
12116
  }
11653
12117
  },
11654
- "AWS::DynamoDB::Table.StreamSpecification": {
11655
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html",
11656
- "Properties": {
11657
- "StreamViewType": {
11658
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-streamspecification.html#cfn-dynamodb-streamspecification-streamviewtype",
11659
- "PrimitiveType": "String",
11660
- "Required": true,
11661
- "UpdateType": "Mutable"
11662
- }
11663
- }
11664
- },
11665
12118
  "AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration": {
11666
12119
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html",
11667
12120
  "Properties": {
@@ -11837,6 +12290,17 @@
11837
12290
  }
11838
12291
  }
11839
12292
  },
12293
+ "AWS::ECS::TaskDefinition.HostVolumeProperties": {
12294
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-volumes-host.html",
12295
+ "Properties": {
12296
+ "SourcePath": {
12297
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-volumes-host.html#cfn-ecs-taskdefinition-volumes-host-sourcepath",
12298
+ "PrimitiveType": "String",
12299
+ "Required": false,
12300
+ "UpdateType": "Immutable"
12301
+ }
12302
+ }
12303
+ },
11840
12304
  "AWS::IAM::User.Policy": {
11841
12305
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html",
11842
12306
  "Properties": {
@@ -11854,17 +12318,6 @@
11854
12318
  }
11855
12319
  }
11856
12320
  },
11857
- "AWS::ECS::TaskDefinition.HostVolumeProperties": {
11858
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-volumes-host.html",
11859
- "Properties": {
11860
- "SourcePath": {
11861
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-volumes-host.html#cfn-ecs-taskdefinition-volumes-host-sourcepath",
11862
- "PrimitiveType": "String",
11863
- "Required": false,
11864
- "UpdateType": "Immutable"
11865
- }
11866
- }
11867
- },
11868
12321
  "AWS::Glue::Partition.PartitionInput": {
11869
12322
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-partitioninput.html",
11870
12323
  "Properties": {
@@ -12111,6 +12564,23 @@
12111
12564
  }
12112
12565
  }
12113
12566
  },
12567
+ "AWS::SES::ReceiptFilter.IpFilter": {
12568
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html",
12569
+ "Properties": {
12570
+ "Policy": {
12571
+ "Required": true,
12572
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy",
12573
+ "PrimitiveType": "String",
12574
+ "UpdateType": "Mutable"
12575
+ },
12576
+ "Cidr": {
12577
+ "Required": true,
12578
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr",
12579
+ "PrimitiveType": "String",
12580
+ "UpdateType": "Mutable"
12581
+ }
12582
+ }
12583
+ },
12114
12584
  "AWS::EMR::Cluster.InstanceFleetProvisioningSpecifications": {
12115
12585
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetprovisioningspecifications.html",
12116
12586
  "Properties": {
@@ -12193,17 +12663,6 @@
12193
12663
  }
12194
12664
  }
12195
12665
  },
12196
- "AWS::DMS::Endpoint.DynamoDbSettings": {
12197
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html",
12198
- "Properties": {
12199
- "ServiceAccessRoleArn": {
12200
- "Required": false,
12201
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn",
12202
- "PrimitiveType": "String",
12203
- "UpdateType": "Mutable"
12204
- }
12205
- }
12206
- },
12207
12666
  "AWS::RDS::OptionGroup.OptionConfiguration": {
12208
12667
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-optionconfigurations.html",
12209
12668
  "Properties": {
@@ -12249,6 +12708,17 @@
12249
12708
  }
12250
12709
  }
12251
12710
  },
12711
+ "AWS::DMS::Endpoint.DynamoDbSettings": {
12712
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html",
12713
+ "Properties": {
12714
+ "ServiceAccessRoleArn": {
12715
+ "Required": false,
12716
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn",
12717
+ "PrimitiveType": "String",
12718
+ "UpdateType": "Mutable"
12719
+ }
12720
+ }
12721
+ },
12252
12722
  "AWS::Lambda::Alias.VersionWeight": {
12253
12723
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-versionweight.html",
12254
12724
  "Properties": {
@@ -12455,35 +12925,35 @@
12455
12925
  }
12456
12926
  }
12457
12927
  },
12458
- "AWS::Glue::Crawler.SchemaChangePolicy": {
12459
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html",
12928
+ "AWS::Cognito::UserPool.StringAttributeConstraints": {
12929
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-stringattributeconstraints.html",
12460
12930
  "Properties": {
12461
- "UpdateBehavior": {
12931
+ "MinLength": {
12462
12932
  "Required": false,
12463
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior",
12933
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-stringattributeconstraints.html#cfn-cognito-userpool-stringattributeconstraints-minlength",
12464
12934
  "PrimitiveType": "String",
12465
12935
  "UpdateType": "Mutable"
12466
12936
  },
12467
- "DeleteBehavior": {
12937
+ "MaxLength": {
12468
12938
  "Required": false,
12469
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior",
12939
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-stringattributeconstraints.html#cfn-cognito-userpool-stringattributeconstraints-maxlength",
12470
12940
  "PrimitiveType": "String",
12471
12941
  "UpdateType": "Mutable"
12472
12942
  }
12473
12943
  }
12474
12944
  },
12475
- "AWS::Cognito::UserPool.StringAttributeConstraints": {
12476
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-stringattributeconstraints.html",
12945
+ "AWS::Glue::Crawler.SchemaChangePolicy": {
12946
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html",
12477
12947
  "Properties": {
12478
- "MinLength": {
12948
+ "UpdateBehavior": {
12479
12949
  "Required": false,
12480
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-stringattributeconstraints.html#cfn-cognito-userpool-stringattributeconstraints-minlength",
12950
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-updatebehavior",
12481
12951
  "PrimitiveType": "String",
12482
12952
  "UpdateType": "Mutable"
12483
12953
  },
12484
- "MaxLength": {
12954
+ "DeleteBehavior": {
12485
12955
  "Required": false,
12486
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-stringattributeconstraints.html#cfn-cognito-userpool-stringattributeconstraints-maxlength",
12956
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-schemachangepolicy.html#cfn-glue-crawler-schemachangepolicy-deletebehavior",
12487
12957
  "PrimitiveType": "String",
12488
12958
  "UpdateType": "Mutable"
12489
12959
  }
@@ -12759,6 +13229,17 @@
12759
13229
  }
12760
13230
  }
12761
13231
  },
13232
+ "AWS::EC2::PlacementGroup": {
13233
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html",
13234
+ "Properties": {
13235
+ "Strategy": {
13236
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy",
13237
+ "PrimitiveType": "String",
13238
+ "Required": false,
13239
+ "UpdateType": "Immutable"
13240
+ }
13241
+ }
13242
+ },
12762
13243
  "AWS::EC2::VPCPeeringConnection": {
12763
13244
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html",
12764
13245
  "Properties": {
@@ -12796,19 +13277,11 @@
12796
13277
  }
12797
13278
  }
12798
13279
  },
12799
- "AWS::EC2::PlacementGroup": {
12800
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html",
12801
- "Properties": {
12802
- "Strategy": {
12803
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy",
12804
- "PrimitiveType": "String",
12805
- "Required": false,
12806
- "UpdateType": "Immutable"
12807
- }
12808
- }
12809
- },
12810
13280
  "AWS::Elasticsearch::Domain": {
12811
13281
  "Attributes": {
13282
+ "Arn": {
13283
+ "PrimitiveType": "String"
13284
+ },
12812
13285
  "DomainArn": {
12813
13286
  "PrimitiveType": "String"
12814
13287
  },
@@ -13569,19 +14042,6 @@
13569
14042
  }
13570
14043
  }
13571
14044
  },
13572
- "AWS::EC2::InternetGateway": {
13573
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html",
13574
- "Properties": {
13575
- "Tags": {
13576
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html#cfn-ec2-internetgateway-tags",
13577
- "DuplicatesAllowed": true,
13578
- "ItemType": "Tag",
13579
- "Required": false,
13580
- "Type": "List",
13581
- "UpdateType": "Mutable"
13582
- }
13583
- }
13584
- },
13585
14045
  "AWS::ECS::Cluster": {
13586
14046
  "Attributes": {
13587
14047
  "Arn": {
@@ -13598,6 +14058,19 @@
13598
14058
  }
13599
14059
  }
13600
14060
  },
14061
+ "AWS::EC2::InternetGateway": {
14062
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html",
14063
+ "Properties": {
14064
+ "Tags": {
14065
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html#cfn-ec2-internetgateway-tags",
14066
+ "DuplicatesAllowed": true,
14067
+ "ItemType": "Tag",
14068
+ "Required": false,
14069
+ "Type": "List",
14070
+ "UpdateType": "Mutable"
14071
+ }
14072
+ }
14073
+ },
13601
14074
  "AWS::ElasticLoadBalancingV2::ListenerCertificate": {
13602
14075
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html",
13603
14076
  "Properties": {
@@ -14121,6 +14594,14 @@
14121
14594
  "PrimitiveType": "String",
14122
14595
  "Required": false,
14123
14596
  "UpdateType": "Immutable"
14597
+ },
14598
+ "Tags": {
14599
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html#cfn-ssm-document-tags",
14600
+ "DuplicatesAllowed": true,
14601
+ "ItemType": "Tag",
14602
+ "Required": false,
14603
+ "Type": "List",
14604
+ "UpdateType": "Mutable"
14124
14605
  }
14125
14606
  }
14126
14607
  },
@@ -14154,29 +14635,6 @@
14154
14635
  }
14155
14636
  }
14156
14637
  },
14157
- "AWS::EC2::NetworkInterfacePermission": {
14158
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html",
14159
- "Properties": {
14160
- "AwsAccountId": {
14161
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid",
14162
- "PrimitiveType": "String",
14163
- "Required": true,
14164
- "UpdateType": "Immutable"
14165
- },
14166
- "NetworkInterfaceId": {
14167
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid",
14168
- "PrimitiveType": "String",
14169
- "Required": true,
14170
- "UpdateType": "Immutable"
14171
- },
14172
- "Permission": {
14173
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission",
14174
- "PrimitiveType": "String",
14175
- "Required": true,
14176
- "UpdateType": "Immutable"
14177
- }
14178
- }
14179
- },
14180
14638
  "AWS::Config::DeliveryChannel": {
14181
14639
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html",
14182
14640
  "Properties": {
@@ -14212,6 +14670,29 @@
14212
14670
  }
14213
14671
  }
14214
14672
  },
14673
+ "AWS::EC2::NetworkInterfacePermission": {
14674
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html",
14675
+ "Properties": {
14676
+ "AwsAccountId": {
14677
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid",
14678
+ "PrimitiveType": "String",
14679
+ "Required": true,
14680
+ "UpdateType": "Immutable"
14681
+ },
14682
+ "NetworkInterfaceId": {
14683
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid",
14684
+ "PrimitiveType": "String",
14685
+ "Required": true,
14686
+ "UpdateType": "Immutable"
14687
+ },
14688
+ "Permission": {
14689
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission",
14690
+ "PrimitiveType": "String",
14691
+ "Required": true,
14692
+ "UpdateType": "Immutable"
14693
+ }
14694
+ }
14695
+ },
14215
14696
  "AWS::GameLift::Build": {
14216
14697
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html",
14217
14698
  "Properties": {
@@ -14376,6 +14857,12 @@
14376
14857
  "Required": false,
14377
14858
  "UpdateType": "Immutable"
14378
14859
  },
14860
+ "ClusterIdentifier": {
14861
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusteridentifier",
14862
+ "PrimitiveType": "String",
14863
+ "Required": false,
14864
+ "UpdateType": "Immutable"
14865
+ },
14379
14866
  "ClusterParameterGroupName": {
14380
14867
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#cfn-redshift-cluster-clusterparametergroupname",
14381
14868
  "PrimitiveType": "String",
@@ -14877,27 +15364,10 @@
14877
15364
  "UpdateType": "Immutable"
14878
15365
  },
14879
15366
  "Type": {
14880
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type",
14881
- "PrimitiveType": "String",
14882
- "Required": false,
14883
- "UpdateType": "Mutable"
14884
- }
14885
- }
14886
- },
14887
- "AWS::Inspector::ResourceGroup": {
14888
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html",
14889
- "Attributes": {
14890
- "Arn": {
14891
- "PrimitiveType": "String"
14892
- }
14893
- },
14894
- "Properties": {
14895
- "ResourceGroupTags": {
14896
- "Type": "List",
14897
- "Required": true,
14898
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html#cfn-inspector-resourcegroup-resourcegrouptags",
14899
- "ItemType": "Tag",
14900
- "UpdateType": "Immutable"
15367
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type",
15368
+ "PrimitiveType": "String",
15369
+ "Required": false,
15370
+ "UpdateType": "Mutable"
14901
15371
  }
14902
15372
  }
14903
15373
  },
@@ -14923,6 +15393,23 @@
14923
15393
  }
14924
15394
  }
14925
15395
  },
15396
+ "AWS::Inspector::ResourceGroup": {
15397
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html",
15398
+ "Attributes": {
15399
+ "Arn": {
15400
+ "PrimitiveType": "String"
15401
+ }
15402
+ },
15403
+ "Properties": {
15404
+ "ResourceGroupTags": {
15405
+ "Type": "List",
15406
+ "Required": true,
15407
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html#cfn-inspector-resourcegroup-resourcegrouptags",
15408
+ "ItemType": "Tag",
15409
+ "UpdateType": "Immutable"
15410
+ }
15411
+ }
15412
+ },
14926
15413
  "AWS::ApiGateway::DomainName": {
14927
15414
  "Attributes": {
14928
15415
  "DistributionDomainName": {
@@ -15198,6 +15685,12 @@
15198
15685
  "Required": false,
15199
15686
  "UpdateType": "Mutable"
15200
15687
  },
15688
+ "DBClusterIdentifier": {
15689
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier",
15690
+ "PrimitiveType": "String",
15691
+ "Required": false,
15692
+ "UpdateType": "Immutable"
15693
+ },
15201
15694
  "DBClusterParameterGroupName": {
15202
15695
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname",
15203
15696
  "PrimitiveType": "String",
@@ -15446,6 +15939,36 @@
15446
15939
  }
15447
15940
  }
15448
15941
  },
15942
+ "AWS::Batch::JobQueue": {
15943
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html",
15944
+ "Properties": {
15945
+ "ComputeEnvironmentOrder": {
15946
+ "Type": "List",
15947
+ "Required": true,
15948
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-computeenvironmentorder",
15949
+ "ItemType": "ComputeEnvironmentOrder",
15950
+ "UpdateType": "Mutable"
15951
+ },
15952
+ "Priority": {
15953
+ "Required": true,
15954
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority",
15955
+ "PrimitiveType": "Integer",
15956
+ "UpdateType": "Mutable"
15957
+ },
15958
+ "State": {
15959
+ "Required": false,
15960
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state",
15961
+ "PrimitiveType": "String",
15962
+ "UpdateType": "Mutable"
15963
+ },
15964
+ "JobQueueName": {
15965
+ "Required": false,
15966
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename",
15967
+ "PrimitiveType": "String",
15968
+ "UpdateType": "Immutable"
15969
+ }
15970
+ }
15971
+ },
15449
15972
  "AWS::ElasticLoadBalancing::LoadBalancer": {
15450
15973
  "Attributes": {
15451
15974
  "CanonicalHostedZoneName": {
@@ -15582,36 +16105,6 @@
15582
16105
  }
15583
16106
  }
15584
16107
  },
15585
- "AWS::Batch::JobQueue": {
15586
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html",
15587
- "Properties": {
15588
- "ComputeEnvironmentOrder": {
15589
- "Type": "List",
15590
- "Required": true,
15591
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-computeenvironmentorder",
15592
- "ItemType": "ComputeEnvironmentOrder",
15593
- "UpdateType": "Mutable"
15594
- },
15595
- "Priority": {
15596
- "Required": true,
15597
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority",
15598
- "PrimitiveType": "Integer",
15599
- "UpdateType": "Mutable"
15600
- },
15601
- "State": {
15602
- "Required": false,
15603
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state",
15604
- "PrimitiveType": "String",
15605
- "UpdateType": "Mutable"
15606
- },
15607
- "JobQueueName": {
15608
- "Required": false,
15609
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename",
15610
- "PrimitiveType": "String",
15611
- "UpdateType": "Immutable"
15612
- }
15613
- }
15614
- },
15615
16108
  "AWS::IoT::Thing": {
15616
16109
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thing.html",
15617
16110
  "Properties": {
@@ -15824,6 +16317,23 @@
15824
16317
  }
15825
16318
  }
15826
16319
  },
16320
+ "AWS::EC2::SubnetRouteTableAssociation": {
16321
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html",
16322
+ "Properties": {
16323
+ "RouteTableId": {
16324
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid",
16325
+ "PrimitiveType": "String",
16326
+ "Required": true,
16327
+ "UpdateType": "Mutable"
16328
+ },
16329
+ "SubnetId": {
16330
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid",
16331
+ "PrimitiveType": "String",
16332
+ "Required": true,
16333
+ "UpdateType": "Immutable"
16334
+ }
16335
+ }
16336
+ },
15827
16337
  "AWS::Glue::Table": {
15828
16338
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html",
15829
16339
  "Properties": {
@@ -15847,34 +16357,28 @@
15847
16357
  }
15848
16358
  }
15849
16359
  },
15850
- "AWS::EC2::SubnetRouteTableAssociation": {
15851
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html",
16360
+ "AWS::IoT::Policy": {
16361
+ "Attributes": {
16362
+ "Arn": {
16363
+ "PrimitiveType": "String"
16364
+ }
16365
+ },
16366
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html",
15852
16367
  "Properties": {
15853
- "RouteTableId": {
15854
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid",
15855
- "PrimitiveType": "String",
16368
+ "PolicyDocument": {
16369
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument",
16370
+ "PrimitiveType": "Json",
15856
16371
  "Required": true,
15857
- "UpdateType": "Mutable"
16372
+ "UpdateType": "Immutable"
15858
16373
  },
15859
- "SubnetId": {
15860
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid",
16374
+ "PolicyName": {
16375
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname",
15861
16376
  "PrimitiveType": "String",
15862
- "Required": true,
16377
+ "Required": false,
15863
16378
  "UpdateType": "Immutable"
15864
16379
  }
15865
16380
  }
15866
16381
  },
15867
- "AWS::ElastiCache::SecurityGroup": {
15868
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html",
15869
- "Properties": {
15870
- "Description": {
15871
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description",
15872
- "PrimitiveType": "String",
15873
- "Required": true,
15874
- "UpdateType": "Mutable"
15875
- }
15876
- }
15877
- },
15878
16382
  "AWS::IAM::InstanceProfile": {
15879
16383
  "Attributes": {
15880
16384
  "Arn": {
@@ -15905,25 +16409,14 @@
15905
16409
  }
15906
16410
  }
15907
16411
  },
15908
- "AWS::IoT::Policy": {
15909
- "Attributes": {
15910
- "Arn": {
15911
- "PrimitiveType": "String"
15912
- }
15913
- },
15914
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html",
16412
+ "AWS::ElastiCache::SecurityGroup": {
16413
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html",
15915
16414
  "Properties": {
15916
- "PolicyDocument": {
15917
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policydocument",
15918
- "PrimitiveType": "Json",
15919
- "Required": true,
15920
- "UpdateType": "Immutable"
15921
- },
15922
- "PolicyName": {
15923
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html#cfn-iot-policy-policyname",
16415
+ "Description": {
16416
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-security-group.html#cfn-elasticache-securitygroup-description",
15924
16417
  "PrimitiveType": "String",
15925
- "Required": false,
15926
- "UpdateType": "Immutable"
16418
+ "Required": true,
16419
+ "UpdateType": "Mutable"
15927
16420
  }
15928
16421
  }
15929
16422
  },
@@ -16230,6 +16723,17 @@
16230
16723
  }
16231
16724
  }
16232
16725
  },
16726
+ "AWS::SES::ReceiptFilter": {
16727
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html",
16728
+ "Properties": {
16729
+ "Filter": {
16730
+ "Type": "Filter",
16731
+ "Required": true,
16732
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html#cfn-ses-receiptfilter-filter",
16733
+ "UpdateType": "Immutable"
16734
+ }
16735
+ }
16736
+ },
16233
16737
  "AWS::Glue::Connection": {
16234
16738
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-connection.html",
16235
16739
  "Properties": {
@@ -16355,6 +16859,29 @@
16355
16859
  }
16356
16860
  }
16357
16861
  },
16862
+ "AWS::ElasticBeanstalk::Application": {
16863
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html",
16864
+ "Properties": {
16865
+ "ApplicationName": {
16866
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name",
16867
+ "PrimitiveType": "String",
16868
+ "Required": false,
16869
+ "UpdateType": "Immutable"
16870
+ },
16871
+ "Description": {
16872
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description",
16873
+ "PrimitiveType": "String",
16874
+ "Required": false,
16875
+ "UpdateType": "Mutable"
16876
+ },
16877
+ "ResourceLifecycleConfig": {
16878
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-resourcelifecycleconfig",
16879
+ "Required": false,
16880
+ "Type": "ApplicationResourceLifecycleConfig",
16881
+ "UpdateType": "Mutable"
16882
+ }
16883
+ }
16884
+ },
16358
16885
  "AWS::ElasticLoadBalancingV2::LoadBalancer": {
16359
16886
  "Attributes": {
16360
16887
  "CanonicalHostedZoneID": {
@@ -16470,26 +16997,26 @@
16470
16997
  }
16471
16998
  }
16472
16999
  },
16473
- "AWS::ElasticBeanstalk::Application": {
16474
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html",
17000
+ "AWS::SES::ReceiptRule": {
17001
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html",
16475
17002
  "Properties": {
16476
- "ApplicationName": {
16477
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-name",
16478
- "PrimitiveType": "String",
17003
+ "After": {
16479
17004
  "Required": false,
16480
- "UpdateType": "Immutable"
16481
- },
16482
- "Description": {
16483
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-description",
17005
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-after",
16484
17006
  "PrimitiveType": "String",
16485
- "Required": false,
16486
17007
  "UpdateType": "Mutable"
16487
17008
  },
16488
- "ResourceLifecycleConfig": {
16489
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk.html#cfn-elasticbeanstalk-application-resourcelifecycleconfig",
16490
- "Required": false,
16491
- "Type": "ApplicationResourceLifecycleConfig",
17009
+ "Rule": {
17010
+ "Type": "Rule",
17011
+ "Required": true,
17012
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rule",
16492
17013
  "UpdateType": "Mutable"
17014
+ },
17015
+ "RuleSetName": {
17016
+ "Required": true,
17017
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname",
17018
+ "PrimitiveType": "String",
17019
+ "UpdateType": "Immutable"
16493
17020
  }
16494
17021
  }
16495
17022
  },
@@ -16524,6 +17051,23 @@
16524
17051
  }
16525
17052
  }
16526
17053
  },
17054
+ "AWS::SES::ConfigurationSetEventDestination": {
17055
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html",
17056
+ "Properties": {
17057
+ "ConfigurationSetName": {
17058
+ "Required": true,
17059
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname",
17060
+ "PrimitiveType": "String",
17061
+ "UpdateType": "Immutable"
17062
+ },
17063
+ "EventDestination": {
17064
+ "Type": "EventDestination",
17065
+ "Required": true,
17066
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-eventdestination",
17067
+ "UpdateType": "Mutable"
17068
+ }
17069
+ }
17070
+ },
16527
17071
  "AWS::ElastiCache::SubnetGroup": {
16528
17072
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html",
16529
17073
  "Properties": {
@@ -16546,17 +17090,53 @@
16546
17090
  "Required": true,
16547
17091
  "Type": "List",
16548
17092
  "UpdateType": "Mutable"
16549
- }
16550
- }
16551
- },
16552
- "AWS::CodeBuild::Project": {
16553
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html",
16554
- "Attributes": {
16555
- "Arn": {
16556
- "PrimitiveType": "String"
16557
- }
16558
- },
16559
- "Properties": {
17093
+ }
17094
+ }
17095
+ },
17096
+ "AWS::CodeBuild::Project": {
17097
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html",
17098
+ "Attributes": {
17099
+ "Arn": {
17100
+ "PrimitiveType": "String"
17101
+ }
17102
+ },
17103
+ "Properties": {
17104
+ "Description": {
17105
+ "Required": false,
17106
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description",
17107
+ "PrimitiveType": "String",
17108
+ "UpdateType": "Mutable"
17109
+ },
17110
+ "VpcConfig": {
17111
+ "Type": "VpcConfig",
17112
+ "Required": false,
17113
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-vpcconfig",
17114
+ "UpdateType": "Mutable"
17115
+ },
17116
+ "EncryptionKey": {
17117
+ "Required": false,
17118
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey",
17119
+ "PrimitiveType": "String",
17120
+ "UpdateType": "Mutable"
17121
+ },
17122
+ "Triggers": {
17123
+ "Type": "ProjectTriggers",
17124
+ "Required": false,
17125
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-triggers",
17126
+ "UpdateType": "Mutable"
17127
+ },
17128
+ "Source": {
17129
+ "Type": "Source",
17130
+ "Required": true,
17131
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-source",
17132
+ "UpdateType": "Mutable"
17133
+ },
17134
+ "Name": {
17135
+ "Required": false,
17136
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name",
17137
+ "PrimitiveType": "String",
17138
+ "UpdateType": "Immutable"
17139
+ },
16560
17140
  "Artifacts": {
16561
17141
  "Type": "Artifacts",
16562
17142
  "Required": true,
@@ -16569,42 +17149,18 @@
16569
17149
  "PrimitiveType": "Boolean",
16570
17150
  "UpdateType": "Mutable"
16571
17151
  },
16572
- "Description": {
16573
- "Required": false,
16574
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description",
16575
- "PrimitiveType": "String",
16576
- "UpdateType": "Mutable"
16577
- },
16578
17152
  "ServiceRole": {
16579
17153
  "Required": true,
16580
17154
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole",
16581
17155
  "PrimitiveType": "String",
16582
17156
  "UpdateType": "Mutable"
16583
17157
  },
16584
- "VpcConfig": {
16585
- "Type": "VpcConfig",
16586
- "Required": false,
16587
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-vpcconfig",
16588
- "UpdateType": "Mutable"
16589
- },
16590
17158
  "Environment": {
16591
17159
  "Type": "Environment",
16592
17160
  "Required": true,
16593
17161
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-environment",
16594
17162
  "UpdateType": "Mutable"
16595
17163
  },
16596
- "EncryptionKey": {
16597
- "Required": false,
16598
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey",
16599
- "PrimitiveType": "String",
16600
- "UpdateType": "Mutable"
16601
- },
16602
- "Source": {
16603
- "Type": "Source",
16604
- "Required": true,
16605
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-source",
16606
- "UpdateType": "Mutable"
16607
- },
16608
17164
  "Tags": {
16609
17165
  "Type": "List",
16610
17166
  "Required": false,
@@ -16612,12 +17168,6 @@
16612
17168
  "ItemType": "Tag",
16613
17169
  "UpdateType": "Mutable"
16614
17170
  },
16615
- "Name": {
16616
- "Required": false,
16617
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name",
16618
- "PrimitiveType": "String",
16619
- "UpdateType": "Immutable"
16620
- },
16621
17171
  "TimeoutInMinutes": {
16622
17172
  "Required": false,
16623
17173
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes",
@@ -17289,6 +17839,17 @@
17289
17839
  }
17290
17840
  }
17291
17841
  },
17842
+ "AWS::SES::Template": {
17843
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html",
17844
+ "Properties": {
17845
+ "Template": {
17846
+ "Type": "Template",
17847
+ "Required": false,
17848
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html#cfn-ses-template-template",
17849
+ "UpdateType": "Mutable"
17850
+ }
17851
+ }
17852
+ },
17292
17853
  "AWS::CloudFront::Distribution": {
17293
17854
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html",
17294
17855
  "Attributes": {
@@ -17707,31 +18268,6 @@
17707
18268
  }
17708
18269
  }
17709
18270
  },
17710
- "AWS::EC2::NatGateway": {
17711
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html",
17712
- "Properties": {
17713
- "AllocationId": {
17714
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid",
17715
- "PrimitiveType": "String",
17716
- "Required": true,
17717
- "UpdateType": "Immutable"
17718
- },
17719
- "SubnetId": {
17720
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid",
17721
- "PrimitiveType": "String",
17722
- "Required": true,
17723
- "UpdateType": "Immutable"
17724
- },
17725
- "Tags": {
17726
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-tags",
17727
- "DuplicatesAllowed": true,
17728
- "ItemType": "Tag",
17729
- "Required": false,
17730
- "Type": "List",
17731
- "UpdateType": "Mutable"
17732
- }
17733
- }
17734
- },
17735
18271
  "AWS::RDS::OptionGroup": {
17736
18272
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html",
17737
18273
  "Properties": {
@@ -17771,6 +18307,31 @@
17771
18307
  }
17772
18308
  }
17773
18309
  },
18310
+ "AWS::EC2::NatGateway": {
18311
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html",
18312
+ "Properties": {
18313
+ "AllocationId": {
18314
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid",
18315
+ "PrimitiveType": "String",
18316
+ "Required": true,
18317
+ "UpdateType": "Immutable"
18318
+ },
18319
+ "SubnetId": {
18320
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid",
18321
+ "PrimitiveType": "String",
18322
+ "Required": true,
18323
+ "UpdateType": "Immutable"
18324
+ },
18325
+ "Tags": {
18326
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-tags",
18327
+ "DuplicatesAllowed": true,
18328
+ "ItemType": "Tag",
18329
+ "Required": false,
18330
+ "Type": "List",
18331
+ "UpdateType": "Mutable"
18332
+ }
18333
+ }
18334
+ },
17774
18335
  "AWS::IoT::TopicRule": {
17775
18336
  "Attributes": {
17776
18337
  "Arn": {
@@ -18358,6 +18919,12 @@
18358
18919
  },
18359
18920
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html",
18360
18921
  "Properties": {
18922
+ "ApiKeySourceType": {
18923
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype",
18924
+ "PrimitiveType": "String",
18925
+ "Required": false,
18926
+ "UpdateType": "Mutable"
18927
+ },
18361
18928
  "BinaryMediaTypes": {
18362
18929
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-binarymediatypes",
18363
18930
  "DuplicatesAllowed": false,
@@ -18402,9 +18969,9 @@
18402
18969
  "Required": false,
18403
18970
  "UpdateType": "Mutable"
18404
18971
  },
18405
- "Mode": {
18406
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-mode",
18407
- "PrimitiveType": "String",
18972
+ "MinimumCompressionSize": {
18973
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize",
18974
+ "PrimitiveType": "Integer",
18408
18975
  "Required": false,
18409
18976
  "UpdateType": "Mutable"
18410
18977
  },
@@ -18851,31 +19418,6 @@
18851
19418
  }
18852
19419
  }
18853
19420
  },
18854
- "AWS::ElastiCache::ParameterGroup": {
18855
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html",
18856
- "Properties": {
18857
- "CacheParameterGroupFamily": {
18858
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily",
18859
- "PrimitiveType": "String",
18860
- "Required": true,
18861
- "UpdateType": "Mutable"
18862
- },
18863
- "Description": {
18864
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description",
18865
- "PrimitiveType": "String",
18866
- "Required": true,
18867
- "UpdateType": "Mutable"
18868
- },
18869
- "Properties": {
18870
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-properties",
18871
- "DuplicatesAllowed": false,
18872
- "PrimitiveItemType": "String",
18873
- "Required": false,
18874
- "Type": "Map",
18875
- "UpdateType": "Mutable"
18876
- }
18877
- }
18878
- },
18879
19421
  "AWS::WAF::ByteMatchSet": {
18880
19422
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html",
18881
19423
  "Properties": {
@@ -18895,125 +19437,47 @@
18895
19437
  }
18896
19438
  }
18897
19439
  },
18898
- "AWS::SQS::QueuePolicy": {
18899
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html",
18900
- "Properties": {
18901
- "PolicyDocument": {
18902
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc",
18903
- "PrimitiveType": "Json",
18904
- "Required": true,
18905
- "UpdateType": "Mutable"
18906
- },
18907
- "Queues": {
18908
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-queues",
18909
- "DuplicatesAllowed": true,
18910
- "PrimitiveItemType": "String",
18911
- "Required": true,
18912
- "Type": "List",
18913
- "UpdateType": "Mutable"
18914
- }
18915
- }
18916
- },
18917
- "AWS::WAF::SqlInjectionMatchSet": {
18918
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html",
19440
+ "AWS::ElastiCache::ParameterGroup": {
19441
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html",
18919
19442
  "Properties": {
18920
- "Name": {
18921
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name",
19443
+ "CacheParameterGroupFamily": {
19444
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-cacheparametergroupfamily",
18922
19445
  "PrimitiveType": "String",
18923
19446
  "Required": true,
18924
- "UpdateType": "Immutable"
18925
- },
18926
- "SqlInjectionMatchTuples": {
18927
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-sqlinjectionmatchtuples",
18928
- "DuplicatesAllowed": false,
18929
- "ItemType": "SqlInjectionMatchTuple",
18930
- "Required": false,
18931
- "Type": "List",
18932
19447
  "UpdateType": "Mutable"
18933
- }
18934
- }
18935
- },
18936
- "AWS::ApplicationAutoScaling::ScalingPolicy": {
18937
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html",
18938
- "Properties": {
18939
- "PolicyName": {
18940
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname",
18941
- "PrimitiveType": "String",
18942
- "Required": true,
18943
- "UpdateType": "Immutable"
18944
19448
  },
18945
- "PolicyType": {
18946
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype",
19449
+ "Description": {
19450
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-description",
18947
19451
  "PrimitiveType": "String",
18948
19452
  "Required": true,
18949
19453
  "UpdateType": "Mutable"
18950
19454
  },
18951
- "ResourceId": {
18952
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid",
18953
- "PrimitiveType": "String",
18954
- "Required": false,
18955
- "UpdateType": "Immutable"
18956
- },
18957
- "ScalableDimension": {
18958
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension",
18959
- "PrimitiveType": "String",
18960
- "Required": false,
18961
- "UpdateType": "Immutable"
18962
- },
18963
- "ScalingTargetId": {
18964
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid",
18965
- "PrimitiveType": "String",
18966
- "Required": false,
18967
- "UpdateType": "Immutable"
18968
- },
18969
- "ServiceNamespace": {
18970
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace",
18971
- "PrimitiveType": "String",
18972
- "Required": false,
18973
- "UpdateType": "Immutable"
18974
- },
18975
- "StepScalingPolicyConfiguration": {
18976
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration",
18977
- "Required": false,
18978
- "Type": "StepScalingPolicyConfiguration",
18979
- "UpdateType": "Mutable"
18980
- },
18981
- "TargetTrackingScalingPolicyConfiguration": {
18982
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration",
19455
+ "Properties": {
19456
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html#cfn-elasticache-parametergroup-properties",
19457
+ "DuplicatesAllowed": false,
19458
+ "PrimitiveItemType": "String",
18983
19459
  "Required": false,
18984
- "Type": "TargetTrackingScalingPolicyConfiguration",
19460
+ "Type": "Map",
18985
19461
  "UpdateType": "Mutable"
18986
19462
  }
18987
19463
  }
18988
19464
  },
18989
- "AWS::EFS::FileSystem": {
18990
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html",
19465
+ "AWS::SQS::QueuePolicy": {
19466
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html",
18991
19467
  "Properties": {
18992
- "Encrypted": {
18993
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted",
18994
- "PrimitiveType": "Boolean",
18995
- "Required": false,
18996
- "UpdateType": "Immutable"
18997
- },
18998
- "FileSystemTags": {
18999
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystemtags",
19000
- "DuplicatesAllowed": false,
19001
- "ItemType": "ElasticFileSystemTag",
19002
- "Required": false,
19003
- "Type": "List",
19004
- "UpdateType": "Mutable"
19005
- },
19006
- "KmsKeyId": {
19007
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid",
19008
- "PrimitiveType": "String",
19009
- "Required": false,
19010
- "UpdateType": "Immutable"
19011
- },
19012
- "PerformanceMode": {
19013
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode",
19014
- "PrimitiveType": "String",
19015
- "Required": false,
19016
- "UpdateType": "Immutable"
19468
+ "PolicyDocument": {
19469
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-policydoc",
19470
+ "PrimitiveType": "Json",
19471
+ "Required": true,
19472
+ "UpdateType": "Mutable"
19473
+ },
19474
+ "Queues": {
19475
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html#cfn-sqs-queuepolicy-queues",
19476
+ "DuplicatesAllowed": true,
19477
+ "PrimitiveItemType": "String",
19478
+ "Required": true,
19479
+ "Type": "List",
19480
+ "UpdateType": "Mutable"
19017
19481
  }
19018
19482
  }
19019
19483
  },
@@ -19104,6 +19568,109 @@
19104
19568
  }
19105
19569
  }
19106
19570
  },
19571
+ "AWS::EFS::FileSystem": {
19572
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html",
19573
+ "Properties": {
19574
+ "Encrypted": {
19575
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-encrypted",
19576
+ "PrimitiveType": "Boolean",
19577
+ "Required": false,
19578
+ "UpdateType": "Immutable"
19579
+ },
19580
+ "FileSystemTags": {
19581
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-filesystemtags",
19582
+ "DuplicatesAllowed": false,
19583
+ "ItemType": "ElasticFileSystemTag",
19584
+ "Required": false,
19585
+ "Type": "List",
19586
+ "UpdateType": "Mutable"
19587
+ },
19588
+ "KmsKeyId": {
19589
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-kmskeyid",
19590
+ "PrimitiveType": "String",
19591
+ "Required": false,
19592
+ "UpdateType": "Immutable"
19593
+ },
19594
+ "PerformanceMode": {
19595
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode",
19596
+ "PrimitiveType": "String",
19597
+ "Required": false,
19598
+ "UpdateType": "Immutable"
19599
+ }
19600
+ }
19601
+ },
19602
+ "AWS::ApplicationAutoScaling::ScalingPolicy": {
19603
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html",
19604
+ "Properties": {
19605
+ "PolicyName": {
19606
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policyname",
19607
+ "PrimitiveType": "String",
19608
+ "Required": true,
19609
+ "UpdateType": "Immutable"
19610
+ },
19611
+ "PolicyType": {
19612
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype",
19613
+ "PrimitiveType": "String",
19614
+ "Required": true,
19615
+ "UpdateType": "Mutable"
19616
+ },
19617
+ "ResourceId": {
19618
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-resourceid",
19619
+ "PrimitiveType": "String",
19620
+ "Required": false,
19621
+ "UpdateType": "Immutable"
19622
+ },
19623
+ "ScalableDimension": {
19624
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalabledimension",
19625
+ "PrimitiveType": "String",
19626
+ "Required": false,
19627
+ "UpdateType": "Immutable"
19628
+ },
19629
+ "ScalingTargetId": {
19630
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-scalingtargetid",
19631
+ "PrimitiveType": "String",
19632
+ "Required": false,
19633
+ "UpdateType": "Immutable"
19634
+ },
19635
+ "ServiceNamespace": {
19636
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-servicenamespace",
19637
+ "PrimitiveType": "String",
19638
+ "Required": false,
19639
+ "UpdateType": "Immutable"
19640
+ },
19641
+ "StepScalingPolicyConfiguration": {
19642
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration",
19643
+ "Required": false,
19644
+ "Type": "StepScalingPolicyConfiguration",
19645
+ "UpdateType": "Mutable"
19646
+ },
19647
+ "TargetTrackingScalingPolicyConfiguration": {
19648
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration",
19649
+ "Required": false,
19650
+ "Type": "TargetTrackingScalingPolicyConfiguration",
19651
+ "UpdateType": "Mutable"
19652
+ }
19653
+ }
19654
+ },
19655
+ "AWS::WAF::SqlInjectionMatchSet": {
19656
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html",
19657
+ "Properties": {
19658
+ "Name": {
19659
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-name",
19660
+ "PrimitiveType": "String",
19661
+ "Required": true,
19662
+ "UpdateType": "Immutable"
19663
+ },
19664
+ "SqlInjectionMatchTuples": {
19665
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sqlinjectionmatchset.html#cfn-waf-sqlinjectionmatchset-sqlinjectionmatchtuples",
19666
+ "DuplicatesAllowed": false,
19667
+ "ItemType": "SqlInjectionMatchTuple",
19668
+ "Required": false,
19669
+ "Type": "List",
19670
+ "UpdateType": "Mutable"
19671
+ }
19672
+ }
19673
+ },
19107
19674
  "AWS::CodeCommit::Repository": {
19108
19675
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html",
19109
19676
  "Attributes": {
@@ -19177,6 +19744,12 @@
19177
19744
  "PrimitiveType": "String",
19178
19745
  "UpdateType": "Mutable"
19179
19746
  },
19747
+ "ApprovedPatchesEnableNonSecurity": {
19748
+ "Required": false,
19749
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity",
19750
+ "PrimitiveType": "Boolean",
19751
+ "UpdateType": "Mutable"
19752
+ },
19180
19753
  "ApprovalRules": {
19181
19754
  "Type": "RuleGroup",
19182
19755
  "Required": false,
@@ -19189,6 +19762,13 @@
19189
19762
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-globalfilters",
19190
19763
  "UpdateType": "Mutable"
19191
19764
  },
19765
+ "Sources": {
19766
+ "Type": "List",
19767
+ "Required": false,
19768
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-sources",
19769
+ "ItemType": "PatchSource",
19770
+ "UpdateType": "Mutable"
19771
+ },
19192
19772
  "Name": {
19193
19773
  "Required": true,
19194
19774
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-name",
@@ -19204,6 +19784,41 @@
19204
19784
  }
19205
19785
  }
19206
19786
  },
19787
+ "AWS::GuardDuty::Member": {
19788
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html",
19789
+ "Properties": {
19790
+ "Status": {
19791
+ "Required": false,
19792
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-status",
19793
+ "PrimitiveType": "String",
19794
+ "UpdateType": "Mutable"
19795
+ },
19796
+ "MemberId": {
19797
+ "Required": true,
19798
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-memberid",
19799
+ "PrimitiveType": "String",
19800
+ "UpdateType": "Immutable"
19801
+ },
19802
+ "Email": {
19803
+ "Required": true,
19804
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-email",
19805
+ "PrimitiveType": "String",
19806
+ "UpdateType": "Immutable"
19807
+ },
19808
+ "Message": {
19809
+ "Required": false,
19810
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-message",
19811
+ "PrimitiveType": "String",
19812
+ "UpdateType": "Mutable"
19813
+ },
19814
+ "DetectorId": {
19815
+ "Required": true,
19816
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid",
19817
+ "PrimitiveType": "String",
19818
+ "UpdateType": "Immutable"
19819
+ }
19820
+ }
19821
+ },
19207
19822
  "AWS::RDS::DBParameterGroup": {
19208
19823
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html",
19209
19824
  "Properties": {
@@ -19999,6 +20614,17 @@
19999
20614
  }
20000
20615
  }
20001
20616
  },
20617
+ "AWS::SES::ConfigurationSet": {
20618
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html",
20619
+ "Properties": {
20620
+ "Name": {
20621
+ "Required": false,
20622
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name",
20623
+ "PrimitiveType": "String",
20624
+ "UpdateType": "Immutable"
20625
+ }
20626
+ }
20627
+ },
20002
20628
  "AWS::Glue::Partition": {
20003
20629
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-partition.html",
20004
20630
  "Properties": {
@@ -20508,25 +21134,125 @@
20508
21134
  "ExtendedS3DestinationConfiguration": {
20509
21135
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration",
20510
21136
  "Required": false,
20511
- "Type": "ExtendedS3DestinationConfiguration",
21137
+ "Type": "ExtendedS3DestinationConfiguration",
21138
+ "UpdateType": "Mutable"
21139
+ },
21140
+ "KinesisStreamSourceConfiguration": {
21141
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration",
21142
+ "Required": false,
21143
+ "Type": "KinesisStreamSourceConfiguration",
21144
+ "UpdateType": "Mutable"
21145
+ },
21146
+ "RedshiftDestinationConfiguration": {
21147
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration",
21148
+ "Required": false,
21149
+ "Type": "RedshiftDestinationConfiguration",
21150
+ "UpdateType": "Mutable"
21151
+ },
21152
+ "S3DestinationConfiguration": {
21153
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration",
21154
+ "Required": false,
21155
+ "Type": "S3DestinationConfiguration",
21156
+ "UpdateType": "Mutable"
21157
+ }
21158
+ }
21159
+ },
21160
+ "AWS::IAM::ManagedPolicy": {
21161
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html",
21162
+ "Properties": {
21163
+ "Description": {
21164
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description",
21165
+ "PrimitiveType": "String",
21166
+ "Required": false,
21167
+ "UpdateType": "Immutable"
21168
+ },
21169
+ "Groups": {
21170
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-groups",
21171
+ "DuplicatesAllowed": false,
21172
+ "PrimitiveItemType": "String",
21173
+ "Required": false,
21174
+ "Type": "List",
21175
+ "UpdateType": "Mutable"
21176
+ },
21177
+ "ManagedPolicyName": {
21178
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname",
21179
+ "PrimitiveType": "String",
21180
+ "Required": false,
21181
+ "UpdateType": "Immutable"
21182
+ },
21183
+ "Path": {
21184
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path",
21185
+ "PrimitiveType": "String",
21186
+ "Required": false,
21187
+ "UpdateType": "Immutable"
21188
+ },
21189
+ "PolicyDocument": {
21190
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument",
21191
+ "PrimitiveType": "Json",
21192
+ "Required": true,
21193
+ "UpdateType": "Mutable"
21194
+ },
21195
+ "Roles": {
21196
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-roles",
21197
+ "DuplicatesAllowed": true,
21198
+ "PrimitiveItemType": "String",
21199
+ "Required": false,
21200
+ "Type": "List",
21201
+ "UpdateType": "Mutable"
21202
+ },
21203
+ "Users": {
21204
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-users",
21205
+ "DuplicatesAllowed": true,
21206
+ "PrimitiveItemType": "String",
21207
+ "Required": false,
21208
+ "Type": "List",
21209
+ "UpdateType": "Mutable"
21210
+ }
21211
+ }
21212
+ },
21213
+ "AWS::WAFRegional::IPSet": {
21214
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html",
21215
+ "Properties": {
21216
+ "IPSetDescriptors": {
21217
+ "Type": "List",
21218
+ "Required": false,
21219
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-ipsetdescriptors",
21220
+ "ItemType": "IPSetDescriptor",
21221
+ "UpdateType": "Mutable"
21222
+ },
21223
+ "Name": {
21224
+ "Required": true,
21225
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name",
21226
+ "PrimitiveType": "String",
21227
+ "UpdateType": "Immutable"
21228
+ }
21229
+ }
21230
+ },
21231
+ "AWS::EC2::NetworkInterfaceAttachment": {
21232
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html",
21233
+ "Properties": {
21234
+ "DeleteOnTermination": {
21235
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm",
21236
+ "PrimitiveType": "Boolean",
21237
+ "Required": false,
20512
21238
  "UpdateType": "Mutable"
20513
21239
  },
20514
- "KinesisStreamSourceConfiguration": {
20515
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration",
20516
- "Required": false,
20517
- "Type": "KinesisStreamSourceConfiguration",
21240
+ "DeviceIndex": {
21241
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex",
21242
+ "PrimitiveType": "String",
21243
+ "Required": true,
20518
21244
  "UpdateType": "Mutable"
20519
21245
  },
20520
- "RedshiftDestinationConfiguration": {
20521
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration",
20522
- "Required": false,
20523
- "Type": "RedshiftDestinationConfiguration",
21246
+ "InstanceId": {
21247
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid",
21248
+ "PrimitiveType": "String",
21249
+ "Required": true,
20524
21250
  "UpdateType": "Mutable"
20525
21251
  },
20526
- "S3DestinationConfiguration": {
20527
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration",
20528
- "Required": false,
20529
- "Type": "S3DestinationConfiguration",
21252
+ "NetworkInterfaceId": {
21253
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid",
21254
+ "PrimitiveType": "String",
21255
+ "Required": true,
20530
21256
  "UpdateType": "Mutable"
20531
21257
  }
20532
21258
  }
@@ -20784,106 +21510,6 @@
20784
21510
  }
20785
21511
  }
20786
21512
  },
20787
- "AWS::IAM::ManagedPolicy": {
20788
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html",
20789
- "Properties": {
20790
- "Description": {
20791
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-description",
20792
- "PrimitiveType": "String",
20793
- "Required": false,
20794
- "UpdateType": "Immutable"
20795
- },
20796
- "Groups": {
20797
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-groups",
20798
- "DuplicatesAllowed": false,
20799
- "PrimitiveItemType": "String",
20800
- "Required": false,
20801
- "Type": "List",
20802
- "UpdateType": "Mutable"
20803
- },
20804
- "ManagedPolicyName": {
20805
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-managedpolicyname",
20806
- "PrimitiveType": "String",
20807
- "Required": false,
20808
- "UpdateType": "Immutable"
20809
- },
20810
- "Path": {
20811
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-ec2-dhcpoptions-path",
20812
- "PrimitiveType": "String",
20813
- "Required": false,
20814
- "UpdateType": "Immutable"
20815
- },
20816
- "PolicyDocument": {
20817
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-policydocument",
20818
- "PrimitiveType": "Json",
20819
- "Required": true,
20820
- "UpdateType": "Mutable"
20821
- },
20822
- "Roles": {
20823
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-roles",
20824
- "DuplicatesAllowed": true,
20825
- "PrimitiveItemType": "String",
20826
- "Required": false,
20827
- "Type": "List",
20828
- "UpdateType": "Mutable"
20829
- },
20830
- "Users": {
20831
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html#cfn-iam-managedpolicy-users",
20832
- "DuplicatesAllowed": true,
20833
- "PrimitiveItemType": "String",
20834
- "Required": false,
20835
- "Type": "List",
20836
- "UpdateType": "Mutable"
20837
- }
20838
- }
20839
- },
20840
- "AWS::EC2::NetworkInterfaceAttachment": {
20841
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html",
20842
- "Properties": {
20843
- "DeleteOnTermination": {
20844
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deleteonterm",
20845
- "PrimitiveType": "Boolean",
20846
- "Required": false,
20847
- "UpdateType": "Mutable"
20848
- },
20849
- "DeviceIndex": {
20850
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-deviceindex",
20851
- "PrimitiveType": "String",
20852
- "Required": true,
20853
- "UpdateType": "Mutable"
20854
- },
20855
- "InstanceId": {
20856
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-instanceid",
20857
- "PrimitiveType": "String",
20858
- "Required": true,
20859
- "UpdateType": "Mutable"
20860
- },
20861
- "NetworkInterfaceId": {
20862
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface-attachment.html#cfn-ec2-network-interface-attachment-networkinterfaceid",
20863
- "PrimitiveType": "String",
20864
- "Required": true,
20865
- "UpdateType": "Mutable"
20866
- }
20867
- }
20868
- },
20869
- "AWS::WAFRegional::IPSet": {
20870
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html",
20871
- "Properties": {
20872
- "IPSetDescriptors": {
20873
- "Type": "List",
20874
- "Required": false,
20875
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-ipsetdescriptors",
20876
- "ItemType": "IPSetDescriptor",
20877
- "UpdateType": "Mutable"
20878
- },
20879
- "Name": {
20880
- "Required": true,
20881
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html#cfn-wafregional-ipset-name",
20882
- "PrimitiveType": "String",
20883
- "UpdateType": "Immutable"
20884
- }
20885
- }
20886
- },
20887
21513
  "AWS::IoT::PolicyPrincipalAttachment": {
20888
21514
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policyprincipalattachment.html",
20889
21515
  "Properties": {
@@ -21119,6 +21745,30 @@
21119
21745
  }
21120
21746
  }
21121
21747
  },
21748
+ "AWS::ApiGateway::VpcLink": {
21749
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html",
21750
+ "Properties": {
21751
+ "Description": {
21752
+ "Required": false,
21753
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description",
21754
+ "PrimitiveType": "String",
21755
+ "UpdateType": "Mutable"
21756
+ },
21757
+ "TargetArns": {
21758
+ "PrimitiveItemType": "String",
21759
+ "Type": "List",
21760
+ "Required": true,
21761
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-targetarns",
21762
+ "UpdateType": "Immutable"
21763
+ },
21764
+ "Name": {
21765
+ "Required": true,
21766
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name",
21767
+ "PrimitiveType": "String",
21768
+ "UpdateType": "Mutable"
21769
+ }
21770
+ }
21771
+ },
21122
21772
  "AWS::ECR::Repository": {
21123
21773
  "Attributes": {
21124
21774
  "Arn": {
@@ -21232,17 +21882,6 @@
21232
21882
  }
21233
21883
  }
21234
21884
  },
21235
- "AWS::ApiGateway::ClientCertificate": {
21236
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html",
21237
- "Properties": {
21238
- "Description": {
21239
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description",
21240
- "PrimitiveType": "String",
21241
- "Required": false,
21242
- "UpdateType": "Mutable"
21243
- }
21244
- }
21245
- },
21246
21885
  "AWS::ApiGateway::Method": {
21247
21886
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html",
21248
21887
  "Properties": {
@@ -21326,6 +21965,17 @@
21326
21965
  }
21327
21966
  }
21328
21967
  },
21968
+ "AWS::ApiGateway::ClientCertificate": {
21969
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html",
21970
+ "Properties": {
21971
+ "Description": {
21972
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description",
21973
+ "PrimitiveType": "String",
21974
+ "Required": false,
21975
+ "UpdateType": "Mutable"
21976
+ }
21977
+ }
21978
+ },
21329
21979
  "AWS::DMS::Endpoint": {
21330
21980
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-endpoint.html",
21331
21981
  "Attributes": {
@@ -21433,6 +22083,17 @@
21433
22083
  }
21434
22084
  }
21435
22085
  },
22086
+ "AWS::SES::ReceiptRuleSet": {
22087
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html",
22088
+ "Properties": {
22089
+ "RuleSetName": {
22090
+ "Required": false,
22091
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html#cfn-ses-receiptruleset-rulesetname",
22092
+ "PrimitiveType": "String",
22093
+ "UpdateType": "Immutable"
22094
+ }
22095
+ }
22096
+ },
21436
22097
  "AWS::DirectoryService::SimpleAD": {
21437
22098
  "Attributes": {
21438
22099
  "Alias": {
@@ -21988,37 +22649,6 @@
21988
22649
  }
21989
22650
  }
21990
22651
  },
21991
- "AWS::EC2::VPCEndpoint": {
21992
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html",
21993
- "Properties": {
21994
- "PolicyDocument": {
21995
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument",
21996
- "PrimitiveType": "Json",
21997
- "Required": false,
21998
- "UpdateType": "Mutable"
21999
- },
22000
- "RouteTableIds": {
22001
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-routetableids",
22002
- "DuplicatesAllowed": false,
22003
- "PrimitiveItemType": "String",
22004
- "Required": false,
22005
- "Type": "List",
22006
- "UpdateType": "Mutable"
22007
- },
22008
- "ServiceName": {
22009
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename",
22010
- "PrimitiveType": "String",
22011
- "Required": true,
22012
- "UpdateType": "Immutable"
22013
- },
22014
- "VpcId": {
22015
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid",
22016
- "PrimitiveType": "String",
22017
- "Required": true,
22018
- "UpdateType": "Immutable"
22019
- }
22020
- }
22021
- },
22022
22652
  "AWS::Glue::DevEndpoint": {
22023
22653
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html",
22024
22654
  "Properties": {
@@ -22073,6 +22703,37 @@
22073
22703
  }
22074
22704
  }
22075
22705
  },
22706
+ "AWS::EC2::VPCEndpoint": {
22707
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html",
22708
+ "Properties": {
22709
+ "PolicyDocument": {
22710
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument",
22711
+ "PrimitiveType": "Json",
22712
+ "Required": false,
22713
+ "UpdateType": "Mutable"
22714
+ },
22715
+ "RouteTableIds": {
22716
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-routetableids",
22717
+ "DuplicatesAllowed": false,
22718
+ "PrimitiveItemType": "String",
22719
+ "Required": false,
22720
+ "Type": "List",
22721
+ "UpdateType": "Mutable"
22722
+ },
22723
+ "ServiceName": {
22724
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename",
22725
+ "PrimitiveType": "String",
22726
+ "Required": true,
22727
+ "UpdateType": "Immutable"
22728
+ },
22729
+ "VpcId": {
22730
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid",
22731
+ "PrimitiveType": "String",
22732
+ "Required": true,
22733
+ "UpdateType": "Immutable"
22734
+ }
22735
+ }
22736
+ },
22076
22737
  "AWS::OpsWorks::UserProfile": {
22077
22738
  "Attributes": {
22078
22739
  "SshUsername": {
@@ -22903,6 +23564,29 @@
22903
23564
  }
22904
23565
  }
22905
23566
  },
23567
+ "AWS::GuardDuty::Master": {
23568
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html",
23569
+ "Properties": {
23570
+ "DetectorId": {
23571
+ "Required": true,
23572
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid",
23573
+ "PrimitiveType": "String",
23574
+ "UpdateType": "Immutable"
23575
+ },
23576
+ "MasterId": {
23577
+ "Required": true,
23578
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid",
23579
+ "PrimitiveType": "String",
23580
+ "UpdateType": "Immutable"
23581
+ },
23582
+ "InvitationId": {
23583
+ "Required": true,
23584
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid",
23585
+ "PrimitiveType": "String",
23586
+ "UpdateType": "Immutable"
23587
+ }
23588
+ }
23589
+ },
22906
23590
  "AWS::Inspector::AssessmentTarget": {
22907
23591
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html",
22908
23592
  "Attributes": {
@@ -22945,6 +23629,12 @@
22945
23629
  "AWS::AutoScaling::AutoScalingGroup": {
22946
23630
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html",
22947
23631
  "Properties": {
23632
+ "AutoScalingGroupName": {
23633
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname",
23634
+ "PrimitiveType": "String",
23635
+ "Required": false,
23636
+ "UpdateType": "Immutable"
23637
+ },
22948
23638
  "AvailabilityZones": {
22949
23639
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-availabilityzones",
22950
23640
  "DuplicatesAllowed": true,
@@ -23577,5 +24267,5 @@
23577
24267
  }
23578
24268
  }
23579
24269
  },
23580
- "ResourceSpecificationVersion": "1.13.0"
24270
+ "ResourceSpecificationVersion": "2.0.0"
23581
24271
  }