humidifier 3.3.0 → 3.4.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: 78e179a06d709c2f5a0eacbd05b973f895bbadb743b4aab2f1cbd7b6245fd0bd
4
- data.tar.gz: 27c229c514220a894c0a05318ee1b711fc7a57c8797491fa2a7141545b1f55bf
3
+ metadata.gz: d4175ac6144fc4912f4113d288fc2936e7148c1d6aad743bd6852e099f4082fc
4
+ data.tar.gz: 29b16a2758e1a24414bbe2aaa3334ade409db5c1c07086ca17f3c5958bf870a3
5
5
  SHA512:
6
- metadata.gz: 8f08a792d4ee39efdeff1451005a09b90838c9e76c2fd915278253a2827a8af6567ad2e60bd610d813b5111bb37c1fa0e171c2f87f08de5f42d7f0c3b097120a
7
- data.tar.gz: bdc91b46290b5b0c64927eecb19c4b3108f343352548f469c0b4bd0d9314267f4c01e0d58fdfb70a3f41659324aa45b27a16da9bd6d016812c8fefb5b458ccdc
6
+ metadata.gz: f6e121c821c03f989638fdfc521f249defa3407a67ad33eab20f2f9acad084487078c717936166bd83e9730a492ca4fcd6ad21af6fb2de85a49634f44340a08d
7
+ data.tar.gz: 6cbf9186c23a8f2bc6e5b41eec9e24f3b6acdd9e5075bcc92bf1b00944565f012294bb1297981911bdf91f56fb0780ea99144aa837d7fd888809d70b374f69a6
@@ -52,6 +52,73 @@
52
52
  }
53
53
  }
54
54
  },
55
+ "AWS::KinesisFirehose::DeliveryStream.OrcSerDe": {
56
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html",
57
+ "Properties": {
58
+ "BlockSizeBytes": {
59
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-blocksizebytes",
60
+ "PrimitiveType": "Integer",
61
+ "Required": false,
62
+ "UpdateType": "Mutable"
63
+ },
64
+ "BloomFilterColumns": {
65
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfiltercolumns",
66
+ "DuplicatesAllowed": false,
67
+ "PrimitiveItemType": "String",
68
+ "Required": false,
69
+ "Type": "List",
70
+ "UpdateType": "Mutable"
71
+ },
72
+ "BloomFilterFalsePositiveProbability": {
73
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-bloomfilterfalsepositiveprobability",
74
+ "PrimitiveType": "Double",
75
+ "Required": false,
76
+ "UpdateType": "Mutable"
77
+ },
78
+ "Compression": {
79
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-compression",
80
+ "PrimitiveType": "String",
81
+ "Required": false,
82
+ "UpdateType": "Mutable"
83
+ },
84
+ "DictionaryKeyThreshold": {
85
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-dictionarykeythreshold",
86
+ "PrimitiveType": "Double",
87
+ "Required": false,
88
+ "UpdateType": "Mutable"
89
+ },
90
+ "EnablePadding": {
91
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-enablepadding",
92
+ "PrimitiveType": "Boolean",
93
+ "Required": false,
94
+ "UpdateType": "Mutable"
95
+ },
96
+ "FormatVersion": {
97
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-formatversion",
98
+ "PrimitiveType": "String",
99
+ "Required": false,
100
+ "UpdateType": "Mutable"
101
+ },
102
+ "PaddingTolerance": {
103
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-paddingtolerance",
104
+ "PrimitiveType": "Double",
105
+ "Required": false,
106
+ "UpdateType": "Mutable"
107
+ },
108
+ "RowIndexStride": {
109
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-rowindexstride",
110
+ "PrimitiveType": "Integer",
111
+ "Required": false,
112
+ "UpdateType": "Mutable"
113
+ },
114
+ "StripeSizeBytes": {
115
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-orcserde.html#cfn-kinesisfirehose-deliverystream-orcserde-stripesizebytes",
116
+ "PrimitiveType": "Integer",
117
+ "Required": false,
118
+ "UpdateType": "Mutable"
119
+ }
120
+ }
121
+ },
55
122
  "AWS::Greengrass::CoreDefinition.Core": {
56
123
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-coredefinition-core.html",
57
124
  "Properties": {
@@ -227,6 +294,23 @@
227
294
  }
228
295
  }
229
296
  },
297
+ "AWS::Pinpoint::Campaign.MetricDimension": {
298
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-metricdimension.html",
299
+ "Properties": {
300
+ "ComparisonOperator": {
301
+ "Required": false,
302
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-metricdimension.html#cfn-pinpoint-campaign-metricdimension-comparisonoperator",
303
+ "PrimitiveType": "String",
304
+ "UpdateType": "Mutable"
305
+ },
306
+ "Value": {
307
+ "Required": false,
308
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-metricdimension.html#cfn-pinpoint-campaign-metricdimension-value",
309
+ "PrimitiveType": "Double",
310
+ "UpdateType": "Mutable"
311
+ }
312
+ }
313
+ },
230
314
  "AWS::Events::Rule.RunCommandParameters": {
231
315
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-runcommandparameters.html",
232
316
  "Properties": {
@@ -1153,6 +1237,23 @@
1153
1237
  }
1154
1238
  }
1155
1239
  },
1240
+ "AWS::MSK::Cluster.EncryptionInfo": {
1241
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptioninfo.html",
1242
+ "Properties": {
1243
+ "EncryptionAtRest": {
1244
+ "Type": "EncryptionAtRest",
1245
+ "Required": false,
1246
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptioninfo.html#cfn-msk-cluster-encryptioninfo-encryptionatrest",
1247
+ "UpdateType": "Immutable"
1248
+ },
1249
+ "EncryptionInTransit": {
1250
+ "Type": "EncryptionInTransit",
1251
+ "Required": false,
1252
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptioninfo.html#cfn-msk-cluster-encryptioninfo-encryptionintransit",
1253
+ "UpdateType": "Immutable"
1254
+ }
1255
+ }
1256
+ },
1156
1257
  "AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration": {
1157
1258
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html",
1158
1259
  "Properties": {
@@ -1532,7 +1633,7 @@
1532
1633
  "Properties": {
1533
1634
  "DNS": {
1534
1635
  "Type": "DnsServiceDiscovery",
1535
- "Required": true,
1636
+ "Required": false,
1536
1637
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-servicediscovery.html#cfn-appmesh-virtualnode-servicediscovery-dns",
1537
1638
  "UpdateType": "Mutable"
1538
1639
  }
@@ -1690,6 +1791,23 @@
1690
1791
  }
1691
1792
  }
1692
1793
  },
1794
+ "AWS::Pinpoint::Segment.Coordinates": {
1795
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html",
1796
+ "Properties": {
1797
+ "Latitude": {
1798
+ "Required": true,
1799
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-latitude",
1800
+ "PrimitiveType": "Double",
1801
+ "UpdateType": "Mutable"
1802
+ },
1803
+ "Longitude": {
1804
+ "Required": true,
1805
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates-longitude",
1806
+ "PrimitiveType": "Double",
1807
+ "UpdateType": "Mutable"
1808
+ }
1809
+ }
1810
+ },
1693
1811
  "AWS::EMR::InstanceFleetConfig.SpotProvisioningSpecification": {
1694
1812
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-spotprovisioningspecification.html",
1695
1813
  "Properties": {
@@ -1911,6 +2029,23 @@
1911
2029
  }
1912
2030
  }
1913
2031
  },
2032
+ "AWS::IoTAnalytics::Dataset.GlueConfiguration": {
2033
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-glueconfiguration.html",
2034
+ "Properties": {
2035
+ "TableName": {
2036
+ "Required": true,
2037
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-glueconfiguration.html#cfn-iotanalytics-dataset-glueconfiguration-tablename",
2038
+ "PrimitiveType": "String",
2039
+ "UpdateType": "Mutable"
2040
+ },
2041
+ "DatabaseName": {
2042
+ "Required": true,
2043
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-glueconfiguration.html#cfn-iotanalytics-dataset-glueconfiguration-databasename",
2044
+ "PrimitiveType": "String",
2045
+ "UpdateType": "Mutable"
2046
+ }
2047
+ }
2048
+ },
1914
2049
  "AWS::AutoScaling::ScalingPolicy.CustomizedMetricSpecification": {
1915
2050
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-customizedmetricspecification.html",
1916
2051
  "Properties": {
@@ -2150,6 +2285,17 @@
2150
2285
  }
2151
2286
  }
2152
2287
  },
2288
+ "AWS::KinesisFirehose::DeliveryStream.InputFormatConfiguration": {
2289
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-inputformatconfiguration.html",
2290
+ "Properties": {
2291
+ "Deserializer": {
2292
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-inputformatconfiguration.html#cfn-kinesisfirehose-deliverystream-inputformatconfiguration-deserializer",
2293
+ "Required": true,
2294
+ "Type": "Deserializer",
2295
+ "UpdateType": "Mutable"
2296
+ }
2297
+ }
2298
+ },
2153
2299
  "AWS::IoT::TopicRule.PutItemInput": {
2154
2300
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-putiteminput.html",
2155
2301
  "Properties": {
@@ -2565,6 +2711,14 @@
2565
2711
  "Required": false,
2566
2712
  "UpdateType": "Immutable"
2567
2713
  },
2714
+ "Ec2SubnetIds": {
2715
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-ec2subnetids",
2716
+ "DuplicatesAllowed": false,
2717
+ "PrimitiveItemType": "String",
2718
+ "Required": false,
2719
+ "Type": "List",
2720
+ "UpdateType": "Immutable"
2721
+ },
2568
2722
  "EmrManagedMasterSecurityGroup": {
2569
2723
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-jobflowinstancesconfig.html#cfn-elasticmapreduce-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup",
2570
2724
  "PrimitiveType": "String",
@@ -2743,6 +2897,29 @@
2743
2897
  }
2744
2898
  }
2745
2899
  },
2900
+ "AWS::Amplify::App.BasicAuthConfig": {
2901
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html",
2902
+ "Properties": {
2903
+ "Username": {
2904
+ "Required": true,
2905
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username",
2906
+ "PrimitiveType": "String",
2907
+ "UpdateType": "Mutable"
2908
+ },
2909
+ "EnableBasicAuth": {
2910
+ "Required": false,
2911
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth",
2912
+ "PrimitiveType": "Boolean",
2913
+ "UpdateType": "Mutable"
2914
+ },
2915
+ "Password": {
2916
+ "Required": true,
2917
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password",
2918
+ "PrimitiveType": "String",
2919
+ "UpdateType": "Mutable"
2920
+ }
2921
+ }
2922
+ },
2746
2923
  "AWS::IoT::TopicRule.SnsAction": {
2747
2924
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-snsaction.html",
2748
2925
  "Properties": {
@@ -3101,6 +3278,19 @@
3101
3278
  }
3102
3279
  }
3103
3280
  },
3281
+ "AWS::ElasticLoadBalancingV2::ListenerRule.SourceIpConfig": {
3282
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-sourceipconfig.html",
3283
+ "Properties": {
3284
+ "Values": {
3285
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-sourceipconfig.html#cfn-elasticloadbalancingv2-listenerrule-sourceipconfig-values",
3286
+ "DuplicatesAllowed": false,
3287
+ "PrimitiveItemType": "String",
3288
+ "Required": false,
3289
+ "Type": "List",
3290
+ "UpdateType": "Mutable"
3291
+ }
3292
+ }
3293
+ },
3104
3294
  "AWS::Budgets::Budget.BudgetData": {
3105
3295
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html",
3106
3296
  "Properties": {
@@ -3289,6 +3479,13 @@
3289
3479
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-schedule.html#cfn-dlm-lifecyclepolicy-schedule-createrule",
3290
3480
  "UpdateType": "Mutable"
3291
3481
  },
3482
+ "VariableTags": {
3483
+ "Type": "List",
3484
+ "Required": false,
3485
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-schedule.html#cfn-dlm-lifecyclepolicy-schedule-variabletags",
3486
+ "ItemType": "Tag",
3487
+ "UpdateType": "Mutable"
3488
+ },
3292
3489
  "RetainRule": {
3293
3490
  "Type": "RetainRule",
3294
3491
  "Required": false,
@@ -3332,6 +3529,24 @@
3332
3529
  }
3333
3530
  }
3334
3531
  },
3532
+ "AWS::Pinpoint::Campaign.SetDimension": {
3533
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html",
3534
+ "Properties": {
3535
+ "DimensionType": {
3536
+ "Required": false,
3537
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-dimensiontype",
3538
+ "PrimitiveType": "String",
3539
+ "UpdateType": "Mutable"
3540
+ },
3541
+ "Values": {
3542
+ "PrimitiveItemType": "String",
3543
+ "Type": "List",
3544
+ "Required": false,
3545
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-setdimension.html#cfn-pinpoint-campaign-setdimension-values",
3546
+ "UpdateType": "Mutable"
3547
+ }
3548
+ }
3549
+ },
3335
3550
  "AWS::RDS::DBCluster.ScalingConfiguration": {
3336
3551
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html",
3337
3552
  "Properties": {
@@ -3401,6 +3616,23 @@
3401
3616
  }
3402
3617
  }
3403
3618
  },
3619
+ "AWS::ECS::TaskDefinition.Secret": {
3620
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-secret.html",
3621
+ "Properties": {
3622
+ "Name": {
3623
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-secret.html#cfn-ecs-taskdefinition-secret-name",
3624
+ "PrimitiveType": "String",
3625
+ "Required": true,
3626
+ "UpdateType": "Immutable"
3627
+ },
3628
+ "ValueFrom": {
3629
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-secret.html#cfn-ecs-taskdefinition-secret-valuefrom",
3630
+ "PrimitiveType": "String",
3631
+ "Required": true,
3632
+ "UpdateType": "Immutable"
3633
+ }
3634
+ }
3635
+ },
3404
3636
  "AWS::CloudFront::StreamingDistribution.TrustedSigners": {
3405
3637
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-trustedsigners.html",
3406
3638
  "Properties": {
@@ -4392,6 +4624,23 @@
4392
4624
  }
4393
4625
  }
4394
4626
  },
4627
+ "AWS::ElasticLoadBalancingV2::ListenerRule.QueryStringKeyValue": {
4628
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringkeyvalue.html",
4629
+ "Properties": {
4630
+ "Key": {
4631
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringkeyvalue.html#cfn-elasticloadbalancingv2-listenerrule-querystringkeyvalue-key",
4632
+ "PrimitiveType": "String",
4633
+ "Required": false,
4634
+ "UpdateType": "Mutable"
4635
+ },
4636
+ "Value": {
4637
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringkeyvalue.html#cfn-elasticloadbalancingv2-listenerrule-querystringkeyvalue-value",
4638
+ "PrimitiveType": "String",
4639
+ "Required": false,
4640
+ "UpdateType": "Mutable"
4641
+ }
4642
+ }
4643
+ },
4395
4644
  "AWS::Greengrass::ResourceDefinition.S3MachineLearningModelResourceData": {
4396
4645
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinition-s3machinelearningmodelresourcedata.html",
4397
4646
  "Properties": {
@@ -4935,6 +5184,29 @@
4935
5184
  }
4936
5185
  }
4937
5186
  },
5187
+ "AWS::Pinpoint::Campaign.EventDimensions": {
5188
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html",
5189
+ "Properties": {
5190
+ "Metrics": {
5191
+ "Required": false,
5192
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-metrics",
5193
+ "PrimitiveType": "Json",
5194
+ "UpdateType": "Mutable"
5195
+ },
5196
+ "EventType": {
5197
+ "Type": "SetDimension",
5198
+ "Required": false,
5199
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-eventtype",
5200
+ "UpdateType": "Mutable"
5201
+ },
5202
+ "Attributes": {
5203
+ "Required": false,
5204
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-eventdimensions.html#cfn-pinpoint-campaign-eventdimensions-attributes",
5205
+ "PrimitiveType": "Json",
5206
+ "UpdateType": "Mutable"
5207
+ }
5208
+ }
5209
+ },
4938
5210
  "AWS::CodeDeploy::DeploymentGroup.ELBInfo": {
4939
5211
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-elbinfo.html",
4940
5212
  "Properties": {
@@ -5222,6 +5494,47 @@
5222
5494
  }
5223
5495
  }
5224
5496
  },
5497
+ "AWS::Pinpoint::Segment.SegmentDimensions": {
5498
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html",
5499
+ "Properties": {
5500
+ "Demographic": {
5501
+ "Type": "Demographic",
5502
+ "Required": false,
5503
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-demographic",
5504
+ "UpdateType": "Mutable"
5505
+ },
5506
+ "Metrics": {
5507
+ "Required": false,
5508
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-metrics",
5509
+ "PrimitiveType": "Json",
5510
+ "UpdateType": "Mutable"
5511
+ },
5512
+ "Attributes": {
5513
+ "Required": false,
5514
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-attributes",
5515
+ "PrimitiveType": "Json",
5516
+ "UpdateType": "Mutable"
5517
+ },
5518
+ "Behavior": {
5519
+ "Type": "Behavior",
5520
+ "Required": false,
5521
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-behavior",
5522
+ "UpdateType": "Mutable"
5523
+ },
5524
+ "UserAttributes": {
5525
+ "Required": false,
5526
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-userattributes",
5527
+ "PrimitiveType": "Json",
5528
+ "UpdateType": "Mutable"
5529
+ },
5530
+ "Location": {
5531
+ "Type": "Location",
5532
+ "Required": false,
5533
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions.html#cfn-pinpoint-segment-segmentdimensions-location",
5534
+ "UpdateType": "Mutable"
5535
+ }
5536
+ }
5537
+ },
5225
5538
  "AWS::SecretsManager::RotationSchedule.RotationRules": {
5226
5539
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-rotationrules.html",
5227
5540
  "Properties": {
@@ -5300,6 +5613,23 @@
5300
5613
  }
5301
5614
  }
5302
5615
  },
5616
+ "AWS::Pinpoint::Segment.SourceSegments": {
5617
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups-sourcesegments.html",
5618
+ "Properties": {
5619
+ "Version": {
5620
+ "Required": false,
5621
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups-sourcesegments.html#cfn-pinpoint-segment-segmentgroups-groups-sourcesegments-version",
5622
+ "PrimitiveType": "Integer",
5623
+ "UpdateType": "Mutable"
5624
+ },
5625
+ "Id": {
5626
+ "Required": true,
5627
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups-sourcesegments.html#cfn-pinpoint-segment-segmentgroups-groups-sourcesegments-id",
5628
+ "PrimitiveType": "String",
5629
+ "UpdateType": "Mutable"
5630
+ }
5631
+ }
5632
+ },
5303
5633
  "AWS::PinpointEmail::ConfigurationSetEventDestination.PinpointDestination": {
5304
5634
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html",
5305
5635
  "Properties": {
@@ -5357,6 +5687,23 @@
5357
5687
  }
5358
5688
  }
5359
5689
  },
5690
+ "AWS::MSK::Cluster.ConfigurationInfo": {
5691
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html",
5692
+ "Properties": {
5693
+ "Revision": {
5694
+ "Required": true,
5695
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-revision",
5696
+ "PrimitiveType": "Integer",
5697
+ "UpdateType": "Immutable"
5698
+ },
5699
+ "Arn": {
5700
+ "Required": true,
5701
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-configurationinfo.html#cfn-msk-cluster-configurationinfo-arn",
5702
+ "PrimitiveType": "String",
5703
+ "UpdateType": "Immutable"
5704
+ }
5705
+ }
5706
+ },
5360
5707
  "AWS::ElasticLoadBalancing::LoadBalancer.LBCookieStickinessPolicy": {
5361
5708
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-LBCookieStickinessPolicy.html",
5362
5709
  "Properties": {
@@ -5700,6 +6047,24 @@
5700
6047
  }
5701
6048
  }
5702
6049
  },
6050
+ "AWS::Pinpoint::Segment.AttributeDimension": {
6051
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-attributedimension.html",
6052
+ "Properties": {
6053
+ "AttributeType": {
6054
+ "Required": false,
6055
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-attributedimension.html#cfn-pinpoint-segment-attributedimension-attributetype",
6056
+ "PrimitiveType": "String",
6057
+ "UpdateType": "Mutable"
6058
+ },
6059
+ "Values": {
6060
+ "PrimitiveItemType": "String",
6061
+ "Type": "List",
6062
+ "Required": false,
6063
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-attributedimension.html#cfn-pinpoint-segment-attributedimension-values",
6064
+ "UpdateType": "Mutable"
6065
+ }
6066
+ }
6067
+ },
5703
6068
  "AWS::ECS::TaskDefinition.VolumeFrom": {
5704
6069
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-volumesfrom.html",
5705
6070
  "Properties": {
@@ -5734,6 +6099,43 @@
5734
6099
  }
5735
6100
  }
5736
6101
  },
6102
+ "AWS::MSK::Cluster.BrokerNodeGroupInfo": {
6103
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html",
6104
+ "Properties": {
6105
+ "SecurityGroups": {
6106
+ "PrimitiveItemType": "String",
6107
+ "Type": "List",
6108
+ "Required": false,
6109
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-securitygroups",
6110
+ "UpdateType": "Immutable"
6111
+ },
6112
+ "ClientSubnets": {
6113
+ "PrimitiveItemType": "String",
6114
+ "Type": "List",
6115
+ "Required": true,
6116
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-clientsubnets",
6117
+ "UpdateType": "Immutable"
6118
+ },
6119
+ "StorageInfo": {
6120
+ "Type": "StorageInfo",
6121
+ "Required": false,
6122
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-storageinfo",
6123
+ "UpdateType": "Immutable"
6124
+ },
6125
+ "BrokerAZDistribution": {
6126
+ "Required": false,
6127
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-brokerazdistribution",
6128
+ "PrimitiveType": "String",
6129
+ "UpdateType": "Immutable"
6130
+ },
6131
+ "InstanceType": {
6132
+ "Required": true,
6133
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype",
6134
+ "PrimitiveType": "String",
6135
+ "UpdateType": "Immutable"
6136
+ }
6137
+ }
6138
+ },
5737
6139
  "AWS::DMS::Endpoint.MongoDbSettings": {
5738
6140
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-mongodbsettings.html",
5739
6141
  "Properties": {
@@ -5823,6 +6225,19 @@
5823
6225
  }
5824
6226
  }
5825
6227
  },
6228
+ "AWS::ElasticLoadBalancingV2::ListenerRule.QueryStringConfig": {
6229
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringconfig.html",
6230
+ "Properties": {
6231
+ "Values": {
6232
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringconfig.html#cfn-elasticloadbalancingv2-listenerrule-querystringconfig-values",
6233
+ "DuplicatesAllowed": false,
6234
+ "ItemType": "QueryStringKeyValue",
6235
+ "Required": false,
6236
+ "Type": "List",
6237
+ "UpdateType": "Mutable"
6238
+ }
6239
+ }
6240
+ },
5826
6241
  "AWS::AppStream::DirectoryConfig.ServiceAccountCredentials": {
5827
6242
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html",
5828
6243
  "Properties": {
@@ -5840,6 +6255,36 @@
5840
6255
  }
5841
6256
  }
5842
6257
  },
6258
+ "AWS::Pinpoint::Segment.GPSPoint": {
6259
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html",
6260
+ "Properties": {
6261
+ "RangeInKilometers": {
6262
+ "Required": true,
6263
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-rangeinkilometers",
6264
+ "PrimitiveType": "Double",
6265
+ "UpdateType": "Mutable"
6266
+ },
6267
+ "Coordinates": {
6268
+ "Type": "Coordinates",
6269
+ "Required": true,
6270
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location-gpspoint.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint-coordinates",
6271
+ "UpdateType": "Mutable"
6272
+ }
6273
+ }
6274
+ },
6275
+ "AWS::ElasticLoadBalancingV2::ListenerRule.PathPatternConfig": {
6276
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-pathpatternconfig.html",
6277
+ "Properties": {
6278
+ "Values": {
6279
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-pathpatternconfig.html#cfn-elasticloadbalancingv2-listenerrule-pathpatternconfig-values",
6280
+ "DuplicatesAllowed": false,
6281
+ "PrimitiveItemType": "String",
6282
+ "Required": false,
6283
+ "Type": "List",
6284
+ "UpdateType": "Mutable"
6285
+ }
6286
+ }
6287
+ },
5843
6288
  "AWS::SNS::Topic.Subscription": {
5844
6289
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-subscription.html",
5845
6290
  "Properties": {
@@ -6326,6 +6771,47 @@
6326
6771
  }
6327
6772
  }
6328
6773
  },
6774
+ "AWS::Pinpoint::Segment.Demographic": {
6775
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-demographic.html",
6776
+ "Properties": {
6777
+ "AppVersion": {
6778
+ "Type": "SetDimension",
6779
+ "Required": false,
6780
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-demographic.html#cfn-pinpoint-segment-segmentdimensions-demographic-appversion",
6781
+ "UpdateType": "Mutable"
6782
+ },
6783
+ "DeviceType": {
6784
+ "Type": "SetDimension",
6785
+ "Required": false,
6786
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-demographic.html#cfn-pinpoint-segment-segmentdimensions-demographic-devicetype",
6787
+ "UpdateType": "Mutable"
6788
+ },
6789
+ "Platform": {
6790
+ "Type": "SetDimension",
6791
+ "Required": false,
6792
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-demographic.html#cfn-pinpoint-segment-segmentdimensions-demographic-platform",
6793
+ "UpdateType": "Mutable"
6794
+ },
6795
+ "Channel": {
6796
+ "Type": "SetDimension",
6797
+ "Required": false,
6798
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-demographic.html#cfn-pinpoint-segment-segmentdimensions-demographic-channel",
6799
+ "UpdateType": "Mutable"
6800
+ },
6801
+ "Model": {
6802
+ "Type": "SetDimension",
6803
+ "Required": false,
6804
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-demographic.html#cfn-pinpoint-segment-segmentdimensions-demographic-model",
6805
+ "UpdateType": "Mutable"
6806
+ },
6807
+ "Make": {
6808
+ "Type": "SetDimension",
6809
+ "Required": false,
6810
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-demographic.html#cfn-pinpoint-segment-segmentdimensions-demographic-make",
6811
+ "UpdateType": "Mutable"
6812
+ }
6813
+ }
6814
+ },
6329
6815
  "AWS::PinpointEmail::ConfigurationSet.ReputationOptions": {
6330
6816
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html",
6331
6817
  "Properties": {
@@ -6378,6 +6864,29 @@
6378
6864
  }
6379
6865
  }
6380
6866
  },
6867
+ "AWS::EC2::ClientVpnEndpoint.ConnectionLogOptions": {
6868
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html",
6869
+ "Properties": {
6870
+ "CloudwatchLogStream": {
6871
+ "Required": false,
6872
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchlogstream",
6873
+ "PrimitiveType": "String",
6874
+ "UpdateType": "Mutable"
6875
+ },
6876
+ "Enabled": {
6877
+ "Required": true,
6878
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-enabled",
6879
+ "PrimitiveType": "Boolean",
6880
+ "UpdateType": "Mutable"
6881
+ },
6882
+ "CloudwatchLogGroup": {
6883
+ "Required": false,
6884
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-connectionlogoptions.html#cfn-ec2-clientvpnendpoint-connectionlogoptions-cloudwatchloggroup",
6885
+ "PrimitiveType": "String",
6886
+ "UpdateType": "Mutable"
6887
+ }
6888
+ }
6889
+ },
6381
6890
  "AWS::CodeBuild::Project.GitSubmodulesConfig": {
6382
6891
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.html",
6383
6892
  "Properties": {
@@ -6452,6 +6961,23 @@
6452
6961
  }
6453
6962
  }
6454
6963
  },
6964
+ "AWS::S3::Bucket.ObjectLockConfiguration": {
6965
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html",
6966
+ "Properties": {
6967
+ "ObjectLockEnabled": {
6968
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled",
6969
+ "PrimitiveType": "String",
6970
+ "Required": false,
6971
+ "UpdateType": "Mutable"
6972
+ },
6973
+ "Rule": {
6974
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-rule",
6975
+ "Required": false,
6976
+ "Type": "ObjectLockRule",
6977
+ "UpdateType": "Mutable"
6978
+ }
6979
+ }
6980
+ },
6455
6981
  "AWS::Batch::JobDefinition.MountPoints": {
6456
6982
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-mountpoints.html",
6457
6983
  "Properties": {
@@ -6639,6 +7165,23 @@
6639
7165
  }
6640
7166
  }
6641
7167
  },
7168
+ "AWS::Pinpoint::Segment.Recency": {
7169
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html",
7170
+ "Properties": {
7171
+ "Duration": {
7172
+ "Required": true,
7173
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-duration",
7174
+ "PrimitiveType": "String",
7175
+ "UpdateType": "Mutable"
7176
+ },
7177
+ "RecencyType": {
7178
+ "Required": true,
7179
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior-recency.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency-recencytype",
7180
+ "PrimitiveType": "String",
7181
+ "UpdateType": "Mutable"
7182
+ }
7183
+ }
7184
+ },
6642
7185
  "AWS::ApplicationAutoScaling::ScalingPolicy.CustomizedMetricSpecification": {
6643
7186
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html",
6644
7187
  "Properties": {
@@ -6676,6 +7219,23 @@
6676
7219
  }
6677
7220
  }
6678
7221
  },
7222
+ "AWS::IoTAnalytics::Dataset.DatasetContentDeliveryRule": {
7223
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentdeliveryrule.html",
7224
+ "Properties": {
7225
+ "Destination": {
7226
+ "Type": "DatasetContentDeliveryRuleDestination",
7227
+ "Required": true,
7228
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentdeliveryrule.html#cfn-iotanalytics-dataset-datasetcontentdeliveryrule-destination",
7229
+ "UpdateType": "Mutable"
7230
+ },
7231
+ "EntryName": {
7232
+ "Required": false,
7233
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentdeliveryrule.html#cfn-iotanalytics-dataset-datasetcontentdeliveryrule-entryname",
7234
+ "PrimitiveType": "String",
7235
+ "UpdateType": "Mutable"
7236
+ }
7237
+ }
7238
+ },
6679
7239
  "AWS::EC2::LaunchTemplate.TagSpecification": {
6680
7240
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html",
6681
7241
  "Properties": {
@@ -7350,6 +7910,19 @@
7350
7910
  }
7351
7911
  }
7352
7912
  },
7913
+ "AWS::KinesisFirehose::DeliveryStream.HiveJsonSerDe": {
7914
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-hivejsonserde.html",
7915
+ "Properties": {
7916
+ "TimestampFormats": {
7917
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-hivejsonserde.html#cfn-kinesisfirehose-deliverystream-hivejsonserde-timestampformats",
7918
+ "DuplicatesAllowed": false,
7919
+ "PrimitiveItemType": "String",
7920
+ "Required": false,
7921
+ "Type": "List",
7922
+ "UpdateType": "Mutable"
7923
+ }
7924
+ }
7925
+ },
7353
7926
  "AWS::IoT1Click::Project.DeviceTemplate": {
7354
7927
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot1click-project-devicetemplate.html",
7355
7928
  "Properties": {
@@ -7384,6 +7957,53 @@
7384
7957
  }
7385
7958
  }
7386
7959
  },
7960
+ "AWS::Pinpoint::Campaign.Schedule": {
7961
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html",
7962
+ "Properties": {
7963
+ "TimeZone": {
7964
+ "Required": false,
7965
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-timezone",
7966
+ "PrimitiveType": "String",
7967
+ "UpdateType": "Mutable"
7968
+ },
7969
+ "QuietTime": {
7970
+ "Type": "QuietTime",
7971
+ "Required": false,
7972
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-quiettime",
7973
+ "UpdateType": "Mutable"
7974
+ },
7975
+ "EndTime": {
7976
+ "Required": false,
7977
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-endtime",
7978
+ "PrimitiveType": "String",
7979
+ "UpdateType": "Mutable"
7980
+ },
7981
+ "StartTime": {
7982
+ "Required": false,
7983
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-starttime",
7984
+ "PrimitiveType": "String",
7985
+ "UpdateType": "Mutable"
7986
+ },
7987
+ "Frequency": {
7988
+ "Required": false,
7989
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-frequency",
7990
+ "PrimitiveType": "String",
7991
+ "UpdateType": "Mutable"
7992
+ },
7993
+ "EventFilter": {
7994
+ "Type": "CampaignEventFilter",
7995
+ "Required": false,
7996
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-eventfilter",
7997
+ "UpdateType": "Mutable"
7998
+ },
7999
+ "IsLocalTime": {
8000
+ "Required": false,
8001
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule.html#cfn-pinpoint-campaign-schedule-islocaltime",
8002
+ "PrimitiveType": "Boolean",
8003
+ "UpdateType": "Mutable"
8004
+ }
8005
+ }
8006
+ },
7387
8007
  "AWS::ElasticLoadBalancingV2::TargetGroup.TargetDescription": {
7388
8008
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetdescription.html",
7389
8009
  "Properties": {
@@ -8301,6 +8921,35 @@
8301
8921
  }
8302
8922
  }
8303
8923
  },
8924
+ "AWS::Pinpoint::ApplicationSettings.Limits": {
8925
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html",
8926
+ "Properties": {
8927
+ "Daily": {
8928
+ "Required": false,
8929
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-daily",
8930
+ "PrimitiveType": "Integer",
8931
+ "UpdateType": "Mutable"
8932
+ },
8933
+ "MaximumDuration": {
8934
+ "Required": false,
8935
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-maximumduration",
8936
+ "PrimitiveType": "Integer",
8937
+ "UpdateType": "Mutable"
8938
+ },
8939
+ "Total": {
8940
+ "Required": false,
8941
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-total",
8942
+ "PrimitiveType": "Integer",
8943
+ "UpdateType": "Mutable"
8944
+ },
8945
+ "MessagesPerSecond": {
8946
+ "Required": false,
8947
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-limits.html#cfn-pinpoint-applicationsettings-limits-messagespersecond",
8948
+ "PrimitiveType": "Integer",
8949
+ "UpdateType": "Mutable"
8950
+ }
8951
+ }
8952
+ },
8304
8953
  "AWS::Glue::Trigger.Condition": {
8305
8954
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-condition.html",
8306
8955
  "Properties": {
@@ -8324,6 +8973,23 @@
8324
8973
  }
8325
8974
  }
8326
8975
  },
8976
+ "AWS::IoTAnalytics::Dataset.IotEventsDestinationConfiguration": {
8977
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-ioteventsdestinationconfiguration.html",
8978
+ "Properties": {
8979
+ "InputName": {
8980
+ "Required": true,
8981
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-ioteventsdestinationconfiguration.html#cfn-iotanalytics-dataset-ioteventsdestinationconfiguration-inputname",
8982
+ "PrimitiveType": "String",
8983
+ "UpdateType": "Mutable"
8984
+ },
8985
+ "RoleArn": {
8986
+ "Required": true,
8987
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-ioteventsdestinationconfiguration.html#cfn-iotanalytics-dataset-ioteventsdestinationconfiguration-rolearn",
8988
+ "PrimitiveType": "String",
8989
+ "UpdateType": "Mutable"
8990
+ }
8991
+ }
8992
+ },
8327
8993
  "AWS::KinesisAnalytics::ApplicationReferenceDataSource.CSVMappingParameters": {
8328
8994
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-csvmappingparameters.html",
8329
8995
  "Properties": {
@@ -8759,6 +9425,23 @@
8759
9425
  }
8760
9426
  }
8761
9427
  },
9428
+ "AWS::Amplify::App.EnvironmentVariable": {
9429
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-environmentvariable.html",
9430
+ "Properties": {
9431
+ "Value": {
9432
+ "Required": true,
9433
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-environmentvariable.html#cfn-amplify-app-environmentvariable-value",
9434
+ "PrimitiveType": "String",
9435
+ "UpdateType": "Mutable"
9436
+ },
9437
+ "Name": {
9438
+ "Required": true,
9439
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-environmentvariable.html#cfn-amplify-app-environmentvariable-name",
9440
+ "PrimitiveType": "String",
9441
+ "UpdateType": "Mutable"
9442
+ }
9443
+ }
9444
+ },
8762
9445
  "AWS::IoTAnalytics::Dataset.Action": {
8763
9446
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-action.html",
8764
9447
  "Properties": {
@@ -8863,6 +9546,23 @@
8863
9546
  }
8864
9547
  }
8865
9548
  },
9549
+ "AWS::Amplify::Domain.SubDomainSetting": {
9550
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-subdomainsetting.html",
9551
+ "Properties": {
9552
+ "Prefix": {
9553
+ "Required": true,
9554
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-subdomainsetting.html#cfn-amplify-domain-subdomainsetting-prefix",
9555
+ "PrimitiveType": "String",
9556
+ "UpdateType": "Mutable"
9557
+ },
9558
+ "BranchName": {
9559
+ "Required": true,
9560
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-subdomainsetting.html#cfn-amplify-domain-subdomainsetting-branchname",
9561
+ "PrimitiveType": "String",
9562
+ "UpdateType": "Mutable"
9563
+ }
9564
+ }
9565
+ },
8866
9566
  "AWS::KinesisFirehose::DeliveryStream.ElasticsearchRetryOptions": {
8867
9567
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchretryoptions.html",
8868
9568
  "Properties": {
@@ -8973,6 +9673,23 @@
8973
9673
  }
8974
9674
  }
8975
9675
  },
9676
+ "AWS::Amplify::Branch.EnvironmentVariable": {
9677
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-environmentvariable.html",
9678
+ "Properties": {
9679
+ "Value": {
9680
+ "Required": true,
9681
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-environmentvariable.html#cfn-amplify-branch-environmentvariable-value",
9682
+ "PrimitiveType": "String",
9683
+ "UpdateType": "Mutable"
9684
+ },
9685
+ "Name": {
9686
+ "Required": true,
9687
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-environmentvariable.html#cfn-amplify-branch-environmentvariable-name",
9688
+ "PrimitiveType": "String",
9689
+ "UpdateType": "Mutable"
9690
+ }
9691
+ }
9692
+ },
8976
9693
  "AWS::IoTAnalytics::Dataset.ContainerAction": {
8977
9694
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-containeraction.html",
8978
9695
  "Properties": {
@@ -9055,6 +9772,35 @@
9055
9772
  }
9056
9773
  }
9057
9774
  },
9775
+ "AWS::KinesisFirehose::DeliveryStream.DataFormatConversionConfiguration": {
9776
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html",
9777
+ "Properties": {
9778
+ "Enabled": {
9779
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-enabled",
9780
+ "PrimitiveType": "Boolean",
9781
+ "Required": true,
9782
+ "UpdateType": "Mutable"
9783
+ },
9784
+ "InputFormatConfiguration": {
9785
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-inputformatconfiguration",
9786
+ "Required": true,
9787
+ "Type": "InputFormatConfiguration",
9788
+ "UpdateType": "Mutable"
9789
+ },
9790
+ "OutputFormatConfiguration": {
9791
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-outputformatconfiguration",
9792
+ "Required": true,
9793
+ "Type": "OutputFormatConfiguration",
9794
+ "UpdateType": "Mutable"
9795
+ },
9796
+ "SchemaConfiguration": {
9797
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-dataformatconversionconfiguration.html#cfn-kinesisfirehose-deliverystream-dataformatconversionconfiguration-schemaconfiguration",
9798
+ "Required": true,
9799
+ "Type": "SchemaConfiguration",
9800
+ "UpdateType": "Mutable"
9801
+ }
9802
+ }
9803
+ },
9058
9804
  "AWS::KinesisAnalyticsV2::Application.ApplicationSnapshotConfiguration": {
9059
9805
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationsnapshotconfiguration.html",
9060
9806
  "Properties": {
@@ -9168,6 +9914,29 @@
9168
9914
  }
9169
9915
  }
9170
9916
  },
9917
+ "AWS::Amplify::Branch.BasicAuthConfig": {
9918
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html",
9919
+ "Properties": {
9920
+ "Username": {
9921
+ "Required": true,
9922
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-username",
9923
+ "PrimitiveType": "String",
9924
+ "UpdateType": "Mutable"
9925
+ },
9926
+ "EnableBasicAuth": {
9927
+ "Required": false,
9928
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-enablebasicauth",
9929
+ "PrimitiveType": "Boolean",
9930
+ "UpdateType": "Mutable"
9931
+ },
9932
+ "Password": {
9933
+ "Required": true,
9934
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-basicauthconfig.html#cfn-amplify-branch-basicauthconfig-password",
9935
+ "PrimitiveType": "String",
9936
+ "UpdateType": "Mutable"
9937
+ }
9938
+ }
9939
+ },
9171
9940
  "AWS::Cognito::IdentityPoolRoleAttachment.RoleMapping": {
9172
9941
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-identitypoolroleattachment-rolemapping.html",
9173
9942
  "Properties": {
@@ -9587,6 +10356,25 @@
9587
10356
  }
9588
10357
  }
9589
10358
  },
10359
+ "AWS::ElasticLoadBalancingV2::ListenerRule.HttpHeaderConfig": {
10360
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-httpheaderconfig.html",
10361
+ "Properties": {
10362
+ "HttpHeaderName": {
10363
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-httpheaderconfig.html#cfn-elasticloadbalancingv2-listenerrule-httpheaderconfig-httpheadername",
10364
+ "PrimitiveType": "String",
10365
+ "Required": false,
10366
+ "UpdateType": "Mutable"
10367
+ },
10368
+ "Values": {
10369
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-httpheaderconfig.html#cfn-elasticloadbalancingv2-listenerrule-httpheaderconfig-values",
10370
+ "DuplicatesAllowed": false,
10371
+ "PrimitiveItemType": "String",
10372
+ "Required": false,
10373
+ "Type": "List",
10374
+ "UpdateType": "Mutable"
10375
+ }
10376
+ }
10377
+ },
9590
10378
  "AWS::WAFRegional::SqlInjectionMatchSet.SqlInjectionMatchTuple": {
9591
10379
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-sqlinjectionmatchset-sqlinjectionmatchtuple.html",
9592
10380
  "Properties": {
@@ -9644,6 +10432,17 @@
9644
10432
  }
9645
10433
  }
9646
10434
  },
10435
+ "AWS::EC2::ClientVpnEndpoint.CertificateAuthenticationRequest": {
10436
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-certificateauthenticationrequest.html",
10437
+ "Properties": {
10438
+ "ClientRootCertificateChainArn": {
10439
+ "Required": true,
10440
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-certificateauthenticationrequest.html#cfn-ec2-clientvpnendpoint-certificateauthenticationrequest-clientrootcertificatechainarn",
10441
+ "PrimitiveType": "String",
10442
+ "UpdateType": "Mutable"
10443
+ }
10444
+ }
10445
+ },
9647
10446
  "AWS::PinpointEmail::ConfigurationSet.TrackingOptions": {
9648
10447
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-trackingoptions.html",
9649
10448
  "Properties": {
@@ -9777,6 +10576,58 @@
9777
10576
  }
9778
10577
  }
9779
10578
  },
10579
+ "AWS::Pinpoint::Campaign.Limits": {
10580
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html",
10581
+ "Properties": {
10582
+ "Daily": {
10583
+ "Required": false,
10584
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-daily",
10585
+ "PrimitiveType": "Integer",
10586
+ "UpdateType": "Mutable"
10587
+ },
10588
+ "MaximumDuration": {
10589
+ "Required": false,
10590
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-maximumduration",
10591
+ "PrimitiveType": "Integer",
10592
+ "UpdateType": "Mutable"
10593
+ },
10594
+ "Total": {
10595
+ "Required": false,
10596
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-total",
10597
+ "PrimitiveType": "Integer",
10598
+ "UpdateType": "Mutable"
10599
+ },
10600
+ "MessagesPerSecond": {
10601
+ "Required": false,
10602
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-limits.html#cfn-pinpoint-campaign-limits-messagespersecond",
10603
+ "PrimitiveType": "Integer",
10604
+ "UpdateType": "Mutable"
10605
+ }
10606
+ }
10607
+ },
10608
+ "AWS::S3::Bucket.DefaultRetention": {
10609
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html",
10610
+ "Properties": {
10611
+ "Days": {
10612
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days",
10613
+ "PrimitiveType": "Integer",
10614
+ "Required": false,
10615
+ "UpdateType": "Mutable"
10616
+ },
10617
+ "Mode": {
10618
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode",
10619
+ "PrimitiveType": "String",
10620
+ "Required": false,
10621
+ "UpdateType": "Mutable"
10622
+ },
10623
+ "Years": {
10624
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years",
10625
+ "PrimitiveType": "Integer",
10626
+ "Required": false,
10627
+ "UpdateType": "Mutable"
10628
+ }
10629
+ }
10630
+ },
9780
10631
  "AWS::EMR::Cluster.InstanceFleetProvisioningSpecifications": {
9781
10632
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-instancefleetprovisioningspecifications.html",
9782
10633
  "Properties": {
@@ -10005,6 +10856,24 @@
10005
10856
  }
10006
10857
  }
10007
10858
  },
10859
+ "AWS::Pinpoint::Segment.SetDimension": {
10860
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html",
10861
+ "Properties": {
10862
+ "DimensionType": {
10863
+ "Required": false,
10864
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-dimensiontype",
10865
+ "PrimitiveType": "String",
10866
+ "UpdateType": "Mutable"
10867
+ },
10868
+ "Values": {
10869
+ "PrimitiveItemType": "String",
10870
+ "Type": "List",
10871
+ "Required": false,
10872
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-setdimension.html#cfn-pinpoint-segment-setdimension-values",
10873
+ "UpdateType": "Mutable"
10874
+ }
10875
+ }
10876
+ },
10008
10877
  "AWS::AutoScalingPlans::ScalingPlan.CustomizedLoadMetricSpecification": {
10009
10878
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-customizedloadmetricspecification.html",
10010
10879
  "Properties": {
@@ -10161,6 +11030,17 @@
10161
11030
  }
10162
11031
  }
10163
11032
  },
11033
+ "AWS::EC2::ClientVpnEndpoint.DirectoryServiceAuthenticationRequest": {
11034
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-directoryserviceauthenticationrequest.html",
11035
+ "Properties": {
11036
+ "DirectoryId": {
11037
+ "Required": true,
11038
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-directoryserviceauthenticationrequest.html#cfn-ec2-clientvpnendpoint-directoryserviceauthenticationrequest-directoryid",
11039
+ "PrimitiveType": "String",
11040
+ "UpdateType": "Mutable"
11041
+ }
11042
+ }
11043
+ },
10164
11044
  "AWS::CodeBuild::Project.WebhookFilter": {
10165
11045
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-webhookfilter.html",
10166
11046
  "Properties": {
@@ -10201,6 +11081,17 @@
10201
11081
  }
10202
11082
  }
10203
11083
  },
11084
+ "AWS::KinesisFirehose::DeliveryStream.OutputFormatConfiguration": {
11085
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-outputformatconfiguration.html",
11086
+ "Properties": {
11087
+ "Serializer": {
11088
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-outputformatconfiguration.html#cfn-kinesisfirehose-deliverystream-outputformatconfiguration-serializer",
11089
+ "Required": true,
11090
+ "Type": "Serializer",
11091
+ "UpdateType": "Mutable"
11092
+ }
11093
+ }
11094
+ },
10204
11095
  "AWS::Greengrass::FunctionDefinitionVersion.Environment": {
10205
11096
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-environment.html",
10206
11097
  "Properties": {
@@ -11160,6 +12051,23 @@
11160
12051
  }
11161
12052
  }
11162
12053
  },
12054
+ "AWS::ECS::TaskDefinition.ResourceRequirement": {
12055
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-resourcerequirement.html",
12056
+ "Properties": {
12057
+ "Type": {
12058
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-resourcerequirement.html#cfn-ecs-taskdefinition-resourcerequirement-type",
12059
+ "PrimitiveType": "String",
12060
+ "Required": true,
12061
+ "UpdateType": "Immutable"
12062
+ },
12063
+ "Value": {
12064
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-resourcerequirement.html#cfn-ecs-taskdefinition-resourcerequirement-value",
12065
+ "PrimitiveType": "String",
12066
+ "Required": true,
12067
+ "UpdateType": "Immutable"
12068
+ }
12069
+ }
12070
+ },
11163
12071
  "AWS::SES::ReceiptRule.WorkmailAction": {
11164
12072
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html",
11165
12073
  "Properties": {
@@ -11769,6 +12677,24 @@
11769
12677
  }
11770
12678
  }
11771
12679
  },
12680
+ "AWS::EC2::ClientVpnEndpoint.TagSpecification": {
12681
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-tagspecification.html",
12682
+ "Properties": {
12683
+ "ResourceType": {
12684
+ "Required": false,
12685
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-tagspecification.html#cfn-ec2-clientvpnendpoint-tagspecification-resourcetype",
12686
+ "PrimitiveType": "String",
12687
+ "UpdateType": "Mutable"
12688
+ },
12689
+ "Tags": {
12690
+ "Type": "List",
12691
+ "Required": false,
12692
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-tagspecification.html#cfn-ec2-clientvpnendpoint-tagspecification-tags",
12693
+ "ItemType": "Tag",
12694
+ "UpdateType": "Mutable"
12695
+ }
12696
+ }
12697
+ },
11772
12698
  "AWS::EMR::InstanceFleetConfig.VolumeSpecification": {
11773
12699
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancefleetconfig-volumespecification.html",
11774
12700
  "Properties": {
@@ -12519,6 +13445,22 @@
12519
13445
  "Type": "RepositoryCredentials",
12520
13446
  "UpdateType": "Immutable"
12521
13447
  },
13448
+ "ResourceRequirements": {
13449
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions.html#cfn-ecs-taskdefinition-containerdefinition-resourcerequirements",
13450
+ "DuplicatesAllowed": false,
13451
+ "ItemType": "ResourceRequirement",
13452
+ "Required": false,
13453
+ "Type": "List",
13454
+ "UpdateType": "Immutable"
13455
+ },
13456
+ "Secrets": {
13457
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions.html#cfn-ecs-taskdefinition-containerdefinition-secrets",
13458
+ "DuplicatesAllowed": false,
13459
+ "ItemType": "Secret",
13460
+ "Required": false,
13461
+ "Type": "List",
13462
+ "UpdateType": "Immutable"
13463
+ },
12522
13464
  "StartTimeout": {
12523
13465
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions.html#cfn-ecs-taskdefinition-containerdefinition-starttimeout",
12524
13466
  "PrimitiveType": "Integer",
@@ -12799,6 +13741,29 @@
12799
13741
  }
12800
13742
  }
12801
13743
  },
13744
+ "AWS::EC2::ClientVpnEndpoint.ClientAuthenticationRequest": {
13745
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-clientauthenticationrequest.html",
13746
+ "Properties": {
13747
+ "MutualAuthentication": {
13748
+ "Type": "CertificateAuthenticationRequest",
13749
+ "Required": false,
13750
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-clientauthenticationrequest.html#cfn-ec2-clientvpnendpoint-clientauthenticationrequest-mutualauthentication",
13751
+ "UpdateType": "Mutable"
13752
+ },
13753
+ "Type": {
13754
+ "Required": true,
13755
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-clientauthenticationrequest.html#cfn-ec2-clientvpnendpoint-clientauthenticationrequest-type",
13756
+ "PrimitiveType": "String",
13757
+ "UpdateType": "Mutable"
13758
+ },
13759
+ "ActiveDirectory": {
13760
+ "Type": "DirectoryServiceAuthenticationRequest",
13761
+ "Required": false,
13762
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-clientauthenticationrequest.html#cfn-ec2-clientvpnendpoint-clientauthenticationrequest-activedirectory",
13763
+ "UpdateType": "Mutable"
13764
+ }
13765
+ }
13766
+ },
12802
13767
  "AWS::ApiGateway::Method.MethodResponse": {
12803
13768
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-methodresponse.html",
12804
13769
  "Properties": {
@@ -12932,6 +13897,37 @@
12932
13897
  }
12933
13898
  }
12934
13899
  },
13900
+ "AWS::Pinpoint::Segment.Groups": {
13901
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups.html",
13902
+ "Properties": {
13903
+ "Type": {
13904
+ "Required": false,
13905
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups.html#cfn-pinpoint-segment-segmentgroups-groups-type",
13906
+ "PrimitiveType": "String",
13907
+ "UpdateType": "Mutable"
13908
+ },
13909
+ "SourceType": {
13910
+ "Required": false,
13911
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups.html#cfn-pinpoint-segment-segmentgroups-groups-sourcetype",
13912
+ "PrimitiveType": "String",
13913
+ "UpdateType": "Mutable"
13914
+ },
13915
+ "Dimensions": {
13916
+ "Type": "List",
13917
+ "Required": false,
13918
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups.html#cfn-pinpoint-segment-segmentgroups-groups-dimensions",
13919
+ "ItemType": "SegmentDimensions",
13920
+ "UpdateType": "Mutable"
13921
+ },
13922
+ "SourceSegments": {
13923
+ "Type": "List",
13924
+ "Required": false,
13925
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups-groups.html#cfn-pinpoint-segment-segmentgroups-groups-sourcesegments",
13926
+ "ItemType": "SourceSegments",
13927
+ "UpdateType": "Mutable"
13928
+ }
13929
+ }
13930
+ },
12935
13931
  "AWS::Greengrass::FunctionDefinitionVersion.Function": {
12936
13932
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinitionversion-function.html",
12937
13933
  "Properties": {
@@ -13796,6 +14792,47 @@
13796
14792
  }
13797
14793
  }
13798
14794
  },
14795
+ "AWS::KinesisFirehose::DeliveryStream.SchemaConfiguration": {
14796
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html",
14797
+ "Properties": {
14798
+ "CatalogId": {
14799
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-catalogid",
14800
+ "PrimitiveType": "String",
14801
+ "Required": true,
14802
+ "UpdateType": "Mutable"
14803
+ },
14804
+ "DatabaseName": {
14805
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-databasename",
14806
+ "PrimitiveType": "String",
14807
+ "Required": true,
14808
+ "UpdateType": "Mutable"
14809
+ },
14810
+ "Region": {
14811
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-region",
14812
+ "PrimitiveType": "String",
14813
+ "Required": true,
14814
+ "UpdateType": "Mutable"
14815
+ },
14816
+ "RoleARN": {
14817
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-rolearn",
14818
+ "PrimitiveType": "String",
14819
+ "Required": true,
14820
+ "UpdateType": "Mutable"
14821
+ },
14822
+ "TableName": {
14823
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-tablename",
14824
+ "PrimitiveType": "String",
14825
+ "Required": true,
14826
+ "UpdateType": "Mutable"
14827
+ },
14828
+ "VersionId": {
14829
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-schemaconfiguration.html#cfn-kinesisfirehose-deliverystream-schemaconfiguration-versionid",
14830
+ "PrimitiveType": "String",
14831
+ "Required": true,
14832
+ "UpdateType": "Mutable"
14833
+ }
14834
+ }
14835
+ },
13799
14836
  "AWS::Glue::Table.StorageDescriptor": {
13800
14837
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-storagedescriptor.html",
13801
14838
  "Properties": {
@@ -14114,6 +15151,19 @@
14114
15151
  }
14115
15152
  }
14116
15153
  },
15154
+ "AWS::ElasticLoadBalancingV2::ListenerRule.HttpRequestMethodConfig": {
15155
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-httprequestmethodconfig.html",
15156
+ "Properties": {
15157
+ "Values": {
15158
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-httprequestmethodconfig.html#cfn-elasticloadbalancingv2-listenerrule-httprequestmethodconfig-values",
15159
+ "DuplicatesAllowed": false,
15160
+ "PrimitiveItemType": "String",
15161
+ "Required": false,
15162
+ "Type": "List",
15163
+ "UpdateType": "Mutable"
15164
+ }
15165
+ }
15166
+ },
14117
15167
  "AWS::S3::Bucket.LoggingConfiguration": {
14118
15168
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfig.html",
14119
15169
  "Properties": {
@@ -14269,6 +15319,24 @@
14269
15319
  }
14270
15320
  }
14271
15321
  },
15322
+ "AWS::Pinpoint::Campaign.AttributeDimension": {
15323
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-attributedimension.html",
15324
+ "Properties": {
15325
+ "AttributeType": {
15326
+ "Required": false,
15327
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-attributedimension.html#cfn-pinpoint-campaign-attributedimension-attributetype",
15328
+ "PrimitiveType": "String",
15329
+ "UpdateType": "Mutable"
15330
+ },
15331
+ "Values": {
15332
+ "PrimitiveItemType": "String",
15333
+ "Type": "List",
15334
+ "Required": false,
15335
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-attributedimension.html#cfn-pinpoint-campaign-attributedimension-values",
15336
+ "UpdateType": "Mutable"
15337
+ }
15338
+ }
15339
+ },
14272
15340
  "AWS::KinesisFirehose::DeliveryStream.SplunkRetryOptions": {
14273
15341
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html",
14274
15342
  "Properties": {
@@ -14280,6 +15348,53 @@
14280
15348
  }
14281
15349
  }
14282
15350
  },
15351
+ "AWS::Pinpoint::Campaign.MessageConfiguration": {
15352
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html",
15353
+ "Properties": {
15354
+ "APNSMessage": {
15355
+ "Type": "Message",
15356
+ "Required": false,
15357
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-apnsmessage",
15358
+ "UpdateType": "Mutable"
15359
+ },
15360
+ "BaiduMessage": {
15361
+ "Type": "Message",
15362
+ "Required": false,
15363
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-baidumessage",
15364
+ "UpdateType": "Mutable"
15365
+ },
15366
+ "DefaultMessage": {
15367
+ "Type": "Message",
15368
+ "Required": false,
15369
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-defaultmessage",
15370
+ "UpdateType": "Mutable"
15371
+ },
15372
+ "EmailMessage": {
15373
+ "Type": "CampaignEmailMessage",
15374
+ "Required": false,
15375
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-emailmessage",
15376
+ "UpdateType": "Mutable"
15377
+ },
15378
+ "GCMMessage": {
15379
+ "Type": "Message",
15380
+ "Required": false,
15381
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-gcmmessage",
15382
+ "UpdateType": "Mutable"
15383
+ },
15384
+ "SMSMessage": {
15385
+ "Type": "CampaignSmsMessage",
15386
+ "Required": false,
15387
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-smsmessage",
15388
+ "UpdateType": "Mutable"
15389
+ },
15390
+ "ADMMessage": {
15391
+ "Type": "Message",
15392
+ "Required": false,
15393
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-admmessage",
15394
+ "UpdateType": "Mutable"
15395
+ }
15396
+ }
15397
+ },
14283
15398
  "AWS::AutoScaling::ScalingPolicy.PredefinedMetricSpecification": {
14284
15399
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-predefinedmetricspecification.html",
14285
15400
  "Properties": {
@@ -14405,6 +15520,23 @@
14405
15520
  }
14406
15521
  }
14407
15522
  },
15523
+ "AWS::Pinpoint::Campaign.QuietTime": {
15524
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html",
15525
+ "Properties": {
15526
+ "Start": {
15527
+ "Required": true,
15528
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-start",
15529
+ "PrimitiveType": "String",
15530
+ "UpdateType": "Mutable"
15531
+ },
15532
+ "End": {
15533
+ "Required": true,
15534
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-schedule-quiettime.html#cfn-pinpoint-campaign-schedule-quiettime-end",
15535
+ "PrimitiveType": "String",
15536
+ "UpdateType": "Mutable"
15537
+ }
15538
+ }
15539
+ },
14408
15540
  "AWS::CodePipeline::Pipeline.StageTransition": {
14409
15541
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-disableinboundstagetransitions.html",
14410
15542
  "Properties": {
@@ -14422,6 +15554,23 @@
14422
15554
  }
14423
15555
  }
14424
15556
  },
15557
+ "AWS::KinesisFirehose::DeliveryStream.Deserializer": {
15558
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-deserializer.html",
15559
+ "Properties": {
15560
+ "HiveJsonSerDe": {
15561
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-deserializer.html#cfn-kinesisfirehose-deliverystream-deserializer-hivejsonserde",
15562
+ "Required": false,
15563
+ "Type": "HiveJsonSerDe",
15564
+ "UpdateType": "Mutable"
15565
+ },
15566
+ "OpenXJsonSerDe": {
15567
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-deserializer.html#cfn-kinesisfirehose-deliverystream-deserializer-openxjsonserde",
15568
+ "Required": false,
15569
+ "Type": "OpenXJsonSerDe",
15570
+ "UpdateType": "Mutable"
15571
+ }
15572
+ }
15573
+ },
14425
15574
  "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowAutomationParameters": {
14426
15575
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html",
14427
15576
  "Properties": {
@@ -14624,6 +15773,23 @@
14624
15773
  }
14625
15774
  }
14626
15775
  },
15776
+ "AWS::IoTThingsGraph::FlowTemplate.DefinitionDocument": {
15777
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html",
15778
+ "Properties": {
15779
+ "Language": {
15780
+ "Required": true,
15781
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language",
15782
+ "PrimitiveType": "String",
15783
+ "UpdateType": "Mutable"
15784
+ },
15785
+ "Text": {
15786
+ "Required": true,
15787
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text",
15788
+ "PrimitiveType": "String",
15789
+ "UpdateType": "Mutable"
15790
+ }
15791
+ }
15792
+ },
14627
15793
  "AWS::AppSync::GraphQLApi.LogConfig": {
14628
15794
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html",
14629
15795
  "Properties": {
@@ -14884,6 +16050,17 @@
14884
16050
  }
14885
16051
  }
14886
16052
  },
16053
+ "AWS::Pinpoint::Segment.Behavior": {
16054
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior.html",
16055
+ "Properties": {
16056
+ "Recency": {
16057
+ "Type": "Recency",
16058
+ "Required": false,
16059
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-behavior.html#cfn-pinpoint-segment-segmentdimensions-behavior-recency",
16060
+ "UpdateType": "Mutable"
16061
+ }
16062
+ }
16063
+ },
14887
16064
  "AWS::KinesisAnalytics::Application.KinesisStreamsInput": {
14888
16065
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-kinesisstreamsinput.html",
14889
16066
  "Properties": {
@@ -14941,6 +16118,28 @@
14941
16118
  }
14942
16119
  }
14943
16120
  },
16121
+ "AWS::EFS::FileSystem.LifecyclePolicy": {
16122
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticfilesystem-filesystem-lifecyclepolicy.html",
16123
+ "Properties": {
16124
+ "TransitionToIA": {
16125
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticfilesystem-filesystem-lifecyclepolicy.html#cfn-elasticfilesystem-filesystem-lifecyclepolicy-transitiontoia",
16126
+ "PrimitiveType": "String",
16127
+ "Required": true,
16128
+ "UpdateType": "Mutable"
16129
+ }
16130
+ }
16131
+ },
16132
+ "AWS::MSK::Cluster.StorageInfo": {
16133
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-storageinfo.html",
16134
+ "Properties": {
16135
+ "EBSStorageInfo": {
16136
+ "Type": "EBSStorageInfo",
16137
+ "Required": false,
16138
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-storageinfo.html#cfn-msk-cluster-storageinfo-ebsstorageinfo",
16139
+ "UpdateType": "Immutable"
16140
+ }
16141
+ }
16142
+ },
14944
16143
  "AWS::AppSync::DataSource.RdsHttpEndpointConfig": {
14945
16144
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html",
14946
16145
  "Properties": {
@@ -14993,6 +16192,17 @@
14993
16192
  }
14994
16193
  }
14995
16194
  },
16195
+ "AWS::MSK::Cluster.EncryptionAtRest": {
16196
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html",
16197
+ "Properties": {
16198
+ "DataVolumeKMSKeyId": {
16199
+ "Required": true,
16200
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid",
16201
+ "PrimitiveType": "String",
16202
+ "UpdateType": "Immutable"
16203
+ }
16204
+ }
16205
+ },
14996
16206
  "AWS::CodeCommit::Repository.RepositoryTrigger": {
14997
16207
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html",
14998
16208
  "Properties": {
@@ -15083,6 +16293,58 @@
15083
16293
  }
15084
16294
  }
15085
16295
  },
16296
+ "AWS::Pinpoint::Campaign.CampaignHook": {
16297
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html",
16298
+ "Properties": {
16299
+ "Mode": {
16300
+ "Required": false,
16301
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-mode",
16302
+ "PrimitiveType": "String",
16303
+ "UpdateType": "Mutable"
16304
+ },
16305
+ "WebUrl": {
16306
+ "Required": false,
16307
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-weburl",
16308
+ "PrimitiveType": "String",
16309
+ "UpdateType": "Mutable"
16310
+ },
16311
+ "LambdaFunctionName": {
16312
+ "Required": false,
16313
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignhook.html#cfn-pinpoint-campaign-campaignhook-lambdafunctionname",
16314
+ "PrimitiveType": "String",
16315
+ "UpdateType": "Mutable"
16316
+ }
16317
+ }
16318
+ },
16319
+ "AWS::Amplify::App.CustomRule": {
16320
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-customrule.html",
16321
+ "Properties": {
16322
+ "Condition": {
16323
+ "Required": false,
16324
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-customrule.html#cfn-amplify-app-customrule-condition",
16325
+ "PrimitiveType": "String",
16326
+ "UpdateType": "Mutable"
16327
+ },
16328
+ "Status": {
16329
+ "Required": false,
16330
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-customrule.html#cfn-amplify-app-customrule-status",
16331
+ "PrimitiveType": "String",
16332
+ "UpdateType": "Mutable"
16333
+ },
16334
+ "Target": {
16335
+ "Required": true,
16336
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-customrule.html#cfn-amplify-app-customrule-target",
16337
+ "PrimitiveType": "String",
16338
+ "UpdateType": "Mutable"
16339
+ },
16340
+ "Source": {
16341
+ "Required": true,
16342
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-customrule.html#cfn-amplify-app-customrule-source",
16343
+ "PrimitiveType": "String",
16344
+ "UpdateType": "Mutable"
16345
+ }
16346
+ }
16347
+ },
15086
16348
  "AWS::WAF::ByteMatchSet.ByteMatchTuple": {
15087
16349
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-bytematchset-bytematchtuples.html",
15088
16350
  "Properties": {
@@ -15118,6 +16380,23 @@
15118
16380
  }
15119
16381
  }
15120
16382
  },
16383
+ "AWS::IoTAnalytics::Dataset.DatasetContentDeliveryRuleDestination": {
16384
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentdeliveryruledestination.html",
16385
+ "Properties": {
16386
+ "IotEventsDestinationConfiguration": {
16387
+ "Type": "IotEventsDestinationConfiguration",
16388
+ "Required": false,
16389
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentdeliveryruledestination.html#cfn-iotanalytics-dataset-datasetcontentdeliveryruledestination-ioteventsdestinationconfiguration",
16390
+ "UpdateType": "Mutable"
16391
+ },
16392
+ "S3DestinationConfiguration": {
16393
+ "Type": "S3DestinationConfiguration",
16394
+ "Required": false,
16395
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentdeliveryruledestination.html#cfn-iotanalytics-dataset-datasetcontentdeliveryruledestination-s3destinationconfiguration",
16396
+ "UpdateType": "Mutable"
16397
+ }
16398
+ }
16399
+ },
15121
16400
  "AWS::AutoScaling::ScalingPolicy.TargetTrackingConfiguration": {
15122
16401
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-targettrackingconfiguration.html",
15123
16402
  "Properties": {
@@ -15648,6 +16927,42 @@
15648
16927
  "Required": false,
15649
16928
  "UpdateType": "Mutable"
15650
16929
  },
16930
+ "HostHeaderConfig": {
16931
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-conditions.html#cfn-elasticloadbalancingv2-listenerrule-rulecondition-hostheaderconfig",
16932
+ "Required": false,
16933
+ "Type": "HostHeaderConfig",
16934
+ "UpdateType": "Mutable"
16935
+ },
16936
+ "HttpHeaderConfig": {
16937
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-conditions.html#cfn-elasticloadbalancingv2-listenerrule-rulecondition-httpheaderconfig",
16938
+ "Required": false,
16939
+ "Type": "HttpHeaderConfig",
16940
+ "UpdateType": "Mutable"
16941
+ },
16942
+ "HttpRequestMethodConfig": {
16943
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-conditions.html#cfn-elasticloadbalancingv2-listenerrule-rulecondition-httprequestmethodconfig",
16944
+ "Required": false,
16945
+ "Type": "HttpRequestMethodConfig",
16946
+ "UpdateType": "Mutable"
16947
+ },
16948
+ "PathPatternConfig": {
16949
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-conditions.html#cfn-elasticloadbalancingv2-listenerrule-rulecondition-pathpatternconfig",
16950
+ "Required": false,
16951
+ "Type": "PathPatternConfig",
16952
+ "UpdateType": "Mutable"
16953
+ },
16954
+ "QueryStringConfig": {
16955
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-conditions.html#cfn-elasticloadbalancingv2-listenerrule-rulecondition-querystringconfig",
16956
+ "Required": false,
16957
+ "Type": "QueryStringConfig",
16958
+ "UpdateType": "Mutable"
16959
+ },
16960
+ "SourceIpConfig": {
16961
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-conditions.html#cfn-elasticloadbalancingv2-listenerrule-rulecondition-sourceipconfig",
16962
+ "Required": false,
16963
+ "Type": "SourceIpConfig",
16964
+ "UpdateType": "Mutable"
16965
+ },
15651
16966
  "Values": {
15652
16967
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-conditions.html#cfn-elasticloadbalancingv2-listenerrule-conditions-values",
15653
16968
  "DuplicatesAllowed": false,
@@ -15747,6 +17062,17 @@
15747
17062
  }
15748
17063
  }
15749
17064
  },
17065
+ "AWS::S3::Bucket.ObjectLockRule": {
17066
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockrule.html",
17067
+ "Properties": {
17068
+ "DefaultRetention": {
17069
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockrule.html#cfn-s3-bucket-objectlockrule-defaultretention",
17070
+ "Required": false,
17071
+ "Type": "DefaultRetention",
17072
+ "UpdateType": "Mutable"
17073
+ }
17074
+ }
17075
+ },
15750
17076
  "AWS::KinesisAnalytics::ApplicationReferenceDataSource.JSONMappingParameters": {
15751
17077
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html",
15752
17078
  "Properties": {
@@ -15758,6 +17084,40 @@
15758
17084
  }
15759
17085
  }
15760
17086
  },
17087
+ "AWS::IoTAnalytics::Dataset.VersioningConfiguration": {
17088
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html",
17089
+ "Properties": {
17090
+ "MaxVersions": {
17091
+ "Required": false,
17092
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions",
17093
+ "PrimitiveType": "Integer",
17094
+ "UpdateType": "Mutable"
17095
+ },
17096
+ "Unlimited": {
17097
+ "Required": false,
17098
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited",
17099
+ "PrimitiveType": "Boolean",
17100
+ "UpdateType": "Mutable"
17101
+ }
17102
+ }
17103
+ },
17104
+ "AWS::Pinpoint::Segment.Location": {
17105
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location.html",
17106
+ "Properties": {
17107
+ "GPSPoint": {
17108
+ "Type": "GPSPoint",
17109
+ "Required": false,
17110
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location.html#cfn-pinpoint-segment-segmentdimensions-location-gpspoint",
17111
+ "UpdateType": "Mutable"
17112
+ },
17113
+ "Country": {
17114
+ "Type": "SetDimension",
17115
+ "Required": false,
17116
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentdimensions-location.html#cfn-pinpoint-segment-segmentdimensions-location-country",
17117
+ "UpdateType": "Mutable"
17118
+ }
17119
+ }
17120
+ },
15761
17121
  "AWS::IoTAnalytics::Pipeline.Datastore": {
15762
17122
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-datastore.html",
15763
17123
  "Properties": {
@@ -15798,6 +17158,29 @@
15798
17158
  }
15799
17159
  }
15800
17160
  },
17161
+ "AWS::Pinpoint::ApplicationSettings.CampaignHook": {
17162
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html",
17163
+ "Properties": {
17164
+ "Mode": {
17165
+ "Required": false,
17166
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-mode",
17167
+ "PrimitiveType": "String",
17168
+ "UpdateType": "Mutable"
17169
+ },
17170
+ "WebUrl": {
17171
+ "Required": false,
17172
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-weburl",
17173
+ "PrimitiveType": "String",
17174
+ "UpdateType": "Mutable"
17175
+ },
17176
+ "LambdaFunctionName": {
17177
+ "Required": false,
17178
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-campaignhook.html#cfn-pinpoint-applicationsettings-campaignhook-lambdafunctionname",
17179
+ "PrimitiveType": "String",
17180
+ "UpdateType": "Mutable"
17181
+ }
17182
+ }
17183
+ },
15801
17184
  "AWS::ApplicationAutoScaling::ScalableTarget.ScheduledAction": {
15802
17185
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scheduledaction.html",
15803
17186
  "Properties": {
@@ -15982,6 +17365,17 @@
15982
17365
  }
15983
17366
  }
15984
17367
  },
17368
+ "AWS::MSK::Cluster.EBSStorageInfo": {
17369
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html",
17370
+ "Properties": {
17371
+ "VolumeSize": {
17372
+ "Required": false,
17373
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-ebsstorageinfo.html#cfn-msk-cluster-ebsstorageinfo-volumesize",
17374
+ "PrimitiveType": "Integer",
17375
+ "UpdateType": "Immutable"
17376
+ }
17377
+ }
17378
+ },
15985
17379
  "AWS::ECS::Service.ServiceRegistry": {
15986
17380
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceregistry.html",
15987
17381
  "Properties": {
@@ -16811,6 +18205,18 @@
16811
18205
  "ItemType": "Schedule",
16812
18206
  "UpdateType": "Mutable"
16813
18207
  },
18208
+ "PolicyType": {
18209
+ "Required": false,
18210
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-policytype",
18211
+ "PrimitiveType": "String",
18212
+ "UpdateType": "Mutable"
18213
+ },
18214
+ "Parameters": {
18215
+ "Type": "Parameters",
18216
+ "Required": false,
18217
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-policydetails.html#cfn-dlm-lifecyclepolicy-policydetails-parameters",
18218
+ "UpdateType": "Mutable"
18219
+ },
16814
18220
  "TargetTags": {
16815
18221
  "Type": "List",
16816
18222
  "Required": false,
@@ -17675,6 +19081,23 @@
17675
19081
  }
17676
19082
  }
17677
19083
  },
19084
+ "AWS::MSK::Cluster.EncryptionInTransit": {
19085
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html",
19086
+ "Properties": {
19087
+ "ClientBroker": {
19088
+ "Required": false,
19089
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-clientbroker",
19090
+ "PrimitiveType": "String",
19091
+ "UpdateType": "Immutable"
19092
+ },
19093
+ "InCluster": {
19094
+ "Required": false,
19095
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionintransit.html#cfn-msk-cluster-encryptionintransit-incluster",
19096
+ "PrimitiveType": "Boolean",
19097
+ "UpdateType": "Immutable"
19098
+ }
19099
+ }
19100
+ },
17678
19101
  "AWS::SSM::PatchBaseline.PatchSource": {
17679
19102
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html",
17680
19103
  "Properties": {
@@ -18009,6 +19432,83 @@
18009
19432
  }
18010
19433
  }
18011
19434
  },
19435
+ "AWS::Pinpoint::Campaign.Message": {
19436
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html",
19437
+ "Properties": {
19438
+ "JsonBody": {
19439
+ "Required": false,
19440
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-jsonbody",
19441
+ "PrimitiveType": "String",
19442
+ "UpdateType": "Mutable"
19443
+ },
19444
+ "Action": {
19445
+ "Required": false,
19446
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-action",
19447
+ "PrimitiveType": "String",
19448
+ "UpdateType": "Mutable"
19449
+ },
19450
+ "MediaUrl": {
19451
+ "Required": false,
19452
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-mediaurl",
19453
+ "PrimitiveType": "String",
19454
+ "UpdateType": "Mutable"
19455
+ },
19456
+ "TimeToLive": {
19457
+ "Required": false,
19458
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-timetolive",
19459
+ "PrimitiveType": "Integer",
19460
+ "UpdateType": "Mutable"
19461
+ },
19462
+ "ImageSmallIconUrl": {
19463
+ "Required": false,
19464
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imagesmalliconurl",
19465
+ "PrimitiveType": "String",
19466
+ "UpdateType": "Mutable"
19467
+ },
19468
+ "ImageUrl": {
19469
+ "Required": false,
19470
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageurl",
19471
+ "PrimitiveType": "String",
19472
+ "UpdateType": "Mutable"
19473
+ },
19474
+ "Title": {
19475
+ "Required": false,
19476
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-title",
19477
+ "PrimitiveType": "String",
19478
+ "UpdateType": "Mutable"
19479
+ },
19480
+ "ImageIconUrl": {
19481
+ "Required": false,
19482
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-imageiconurl",
19483
+ "PrimitiveType": "String",
19484
+ "UpdateType": "Mutable"
19485
+ },
19486
+ "SilentPush": {
19487
+ "Required": false,
19488
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-silentpush",
19489
+ "PrimitiveType": "Boolean",
19490
+ "UpdateType": "Mutable"
19491
+ },
19492
+ "Body": {
19493
+ "Required": false,
19494
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-body",
19495
+ "PrimitiveType": "String",
19496
+ "UpdateType": "Mutable"
19497
+ },
19498
+ "RawContent": {
19499
+ "Required": false,
19500
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-rawcontent",
19501
+ "PrimitiveType": "String",
19502
+ "UpdateType": "Mutable"
19503
+ },
19504
+ "Url": {
19505
+ "Required": false,
19506
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-message.html#cfn-pinpoint-campaign-message-url",
19507
+ "PrimitiveType": "String",
19508
+ "UpdateType": "Mutable"
19509
+ }
19510
+ }
19511
+ },
18012
19512
  "AWS::ElasticLoadBalancingV2::Listener.Certificate": {
18013
19513
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-certificates.html",
18014
19514
  "Properties": {
@@ -18044,6 +19544,24 @@
18044
19544
  }
18045
19545
  }
18046
19546
  },
19547
+ "AWS::Pinpoint::Segment.SegmentGroups": {
19548
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html",
19549
+ "Properties": {
19550
+ "Groups": {
19551
+ "Type": "List",
19552
+ "Required": false,
19553
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-groups",
19554
+ "ItemType": "Groups",
19555
+ "UpdateType": "Mutable"
19556
+ },
19557
+ "Include": {
19558
+ "Required": false,
19559
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-segmentgroups.html#cfn-pinpoint-segment-segmentgroups-include",
19560
+ "PrimitiveType": "String",
19561
+ "UpdateType": "Mutable"
19562
+ }
19563
+ }
19564
+ },
18047
19565
  "AWS::ElasticLoadBalancingV2::ListenerRule.RedirectConfig": {
18048
19566
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-redirectconfig.html",
18049
19567
  "Properties": {
@@ -18372,6 +19890,17 @@
18372
19890
  }
18373
19891
  }
18374
19892
  },
19893
+ "AWS::DLM::LifecyclePolicy.Parameters": {
19894
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html",
19895
+ "Properties": {
19896
+ "ExcludeBootVolume": {
19897
+ "Required": false,
19898
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-parameters.html#cfn-dlm-lifecyclepolicy-parameters-excludebootvolume",
19899
+ "PrimitiveType": "Boolean",
19900
+ "UpdateType": "Mutable"
19901
+ }
19902
+ }
19903
+ },
18375
19904
  "AWS::Greengrass::FunctionDefinition.ResourceAccessPolicy": {
18376
19905
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-resourceaccesspolicy.html",
18377
19906
  "Properties": {
@@ -18406,6 +19935,47 @@
18406
19935
  }
18407
19936
  }
18408
19937
  },
19938
+ "AWS::KinesisFirehose::DeliveryStream.ParquetSerDe": {
19939
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html",
19940
+ "Properties": {
19941
+ "BlockSizeBytes": {
19942
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-blocksizebytes",
19943
+ "PrimitiveType": "Integer",
19944
+ "Required": false,
19945
+ "UpdateType": "Mutable"
19946
+ },
19947
+ "Compression": {
19948
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-compression",
19949
+ "PrimitiveType": "String",
19950
+ "Required": false,
19951
+ "UpdateType": "Mutable"
19952
+ },
19953
+ "EnableDictionaryCompression": {
19954
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-enabledictionarycompression",
19955
+ "PrimitiveType": "Boolean",
19956
+ "Required": false,
19957
+ "UpdateType": "Mutable"
19958
+ },
19959
+ "MaxPaddingBytes": {
19960
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-maxpaddingbytes",
19961
+ "PrimitiveType": "Integer",
19962
+ "Required": false,
19963
+ "UpdateType": "Mutable"
19964
+ },
19965
+ "PageSizeBytes": {
19966
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-pagesizebytes",
19967
+ "PrimitiveType": "Integer",
19968
+ "Required": false,
19969
+ "UpdateType": "Mutable"
19970
+ },
19971
+ "WriterVersion": {
19972
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-parquetserde.html#cfn-kinesisfirehose-deliverystream-parquetserde-writerversion",
19973
+ "PrimitiveType": "String",
19974
+ "Required": false,
19975
+ "UpdateType": "Mutable"
19976
+ }
19977
+ }
19978
+ },
18409
19979
  "AWS::EMR::InstanceGroupConfig.CloudWatchAlarmDefinition": {
18410
19980
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-instancegroupconfig-cloudwatchalarmdefinition.html",
18411
19981
  "Properties": {
@@ -18684,6 +20254,23 @@
18684
20254
  }
18685
20255
  }
18686
20256
  },
20257
+ "AWS::Pinpoint::Campaign.CampaignEventFilter": {
20258
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html",
20259
+ "Properties": {
20260
+ "FilterType": {
20261
+ "Required": false,
20262
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-filtertype",
20263
+ "PrimitiveType": "String",
20264
+ "UpdateType": "Mutable"
20265
+ },
20266
+ "Dimensions": {
20267
+ "Type": "EventDimensions",
20268
+ "Required": false,
20269
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaigneventfilter.html#cfn-pinpoint-campaign-campaigneventfilter-dimensions",
20270
+ "UpdateType": "Mutable"
20271
+ }
20272
+ }
20273
+ },
18687
20274
  "AWS::EC2::SpotFleet.TargetGroupsConfig": {
18688
20275
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-targetgroupsconfig.html",
18689
20276
  "Properties": {
@@ -18782,6 +20369,23 @@
18782
20369
  }
18783
20370
  }
18784
20371
  },
20372
+ "AWS::Amplify::App.Token": {
20373
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-token.html",
20374
+ "Properties": {
20375
+ "Value": {
20376
+ "Required": true,
20377
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-token.html#cfn-amplify-app-token-value",
20378
+ "PrimitiveType": "String",
20379
+ "UpdateType": "Mutable"
20380
+ },
20381
+ "Key": {
20382
+ "Required": true,
20383
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-token.html#cfn-amplify-app-token-key",
20384
+ "PrimitiveType": "String",
20385
+ "UpdateType": "Mutable"
20386
+ }
20387
+ }
20388
+ },
18785
20389
  "AWS::EC2::LaunchTemplate.CpuOptions": {
18786
20390
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-cpuoptions.html",
18787
20391
  "Properties": {
@@ -18968,6 +20572,23 @@
18968
20572
  }
18969
20573
  }
18970
20574
  },
20575
+ "AWS::KinesisFirehose::DeliveryStream.Serializer": {
20576
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-serializer.html",
20577
+ "Properties": {
20578
+ "OrcSerDe": {
20579
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-serializer.html#cfn-kinesisfirehose-deliverystream-serializer-orcserde",
20580
+ "Required": false,
20581
+ "Type": "OrcSerDe",
20582
+ "UpdateType": "Mutable"
20583
+ },
20584
+ "ParquetSerDe": {
20585
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-serializer.html#cfn-kinesisfirehose-deliverystream-serializer-parquetserde",
20586
+ "Required": false,
20587
+ "Type": "ParquetSerDe",
20588
+ "UpdateType": "Mutable"
20589
+ }
20590
+ }
20591
+ },
18971
20592
  "AWS::EC2::SpotFleet.GroupIdentifier": {
18972
20593
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-securitygroups.html",
18973
20594
  "Properties": {
@@ -19140,6 +20761,29 @@
19140
20761
  }
19141
20762
  }
19142
20763
  },
20764
+ "AWS::Pinpoint::Campaign.CampaignSmsMessage": {
20765
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html",
20766
+ "Properties": {
20767
+ "SenderId": {
20768
+ "Required": false,
20769
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-senderid",
20770
+ "PrimitiveType": "String",
20771
+ "UpdateType": "Mutable"
20772
+ },
20773
+ "Body": {
20774
+ "Required": false,
20775
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-body",
20776
+ "PrimitiveType": "String",
20777
+ "UpdateType": "Mutable"
20778
+ },
20779
+ "MessageType": {
20780
+ "Required": false,
20781
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignsmsmessage.html#cfn-pinpoint-campaign-campaignsmsmessage-messagetype",
20782
+ "PrimitiveType": "String",
20783
+ "UpdateType": "Mutable"
20784
+ }
20785
+ }
20786
+ },
19143
20787
  "AWS::CloudFront::Distribution.Logging": {
19144
20788
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-logging.html",
19145
20789
  "Properties": {
@@ -19265,6 +20909,48 @@
19265
20909
  }
19266
20910
  }
19267
20911
  },
20912
+ "AWS::ElasticLoadBalancingV2::ListenerRule.HostHeaderConfig": {
20913
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-hostheaderconfig.html",
20914
+ "Properties": {
20915
+ "Values": {
20916
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-hostheaderconfig.html#cfn-elasticloadbalancingv2-listenerrule-hostheaderconfig-values",
20917
+ "DuplicatesAllowed": false,
20918
+ "PrimitiveItemType": "String",
20919
+ "Required": false,
20920
+ "Type": "List",
20921
+ "UpdateType": "Mutable"
20922
+ }
20923
+ }
20924
+ },
20925
+ "AWS::IoTAnalytics::Dataset.S3DestinationConfiguration": {
20926
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-s3destinationconfiguration.html",
20927
+ "Properties": {
20928
+ "GlueConfiguration": {
20929
+ "Type": "GlueConfiguration",
20930
+ "Required": false,
20931
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-s3destinationconfiguration.html#cfn-iotanalytics-dataset-s3destinationconfiguration-glueconfiguration",
20932
+ "UpdateType": "Mutable"
20933
+ },
20934
+ "Bucket": {
20935
+ "Required": true,
20936
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-s3destinationconfiguration.html#cfn-iotanalytics-dataset-s3destinationconfiguration-bucket",
20937
+ "PrimitiveType": "String",
20938
+ "UpdateType": "Mutable"
20939
+ },
20940
+ "Key": {
20941
+ "Required": true,
20942
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-s3destinationconfiguration.html#cfn-iotanalytics-dataset-s3destinationconfiguration-key",
20943
+ "PrimitiveType": "String",
20944
+ "UpdateType": "Mutable"
20945
+ },
20946
+ "RoleArn": {
20947
+ "Required": true,
20948
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-s3destinationconfiguration.html#cfn-iotanalytics-dataset-s3destinationconfiguration-rolearn",
20949
+ "PrimitiveType": "String",
20950
+ "UpdateType": "Mutable"
20951
+ }
20952
+ }
20953
+ },
19268
20954
  "AWS::AppStream::Stack.UserSetting": {
19269
20955
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-usersetting.html",
19270
20956
  "Properties": {
@@ -19299,6 +20985,35 @@
19299
20985
  }
19300
20986
  }
19301
20987
  },
20988
+ "AWS::Pinpoint::Campaign.CampaignEmailMessage": {
20989
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html",
20990
+ "Properties": {
20991
+ "FromAddress": {
20992
+ "Required": false,
20993
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress",
20994
+ "PrimitiveType": "String",
20995
+ "UpdateType": "Mutable"
20996
+ },
20997
+ "HtmlBody": {
20998
+ "Required": false,
20999
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody",
21000
+ "PrimitiveType": "String",
21001
+ "UpdateType": "Mutable"
21002
+ },
21003
+ "Title": {
21004
+ "Required": false,
21005
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title",
21006
+ "PrimitiveType": "String",
21007
+ "UpdateType": "Mutable"
21008
+ },
21009
+ "Body": {
21010
+ "Required": false,
21011
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body",
21012
+ "PrimitiveType": "String",
21013
+ "UpdateType": "Mutable"
21014
+ }
21015
+ }
21016
+ },
19302
21017
  "AWS::ServiceDiscovery::Service.HealthCheckConfig": {
19303
21018
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html",
19304
21019
  "Properties": {
@@ -19322,6 +21037,31 @@
19322
21037
  }
19323
21038
  }
19324
21039
  },
21040
+ "AWS::KinesisFirehose::DeliveryStream.OpenXJsonSerDe": {
21041
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html",
21042
+ "Properties": {
21043
+ "CaseInsensitive": {
21044
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-caseinsensitive",
21045
+ "PrimitiveType": "Boolean",
21046
+ "Required": false,
21047
+ "UpdateType": "Mutable"
21048
+ },
21049
+ "ColumnToJsonKeyMappings": {
21050
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-columntojsonkeymappings",
21051
+ "DuplicatesAllowed": false,
21052
+ "PrimitiveItemType": "String",
21053
+ "Required": false,
21054
+ "Type": "Map",
21055
+ "UpdateType": "Mutable"
21056
+ },
21057
+ "ConvertDotsInJsonKeysToUnderscores": {
21058
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-openxjsonserde.html#cfn-kinesisfirehose-deliverystream-openxjsonserde-convertdotsinjsonkeystounderscores",
21059
+ "PrimitiveType": "Boolean",
21060
+ "Required": false,
21061
+ "UpdateType": "Mutable"
21062
+ }
21063
+ }
21064
+ },
19325
21065
  "AWS::Cognito::UserPool.DeviceConfiguration": {
19326
21066
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html",
19327
21067
  "Properties": {
@@ -19357,6 +21097,23 @@
19357
21097
  "ItemType": "S3Encryption",
19358
21098
  "UpdateType": "Mutable"
19359
21099
  },
21100
+ "AWS::Pinpoint::ApplicationSettings.QuietTime": {
21101
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html",
21102
+ "Properties": {
21103
+ "Start": {
21104
+ "Required": true,
21105
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-start",
21106
+ "PrimitiveType": "String",
21107
+ "UpdateType": "Mutable"
21108
+ },
21109
+ "End": {
21110
+ "Required": true,
21111
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-applicationsettings-quiettime.html#cfn-pinpoint-applicationsettings-quiettime-end",
21112
+ "PrimitiveType": "String",
21113
+ "UpdateType": "Mutable"
21114
+ }
21115
+ }
21116
+ },
19360
21117
  "AWS::ECS::TaskDefinition.ContainerDependency": {
19361
21118
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdependency.html",
19362
21119
  "Properties": {
@@ -19465,6 +21222,12 @@
19465
21222
  "Type": "EncryptionConfiguration",
19466
21223
  "UpdateType": "Mutable"
19467
21224
  },
21225
+ "ErrorOutputPrefix": {
21226
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-erroroutputprefix",
21227
+ "PrimitiveType": "String",
21228
+ "Required": false,
21229
+ "UpdateType": "Mutable"
21230
+ },
19468
21231
  "Prefix": {
19469
21232
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-prefix",
19470
21233
  "PrimitiveType": "String",
@@ -19718,6 +21481,17 @@
19718
21481
  }
19719
21482
  }
19720
21483
  },
21484
+ "AWS::MSK::Cluster.ClientAuthentication": {
21485
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-clientauthentication.html",
21486
+ "Properties": {
21487
+ "Tls": {
21488
+ "Type": "Tls",
21489
+ "Required": false,
21490
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-clientauthentication.html#cfn-msk-cluster-clientauthentication-tls",
21491
+ "UpdateType": "Immutable"
21492
+ }
21493
+ }
21494
+ },
19721
21495
  "AWS::Glue::DataCatalogEncryptionSettings.ConnectionPasswordEncryption": {
19722
21496
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-connectionpasswordencryption.html",
19723
21497
  "Properties": {
@@ -20065,17 +21839,17 @@
20065
21839
  }
20066
21840
  },
20067
21841
  "Tag": {
20068
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html",
21842
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-tag.html",
20069
21843
  "Properties": {
20070
21844
  "Value": {
20071
- "Required": false,
20072
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-value",
21845
+ "Required": true,
21846
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-tag.html#cfn-amplify-branch-tag-value",
20073
21847
  "PrimitiveType": "String",
20074
21848
  "UpdateType": "Mutable"
20075
21849
  },
20076
21850
  "Key": {
20077
- "Required": false,
20078
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-key",
21851
+ "Required": true,
21852
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-tag.html#cfn-amplify-branch-tag-key",
20079
21853
  "PrimitiveType": "String",
20080
21854
  "UpdateType": "Mutable"
20081
21855
  }
@@ -20415,6 +22189,41 @@
20415
22189
  }
20416
22190
  }
20417
22191
  },
22192
+ "AWS::Pinpoint::Campaign.WriteTreatmentResource": {
22193
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-writetreatmentresource.html",
22194
+ "Properties": {
22195
+ "TreatmentDescription": {
22196
+ "Required": false,
22197
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-writetreatmentresource.html#cfn-pinpoint-campaign-writetreatmentresource-treatmentdescription",
22198
+ "PrimitiveType": "String",
22199
+ "UpdateType": "Mutable"
22200
+ },
22201
+ "MessageConfiguration": {
22202
+ "Type": "MessageConfiguration",
22203
+ "Required": false,
22204
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-writetreatmentresource.html#cfn-pinpoint-campaign-writetreatmentresource-messageconfiguration",
22205
+ "UpdateType": "Mutable"
22206
+ },
22207
+ "Schedule": {
22208
+ "Type": "Schedule",
22209
+ "Required": false,
22210
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-writetreatmentresource.html#cfn-pinpoint-campaign-writetreatmentresource-schedule",
22211
+ "UpdateType": "Mutable"
22212
+ },
22213
+ "SizePercent": {
22214
+ "Required": false,
22215
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-writetreatmentresource.html#cfn-pinpoint-campaign-writetreatmentresource-sizepercent",
22216
+ "PrimitiveType": "Integer",
22217
+ "UpdateType": "Mutable"
22218
+ },
22219
+ "TreatmentName": {
22220
+ "Required": false,
22221
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-writetreatmentresource.html#cfn-pinpoint-campaign-writetreatmentresource-treatmentname",
22222
+ "PrimitiveType": "String",
22223
+ "UpdateType": "Mutable"
22224
+ }
22225
+ }
22226
+ },
20418
22227
  "AWS::EC2::SpotFleet.BlockDeviceMapping": {
20419
22228
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings.html",
20420
22229
  "Properties": {
@@ -20774,16 +22583,28 @@
20774
22583
  "Required": true,
20775
22584
  "UpdateType": "Mutable"
20776
22585
  },
22586
+ "DataFormatConversionConfiguration": {
22587
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-dataformatconversionconfiguration",
22588
+ "Required": false,
22589
+ "Type": "DataFormatConversionConfiguration",
22590
+ "UpdateType": "Mutable"
22591
+ },
20777
22592
  "EncryptionConfiguration": {
20778
22593
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-encryptionconfiguration",
20779
22594
  "Required": false,
20780
22595
  "Type": "EncryptionConfiguration",
20781
22596
  "UpdateType": "Mutable"
20782
22597
  },
22598
+ "ErrorOutputPrefix": {
22599
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-erroroutputprefix",
22600
+ "PrimitiveType": "String",
22601
+ "Required": false,
22602
+ "UpdateType": "Mutable"
22603
+ },
20783
22604
  "Prefix": {
20784
22605
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-prefix",
20785
22606
  "PrimitiveType": "String",
20786
- "Required": true,
22607
+ "Required": false,
20787
22608
  "UpdateType": "Mutable"
20788
22609
  },
20789
22610
  "ProcessingConfiguration": {
@@ -20951,6 +22772,18 @@
20951
22772
  }
20952
22773
  }
20953
22774
  },
22775
+ "AWS::MSK::Cluster.Tls": {
22776
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-tls.html",
22777
+ "Properties": {
22778
+ "CertificateAuthorityArnList": {
22779
+ "PrimitiveItemType": "String",
22780
+ "Type": "List",
22781
+ "Required": false,
22782
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-tls.html#cfn-msk-cluster-tls-certificateauthorityarnlist",
22783
+ "UpdateType": "Immutable"
22784
+ }
22785
+ }
22786
+ },
20954
22787
  "AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration": {
20955
22788
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html",
20956
22789
  "Properties": {
@@ -21678,6 +23511,35 @@
21678
23511
  }
21679
23512
  }
21680
23513
  },
23514
+ "AWS::Pinpoint::SMSChannel": {
23515
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html",
23516
+ "Properties": {
23517
+ "ShortCode": {
23518
+ "Required": false,
23519
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-shortcode",
23520
+ "PrimitiveType": "String",
23521
+ "UpdateType": "Mutable"
23522
+ },
23523
+ "Enabled": {
23524
+ "Required": false,
23525
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-enabled",
23526
+ "PrimitiveType": "Boolean",
23527
+ "UpdateType": "Mutable"
23528
+ },
23529
+ "ApplicationId": {
23530
+ "Required": true,
23531
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-applicationid",
23532
+ "PrimitiveType": "String",
23533
+ "UpdateType": "Immutable"
23534
+ },
23535
+ "SenderId": {
23536
+ "Required": false,
23537
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smschannel.html#cfn-pinpoint-smschannel-senderid",
23538
+ "PrimitiveType": "String",
23539
+ "UpdateType": "Mutable"
23540
+ }
23541
+ }
23542
+ },
21681
23543
  "AWS::EC2::VPCPeeringConnection": {
21682
23544
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html",
21683
23545
  "Properties": {
@@ -22517,6 +24379,23 @@
22517
24379
  }
22518
24380
  }
22519
24381
  },
24382
+ "AWS::Pinpoint::VoiceChannel": {
24383
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html",
24384
+ "Properties": {
24385
+ "Enabled": {
24386
+ "Required": false,
24387
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-enabled",
24388
+ "PrimitiveType": "Boolean",
24389
+ "UpdateType": "Mutable"
24390
+ },
24391
+ "ApplicationId": {
24392
+ "Required": true,
24393
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-voicechannel.html#cfn-pinpoint-voicechannel-applicationid",
24394
+ "PrimitiveType": "String",
24395
+ "UpdateType": "Immutable"
24396
+ }
24397
+ }
24398
+ },
22520
24399
  "AWS::EC2::VPCEndpointServicePermissions": {
22521
24400
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html",
22522
24401
  "Properties": {
@@ -22722,6 +24601,14 @@
22722
24601
  "PrimitiveType": "String",
22723
24602
  "Required": false,
22724
24603
  "UpdateType": "Immutable"
24604
+ },
24605
+ "Tags": {
24606
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-tags",
24607
+ "DuplicatesAllowed": true,
24608
+ "ItemType": "Tag",
24609
+ "Required": false,
24610
+ "Type": "List",
24611
+ "UpdateType": "Mutable"
22725
24612
  }
22726
24613
  }
22727
24614
  },
@@ -23187,6 +25074,11 @@
23187
25074
  }
23188
25075
  },
23189
25076
  "AWS::EFS::MountTarget": {
25077
+ "Attributes": {
25078
+ "IpAddress": {
25079
+ "PrimitiveType": "String"
25080
+ }
25081
+ },
23190
25082
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html",
23191
25083
  "Properties": {
23192
25084
  "FileSystemId": {
@@ -24382,6 +26274,29 @@
24382
26274
  }
24383
26275
  }
24384
26276
  },
26277
+ "AWS::Pinpoint::EventStream": {
26278
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html",
26279
+ "Properties": {
26280
+ "ApplicationId": {
26281
+ "Required": true,
26282
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-applicationid",
26283
+ "PrimitiveType": "String",
26284
+ "UpdateType": "Immutable"
26285
+ },
26286
+ "DestinationStreamArn": {
26287
+ "Required": true,
26288
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-destinationstreamarn",
26289
+ "PrimitiveType": "String",
26290
+ "UpdateType": "Mutable"
26291
+ },
26292
+ "RoleArn": {
26293
+ "Required": true,
26294
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-eventstream.html#cfn-pinpoint-eventstream-rolearn",
26295
+ "PrimitiveType": "String",
26296
+ "UpdateType": "Mutable"
26297
+ }
26298
+ }
26299
+ },
24385
26300
  "AWS::PinpointEmail::ConfigurationSetEventDestination": {
24386
26301
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpointemail-configurationseteventdestination.html",
24387
26302
  "Properties": {
@@ -26148,6 +28063,94 @@
26148
28063
  }
26149
28064
  }
26150
28065
  },
28066
+ "AWS::Amplify::App": {
28067
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html",
28068
+ "Attributes": {
28069
+ "AppId": {
28070
+ "PrimitiveType": "String"
28071
+ },
28072
+ "Arn": {
28073
+ "PrimitiveType": "String"
28074
+ },
28075
+ "DefaultDomain": {
28076
+ "PrimitiveType": "String"
28077
+ },
28078
+ "AppName": {
28079
+ "PrimitiveType": "String"
28080
+ }
28081
+ },
28082
+ "Properties": {
28083
+ "OauthToken": {
28084
+ "Required": false,
28085
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-oauthtoken",
28086
+ "PrimitiveType": "String",
28087
+ "UpdateType": "Mutable"
28088
+ },
28089
+ "Repository": {
28090
+ "Required": true,
28091
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository",
28092
+ "PrimitiveType": "String",
28093
+ "UpdateType": "Mutable"
28094
+ },
28095
+ "Description": {
28096
+ "Required": false,
28097
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-description",
28098
+ "PrimitiveType": "String",
28099
+ "UpdateType": "Mutable"
28100
+ },
28101
+ "EnvironmentVariables": {
28102
+ "Type": "List",
28103
+ "Required": false,
28104
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-environmentvariables",
28105
+ "ItemType": "EnvironmentVariable",
28106
+ "UpdateType": "Mutable"
28107
+ },
28108
+ "AccessToken": {
28109
+ "Required": false,
28110
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-accesstoken",
28111
+ "PrimitiveType": "String",
28112
+ "UpdateType": "Mutable"
28113
+ },
28114
+ "BuildSpec": {
28115
+ "Required": false,
28116
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-buildspec",
28117
+ "PrimitiveType": "String",
28118
+ "UpdateType": "Mutable"
28119
+ },
28120
+ "CustomRules": {
28121
+ "Type": "List",
28122
+ "Required": false,
28123
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-customrules",
28124
+ "ItemType": "CustomRule",
28125
+ "UpdateType": "Mutable"
28126
+ },
28127
+ "BasicAuthConfig": {
28128
+ "Type": "BasicAuthConfig",
28129
+ "Required": false,
28130
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-basicauthconfig",
28131
+ "UpdateType": "Mutable"
28132
+ },
28133
+ "Tags": {
28134
+ "Type": "List",
28135
+ "Required": false,
28136
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-tags",
28137
+ "ItemType": "Tag",
28138
+ "UpdateType": "Mutable"
28139
+ },
28140
+ "Name": {
28141
+ "Required": true,
28142
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-name",
28143
+ "PrimitiveType": "String",
28144
+ "UpdateType": "Mutable"
28145
+ },
28146
+ "IAMServiceRole": {
28147
+ "Required": false,
28148
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole",
28149
+ "PrimitiveType": "String",
28150
+ "UpdateType": "Mutable"
28151
+ }
28152
+ }
28153
+ },
26151
28154
  "AWS::Cloud9::EnvironmentEC2": {
26152
28155
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html",
26153
28156
  "Attributes": {
@@ -28002,6 +30005,18 @@
28002
30005
  "Type": "NotificationConfiguration",
28003
30006
  "UpdateType": "Mutable"
28004
30007
  },
30008
+ "ObjectLockConfiguration": {
30009
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockconfiguration",
30010
+ "Required": false,
30011
+ "Type": "ObjectLockConfiguration",
30012
+ "UpdateType": "Mutable"
30013
+ },
30014
+ "ObjectLockEnabled": {
30015
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-objectlockenabled",
30016
+ "PrimitiveType": "Boolean",
30017
+ "Required": false,
30018
+ "UpdateType": "Immutable"
30019
+ },
28005
30020
  "PublicAccessBlockConfiguration": {
28006
30021
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-publicaccessblockconfiguration",
28007
30022
  "Required": false,
@@ -28072,12 +30087,6 @@
28072
30087
  }
28073
30088
  },
28074
30089
  "Properties": {
28075
- "RootAccess": {
28076
- "Required": false,
28077
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess",
28078
- "PrimitiveType": "String",
28079
- "UpdateType": "Immutable"
28080
- },
28081
30090
  "KmsKeyId": {
28082
30091
  "Required": false,
28083
30092
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid",
@@ -28090,18 +30099,57 @@
28090
30099
  "PrimitiveType": "Integer",
28091
30100
  "UpdateType": "Mutable"
28092
30101
  },
30102
+ "AdditionalCodeRepositories": {
30103
+ "PrimitiveItemType": "String",
30104
+ "Type": "List",
30105
+ "Required": false,
30106
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-additionalcoderepositories",
30107
+ "UpdateType": "Mutable"
30108
+ },
30109
+ "DefaultCodeRepository": {
30110
+ "Required": false,
30111
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository",
30112
+ "PrimitiveType": "String",
30113
+ "UpdateType": "Mutable"
30114
+ },
28093
30115
  "DirectInternetAccess": {
28094
30116
  "Required": false,
28095
30117
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess",
28096
30118
  "PrimitiveType": "String",
28097
30119
  "UpdateType": "Immutable"
28098
30120
  },
30121
+ "AcceleratorTypes": {
30122
+ "PrimitiveItemType": "String",
30123
+ "Type": "List",
30124
+ "Required": false,
30125
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-acceleratortypes",
30126
+ "UpdateType": "Mutable"
30127
+ },
28099
30128
  "SubnetId": {
28100
30129
  "Required": false,
28101
30130
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid",
28102
30131
  "PrimitiveType": "String",
28103
30132
  "UpdateType": "Immutable"
28104
30133
  },
30134
+ "SecurityGroupIds": {
30135
+ "PrimitiveItemType": "String",
30136
+ "Type": "List",
30137
+ "Required": false,
30138
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-securitygroupids",
30139
+ "UpdateType": "Immutable"
30140
+ },
30141
+ "RoleArn": {
30142
+ "Required": true,
30143
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn",
30144
+ "PrimitiveType": "String",
30145
+ "UpdateType": "Mutable"
30146
+ },
30147
+ "RootAccess": {
30148
+ "Required": false,
30149
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess",
30150
+ "PrimitiveType": "String",
30151
+ "UpdateType": "Mutable"
30152
+ },
28105
30153
  "NotebookInstanceName": {
28106
30154
  "Required": false,
28107
30155
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename",
@@ -28120,25 +30168,41 @@
28120
30168
  "PrimitiveType": "String",
28121
30169
  "UpdateType": "Mutable"
28122
30170
  },
28123
- "SecurityGroupIds": {
28124
- "PrimitiveItemType": "String",
30171
+ "Tags": {
28125
30172
  "Type": "List",
28126
30173
  "Required": false,
28127
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-securitygroupids",
28128
- "UpdateType": "Immutable"
30174
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-tags",
30175
+ "ItemType": "Tag",
30176
+ "UpdateType": "Mutable"
30177
+ }
30178
+ }
30179
+ },
30180
+ "AWS::Pinpoint::BaiduChannel": {
30181
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html",
30182
+ "Properties": {
30183
+ "SecretKey": {
30184
+ "Required": true,
30185
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-secretkey",
30186
+ "PrimitiveType": "String",
30187
+ "UpdateType": "Mutable"
28129
30188
  },
28130
- "RoleArn": {
30189
+ "ApiKey": {
28131
30190
  "Required": true,
28132
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn",
30191
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-apikey",
28133
30192
  "PrimitiveType": "String",
28134
30193
  "UpdateType": "Mutable"
28135
30194
  },
28136
- "Tags": {
28137
- "Type": "List",
30195
+ "Enabled": {
28138
30196
  "Required": false,
28139
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-tags",
28140
- "ItemType": "Tag",
30197
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-enabled",
30198
+ "PrimitiveType": "Boolean",
28141
30199
  "UpdateType": "Mutable"
30200
+ },
30201
+ "ApplicationId": {
30202
+ "Required": true,
30203
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-baiduchannel.html#cfn-pinpoint-baiduchannel-applicationid",
30204
+ "PrimitiveType": "String",
30205
+ "UpdateType": "Immutable"
28142
30206
  }
28143
30207
  }
28144
30208
  },
@@ -28469,7 +30533,7 @@
28469
30533
  },
28470
30534
  "BackupRetentionPeriod": {
28471
30535
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-backupretentionperiod",
28472
- "PrimitiveType": "String",
30536
+ "PrimitiveType": "Integer",
28473
30537
  "Required": false,
28474
30538
  "UpdateType": "Conditional"
28475
30539
  },
@@ -29038,6 +31102,14 @@
29038
31102
  "PrimitiveType": "Json",
29039
31103
  "Required": false,
29040
31104
  "UpdateType": "Mutable"
31105
+ },
31106
+ "Tags": {
31107
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-tags",
31108
+ "DuplicatesAllowed": true,
31109
+ "ItemType": "Tag",
31110
+ "Required": false,
31111
+ "Type": "List",
31112
+ "UpdateType": "Mutable"
29041
31113
  }
29042
31114
  }
29043
31115
  },
@@ -29304,6 +31376,29 @@
29304
31376
  }
29305
31377
  }
29306
31378
  },
31379
+ "AWS::Pinpoint::GCMChannel": {
31380
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html",
31381
+ "Properties": {
31382
+ "ApiKey": {
31383
+ "Required": true,
31384
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-apikey",
31385
+ "PrimitiveType": "String",
31386
+ "UpdateType": "Mutable"
31387
+ },
31388
+ "Enabled": {
31389
+ "Required": false,
31390
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-enabled",
31391
+ "PrimitiveType": "Boolean",
31392
+ "UpdateType": "Mutable"
31393
+ },
31394
+ "ApplicationId": {
31395
+ "Required": true,
31396
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html#cfn-pinpoint-gcmchannel-applicationid",
31397
+ "PrimitiveType": "String",
31398
+ "UpdateType": "Immutable"
31399
+ }
31400
+ }
31401
+ },
29307
31402
  "AWS::GuardDuty::Detector": {
29308
31403
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html",
29309
31404
  "Properties": {
@@ -29559,6 +31654,12 @@
29559
31654
  "Type": "List",
29560
31655
  "UpdateType": "Mutable"
29561
31656
  },
31657
+ "TransitGatewayId": {
31658
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid",
31659
+ "PrimitiveType": "String",
31660
+ "Required": false,
31661
+ "UpdateType": "Immutable"
31662
+ },
29562
31663
  "Type": {
29563
31664
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type",
29564
31665
  "PrimitiveType": "String",
@@ -29568,7 +31669,7 @@
29568
31669
  "VpnGatewayId": {
29569
31670
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid",
29570
31671
  "PrimitiveType": "String",
29571
- "Required": true,
31672
+ "Required": false,
29572
31673
  "UpdateType": "Immutable"
29573
31674
  },
29574
31675
  "VpnTunnelOptionsSpecifications": {
@@ -30118,6 +32219,35 @@
30118
32219
  }
30119
32220
  }
30120
32221
  },
32222
+ "AWS::EC2::ClientVpnRoute": {
32223
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html",
32224
+ "Properties": {
32225
+ "ClientVpnEndpointId": {
32226
+ "Required": true,
32227
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-clientvpnendpointid",
32228
+ "PrimitiveType": "String",
32229
+ "UpdateType": "Immutable"
32230
+ },
32231
+ "TargetVpcSubnetId": {
32232
+ "Required": true,
32233
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-targetvpcsubnetid",
32234
+ "PrimitiveType": "String",
32235
+ "UpdateType": "Immutable"
32236
+ },
32237
+ "Description": {
32238
+ "Required": false,
32239
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-description",
32240
+ "PrimitiveType": "String",
32241
+ "UpdateType": "Immutable"
32242
+ },
32243
+ "DestinationCidrBlock": {
32244
+ "Required": true,
32245
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnroute.html#cfn-ec2-clientvpnroute-destinationcidrblock",
32246
+ "PrimitiveType": "String",
32247
+ "UpdateType": "Immutable"
32248
+ }
32249
+ }
32250
+ },
30121
32251
  "AWS::Glue::Crawler": {
30122
32252
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html",
30123
32253
  "Properties": {
@@ -30416,6 +32546,65 @@
30416
32546
  }
30417
32547
  }
30418
32548
  },
32549
+ "AWS::Pinpoint::APNSChannel": {
32550
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html",
32551
+ "Properties": {
32552
+ "BundleId": {
32553
+ "Required": false,
32554
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-bundleid",
32555
+ "PrimitiveType": "String",
32556
+ "UpdateType": "Mutable"
32557
+ },
32558
+ "PrivateKey": {
32559
+ "Required": false,
32560
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-privatekey",
32561
+ "PrimitiveType": "String",
32562
+ "UpdateType": "Mutable"
32563
+ },
32564
+ "Enabled": {
32565
+ "Required": false,
32566
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-enabled",
32567
+ "PrimitiveType": "Boolean",
32568
+ "UpdateType": "Mutable"
32569
+ },
32570
+ "DefaultAuthenticationMethod": {
32571
+ "Required": false,
32572
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-defaultauthenticationmethod",
32573
+ "PrimitiveType": "String",
32574
+ "UpdateType": "Mutable"
32575
+ },
32576
+ "TokenKey": {
32577
+ "Required": false,
32578
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkey",
32579
+ "PrimitiveType": "String",
32580
+ "UpdateType": "Mutable"
32581
+ },
32582
+ "ApplicationId": {
32583
+ "Required": true,
32584
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-applicationid",
32585
+ "PrimitiveType": "String",
32586
+ "UpdateType": "Immutable"
32587
+ },
32588
+ "TeamId": {
32589
+ "Required": false,
32590
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-teamid",
32591
+ "PrimitiveType": "String",
32592
+ "UpdateType": "Mutable"
32593
+ },
32594
+ "Certificate": {
32595
+ "Required": false,
32596
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-certificate",
32597
+ "PrimitiveType": "String",
32598
+ "UpdateType": "Mutable"
32599
+ },
32600
+ "TokenKeyId": {
32601
+ "Required": false,
32602
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnschannel.html#cfn-pinpoint-apnschannel-tokenkeyid",
32603
+ "PrimitiveType": "String",
32604
+ "UpdateType": "Mutable"
32605
+ }
32606
+ }
32607
+ },
30419
32608
  "AWS::RoboMaker::Fleet": {
30420
32609
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html",
30421
32610
  "Attributes": {
@@ -30937,7 +33126,7 @@
30937
33126
  "Version": {
30938
33127
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version",
30939
33128
  "PrimitiveType": "String",
30940
- "Required": false,
33129
+ "Required": true,
30941
33130
  "UpdateType": "Immutable"
30942
33131
  }
30943
33132
  }
@@ -31198,6 +33387,23 @@
31198
33387
  }
31199
33388
  }
31200
33389
  },
33390
+ "AWS::IoTThingsGraph::FlowTemplate": {
33391
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html",
33392
+ "Properties": {
33393
+ "CompatibleNamespaceVersion": {
33394
+ "Required": false,
33395
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion",
33396
+ "PrimitiveType": "Double",
33397
+ "UpdateType": "Mutable"
33398
+ },
33399
+ "Definition": {
33400
+ "Type": "DefinitionDocument",
33401
+ "Required": true,
33402
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-definition",
33403
+ "UpdateType": "Mutable"
33404
+ }
33405
+ }
33406
+ },
31201
33407
  "AWS::CodePipeline::Webhook": {
31202
33408
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html",
31203
33409
  "Attributes": {
@@ -32392,6 +34598,128 @@
32392
34598
  }
32393
34599
  }
32394
34600
  },
34601
+ "AWS::Pinpoint::Segment": {
34602
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html",
34603
+ "Attributes": {
34604
+ "SegmentId": {
34605
+ "PrimitiveType": "String"
34606
+ }
34607
+ },
34608
+ "Properties": {
34609
+ "SegmentGroups": {
34610
+ "Type": "SegmentGroups",
34611
+ "Required": false,
34612
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-segmentgroups",
34613
+ "UpdateType": "Mutable"
34614
+ },
34615
+ "Dimensions": {
34616
+ "Type": "SegmentDimensions",
34617
+ "Required": false,
34618
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-dimensions",
34619
+ "UpdateType": "Mutable"
34620
+ },
34621
+ "ApplicationId": {
34622
+ "Required": true,
34623
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-applicationid",
34624
+ "PrimitiveType": "String",
34625
+ "UpdateType": "Immutable"
34626
+ },
34627
+ "Name": {
34628
+ "Required": true,
34629
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-segment.html#cfn-pinpoint-segment-name",
34630
+ "PrimitiveType": "String",
34631
+ "UpdateType": "Mutable"
34632
+ }
34633
+ }
34634
+ },
34635
+ "AWS::Pinpoint::APNSSandboxChannel": {
34636
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html",
34637
+ "Properties": {
34638
+ "BundleId": {
34639
+ "Required": false,
34640
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-bundleid",
34641
+ "PrimitiveType": "String",
34642
+ "UpdateType": "Mutable"
34643
+ },
34644
+ "PrivateKey": {
34645
+ "Required": false,
34646
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-privatekey",
34647
+ "PrimitiveType": "String",
34648
+ "UpdateType": "Mutable"
34649
+ },
34650
+ "Enabled": {
34651
+ "Required": false,
34652
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-enabled",
34653
+ "PrimitiveType": "Boolean",
34654
+ "UpdateType": "Mutable"
34655
+ },
34656
+ "DefaultAuthenticationMethod": {
34657
+ "Required": false,
34658
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-defaultauthenticationmethod",
34659
+ "PrimitiveType": "String",
34660
+ "UpdateType": "Mutable"
34661
+ },
34662
+ "TokenKey": {
34663
+ "Required": false,
34664
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkey",
34665
+ "PrimitiveType": "String",
34666
+ "UpdateType": "Mutable"
34667
+ },
34668
+ "ApplicationId": {
34669
+ "Required": true,
34670
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-applicationid",
34671
+ "PrimitiveType": "String",
34672
+ "UpdateType": "Immutable"
34673
+ },
34674
+ "TeamId": {
34675
+ "Required": false,
34676
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-teamid",
34677
+ "PrimitiveType": "String",
34678
+ "UpdateType": "Mutable"
34679
+ },
34680
+ "Certificate": {
34681
+ "Required": false,
34682
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-certificate",
34683
+ "PrimitiveType": "String",
34684
+ "UpdateType": "Mutable"
34685
+ },
34686
+ "TokenKeyId": {
34687
+ "Required": false,
34688
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnssandboxchannel.html#cfn-pinpoint-apnssandboxchannel-tokenkeyid",
34689
+ "PrimitiveType": "String",
34690
+ "UpdateType": "Mutable"
34691
+ }
34692
+ }
34693
+ },
34694
+ "AWS::Pinpoint::ADMChannel": {
34695
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html",
34696
+ "Properties": {
34697
+ "ClientSecret": {
34698
+ "Required": true,
34699
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret",
34700
+ "PrimitiveType": "String",
34701
+ "UpdateType": "Mutable"
34702
+ },
34703
+ "Enabled": {
34704
+ "Required": false,
34705
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled",
34706
+ "PrimitiveType": "Boolean",
34707
+ "UpdateType": "Mutable"
34708
+ },
34709
+ "ClientId": {
34710
+ "Required": true,
34711
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid",
34712
+ "PrimitiveType": "String",
34713
+ "UpdateType": "Mutable"
34714
+ },
34715
+ "ApplicationId": {
34716
+ "Required": true,
34717
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid",
34718
+ "PrimitiveType": "String",
34719
+ "UpdateType": "Immutable"
34720
+ }
34721
+ }
34722
+ },
32395
34723
  "AWS::CertificateManager::Certificate": {
32396
34724
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html",
32397
34725
  "Properties": {
@@ -32502,6 +34830,13 @@
32502
34830
  "PrimitiveType": "String",
32503
34831
  "UpdateType": "Immutable"
32504
34832
  },
34833
+ "ContentDeliveryRules": {
34834
+ "Type": "List",
34835
+ "Required": false,
34836
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-contentdeliveryrules",
34837
+ "ItemType": "DatasetContentDeliveryRule",
34838
+ "UpdateType": "Mutable"
34839
+ },
32505
34840
  "Triggers": {
32506
34841
  "Type": "List",
32507
34842
  "Required": false,
@@ -32509,6 +34844,12 @@
32509
34844
  "ItemType": "Trigger",
32510
34845
  "UpdateType": "Mutable"
32511
34846
  },
34847
+ "VersioningConfiguration": {
34848
+ "Type": "VersioningConfiguration",
34849
+ "Required": false,
34850
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotanalytics-dataset.html#cfn-iotanalytics-dataset-versioningconfiguration",
34851
+ "UpdateType": "Mutable"
34852
+ },
32512
34853
  "RetentionPeriod": {
32513
34854
  "Type": "RetentionPeriod",
32514
34855
  "Required": false,
@@ -32906,6 +35247,62 @@
32906
35247
  }
32907
35248
  }
32908
35249
  },
35250
+ "AWS::EC2::ClientVpnEndpoint": {
35251
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html",
35252
+ "Properties": {
35253
+ "ClientCidrBlock": {
35254
+ "Required": true,
35255
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock",
35256
+ "PrimitiveType": "String",
35257
+ "UpdateType": "Immutable"
35258
+ },
35259
+ "ConnectionLogOptions": {
35260
+ "Type": "ConnectionLogOptions",
35261
+ "Required": true,
35262
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-connectionlogoptions",
35263
+ "UpdateType": "Mutable"
35264
+ },
35265
+ "Description": {
35266
+ "Required": false,
35267
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description",
35268
+ "PrimitiveType": "String",
35269
+ "UpdateType": "Mutable"
35270
+ },
35271
+ "TagSpecifications": {
35272
+ "Type": "List",
35273
+ "Required": false,
35274
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-tagspecifications",
35275
+ "ItemType": "TagSpecification",
35276
+ "UpdateType": "Immutable"
35277
+ },
35278
+ "AuthenticationOptions": {
35279
+ "Type": "List",
35280
+ "Required": true,
35281
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-authenticationoptions",
35282
+ "ItemType": "ClientAuthenticationRequest",
35283
+ "UpdateType": "Immutable"
35284
+ },
35285
+ "ServerCertificateArn": {
35286
+ "Required": true,
35287
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn",
35288
+ "PrimitiveType": "String",
35289
+ "UpdateType": "Mutable"
35290
+ },
35291
+ "DnsServers": {
35292
+ "PrimitiveItemType": "String",
35293
+ "Type": "List",
35294
+ "Required": false,
35295
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-dnsservers",
35296
+ "UpdateType": "Mutable"
35297
+ },
35298
+ "TransportProtocol": {
35299
+ "Required": false,
35300
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol",
35301
+ "PrimitiveType": "String",
35302
+ "UpdateType": "Immutable"
35303
+ }
35304
+ }
35305
+ },
32909
35306
  "AWS::ECS::Service": {
32910
35307
  "Attributes": {
32911
35308
  "Name": {
@@ -32932,6 +35329,12 @@
32932
35329
  "Required": false,
32933
35330
  "UpdateType": "Mutable"
32934
35331
  },
35332
+ "EnableECSManagedTags": {
35333
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags",
35334
+ "PrimitiveType": "Boolean",
35335
+ "Required": false,
35336
+ "UpdateType": "Immutable"
35337
+ },
32935
35338
  "HealthCheckGracePeriodSeconds": {
32936
35339
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds",
32937
35340
  "PrimitiveType": "Integer",
@@ -32980,6 +35383,12 @@
32980
35383
  "Required": false,
32981
35384
  "UpdateType": "Immutable"
32982
35385
  },
35386
+ "PropagateTags": {
35387
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags",
35388
+ "PrimitiveType": "String",
35389
+ "Required": false,
35390
+ "UpdateType": "Immutable"
35391
+ },
32983
35392
  "Role": {
32984
35393
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role",
32985
35394
  "PrimitiveType": "String",
@@ -33006,6 +35415,14 @@
33006
35415
  "Type": "List",
33007
35416
  "UpdateType": "Immutable"
33008
35417
  },
35418
+ "Tags": {
35419
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-tags",
35420
+ "DuplicatesAllowed": true,
35421
+ "ItemType": "Tag",
35422
+ "Required": false,
35423
+ "Type": "List",
35424
+ "UpdateType": "Mutable"
35425
+ },
33009
35426
  "TaskDefinition": {
33010
35427
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition",
33011
35428
  "PrimitiveType": "String",
@@ -33014,6 +35431,41 @@
33014
35431
  }
33015
35432
  }
33016
35433
  },
35434
+ "AWS::Pinpoint::ApplicationSettings": {
35435
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html",
35436
+ "Properties": {
35437
+ "QuietTime": {
35438
+ "Type": "QuietTime",
35439
+ "Required": false,
35440
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-quiettime",
35441
+ "UpdateType": "Mutable"
35442
+ },
35443
+ "Limits": {
35444
+ "Type": "Limits",
35445
+ "Required": false,
35446
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-limits",
35447
+ "UpdateType": "Mutable"
35448
+ },
35449
+ "ApplicationId": {
35450
+ "Required": true,
35451
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-applicationid",
35452
+ "PrimitiveType": "String",
35453
+ "UpdateType": "Immutable"
35454
+ },
35455
+ "CampaignHook": {
35456
+ "Type": "CampaignHook",
35457
+ "Required": false,
35458
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-campaignhook",
35459
+ "UpdateType": "Mutable"
35460
+ },
35461
+ "CloudWatchMetricsEnabled": {
35462
+ "Required": false,
35463
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-applicationsettings.html#cfn-pinpoint-applicationsettings-cloudwatchmetricsenabled",
35464
+ "PrimitiveType": "Boolean",
35465
+ "UpdateType": "Mutable"
35466
+ }
35467
+ }
35468
+ },
33017
35469
  "AWS::IAM::UserToGroupAddition": {
33018
35470
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html",
33019
35471
  "Properties": {
@@ -33691,6 +36143,12 @@
33691
36143
  "Required": true,
33692
36144
  "UpdateType": "Immutable"
33693
36145
  },
36146
+ "TransitGatewayId": {
36147
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-transitgatewayid",
36148
+ "PrimitiveType": "String",
36149
+ "Required": false,
36150
+ "UpdateType": "Mutable"
36151
+ },
33694
36152
  "VpcPeeringConnectionId": {
33695
36153
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-vpcpeeringconnectionid",
33696
36154
  "PrimitiveType": "String",
@@ -34375,6 +36833,136 @@
34375
36833
  }
34376
36834
  }
34377
36835
  },
36836
+ "AWS::Pinpoint::Campaign": {
36837
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html",
36838
+ "Attributes": {
36839
+ "CampaignId": {
36840
+ "PrimitiveType": "String"
36841
+ }
36842
+ },
36843
+ "Properties": {
36844
+ "Description": {
36845
+ "Required": false,
36846
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description",
36847
+ "PrimitiveType": "String",
36848
+ "UpdateType": "Mutable"
36849
+ },
36850
+ "SegmentId": {
36851
+ "Required": true,
36852
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid",
36853
+ "PrimitiveType": "String",
36854
+ "UpdateType": "Mutable"
36855
+ },
36856
+ "IsPaused": {
36857
+ "Required": false,
36858
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused",
36859
+ "PrimitiveType": "Boolean",
36860
+ "UpdateType": "Mutable"
36861
+ },
36862
+ "AdditionalTreatments": {
36863
+ "Type": "List",
36864
+ "Required": false,
36865
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-additionaltreatments",
36866
+ "ItemType": "WriteTreatmentResource",
36867
+ "UpdateType": "Mutable"
36868
+ },
36869
+ "Name": {
36870
+ "Required": true,
36871
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name",
36872
+ "PrimitiveType": "String",
36873
+ "UpdateType": "Mutable"
36874
+ },
36875
+ "SegmentVersion": {
36876
+ "Required": false,
36877
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion",
36878
+ "PrimitiveType": "Integer",
36879
+ "UpdateType": "Mutable"
36880
+ },
36881
+ "TreatmentDescription": {
36882
+ "Required": false,
36883
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription",
36884
+ "PrimitiveType": "String",
36885
+ "UpdateType": "Mutable"
36886
+ },
36887
+ "MessageConfiguration": {
36888
+ "Type": "MessageConfiguration",
36889
+ "Required": true,
36890
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-messageconfiguration",
36891
+ "UpdateType": "Mutable"
36892
+ },
36893
+ "Limits": {
36894
+ "Type": "Limits",
36895
+ "Required": false,
36896
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-limits",
36897
+ "UpdateType": "Mutable"
36898
+ },
36899
+ "HoldoutPercent": {
36900
+ "Required": false,
36901
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent",
36902
+ "PrimitiveType": "Integer",
36903
+ "UpdateType": "Mutable"
36904
+ },
36905
+ "Schedule": {
36906
+ "Type": "Schedule",
36907
+ "Required": true,
36908
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-schedule",
36909
+ "UpdateType": "Mutable"
36910
+ },
36911
+ "ApplicationId": {
36912
+ "Required": true,
36913
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid",
36914
+ "PrimitiveType": "String",
36915
+ "UpdateType": "Immutable"
36916
+ },
36917
+ "CampaignHook": {
36918
+ "Type": "CampaignHook",
36919
+ "Required": false,
36920
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-campaignhook",
36921
+ "UpdateType": "Mutable"
36922
+ },
36923
+ "TreatmentName": {
36924
+ "Required": false,
36925
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname",
36926
+ "PrimitiveType": "String",
36927
+ "UpdateType": "Mutable"
36928
+ }
36929
+ }
36930
+ },
36931
+ "AWS::EC2::ClientVpnAuthorizationRule": {
36932
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html",
36933
+ "Properties": {
36934
+ "ClientVpnEndpointId": {
36935
+ "Required": true,
36936
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-clientvpnendpointid",
36937
+ "PrimitiveType": "String",
36938
+ "UpdateType": "Immutable"
36939
+ },
36940
+ "Description": {
36941
+ "Required": false,
36942
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-description",
36943
+ "PrimitiveType": "String",
36944
+ "UpdateType": "Immutable"
36945
+ },
36946
+ "AccessGroupId": {
36947
+ "Required": false,
36948
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-accessgroupid",
36949
+ "PrimitiveType": "String",
36950
+ "UpdateType": "Immutable"
36951
+ },
36952
+ "TargetNetworkCidr": {
36953
+ "Required": true,
36954
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-targetnetworkcidr",
36955
+ "PrimitiveType": "String",
36956
+ "UpdateType": "Immutable"
36957
+ },
36958
+ "AuthorizeAllGroups": {
36959
+ "Required": false,
36960
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnauthorizationrule.html#cfn-ec2-clientvpnauthorizationrule-authorizeallgroups",
36961
+ "PrimitiveType": "Boolean",
36962
+ "UpdateType": "Immutable"
36963
+ }
36964
+ }
36965
+ },
34378
36966
  "AWS::EC2::SubnetNetworkAclAssociation": {
34379
36967
  "Attributes": {
34380
36968
  "AssociationId": {
@@ -34408,6 +36996,69 @@
34408
36996
  }
34409
36997
  }
34410
36998
  },
36999
+ "AWS::Amplify::Branch": {
37000
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html",
37001
+ "Attributes": {
37002
+ "BranchName": {
37003
+ "PrimitiveType": "String"
37004
+ },
37005
+ "Arn": {
37006
+ "PrimitiveType": "String"
37007
+ }
37008
+ },
37009
+ "Properties": {
37010
+ "Description": {
37011
+ "Required": false,
37012
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description",
37013
+ "PrimitiveType": "String",
37014
+ "UpdateType": "Mutable"
37015
+ },
37016
+ "EnvironmentVariables": {
37017
+ "Type": "List",
37018
+ "Required": false,
37019
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-environmentvariables",
37020
+ "ItemType": "EnvironmentVariable",
37021
+ "UpdateType": "Mutable"
37022
+ },
37023
+ "AppId": {
37024
+ "Required": true,
37025
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid",
37026
+ "PrimitiveType": "String",
37027
+ "UpdateType": "Immutable"
37028
+ },
37029
+ "BuildSpec": {
37030
+ "Required": false,
37031
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec",
37032
+ "PrimitiveType": "String",
37033
+ "UpdateType": "Mutable"
37034
+ },
37035
+ "Stage": {
37036
+ "Required": false,
37037
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage",
37038
+ "PrimitiveType": "String",
37039
+ "UpdateType": "Mutable"
37040
+ },
37041
+ "BranchName": {
37042
+ "Required": true,
37043
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname",
37044
+ "PrimitiveType": "String",
37045
+ "UpdateType": "Immutable"
37046
+ },
37047
+ "BasicAuthConfig": {
37048
+ "Type": "BasicAuthConfig",
37049
+ "Required": false,
37050
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-basicauthconfig",
37051
+ "UpdateType": "Mutable"
37052
+ },
37053
+ "Tags": {
37054
+ "Type": "List",
37055
+ "Required": false,
37056
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-tags",
37057
+ "ItemType": "Tag",
37058
+ "UpdateType": "Mutable"
37059
+ }
37060
+ }
37061
+ },
34411
37062
  "AWS::Greengrass::LoggerDefinition": {
34412
37063
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-loggerdefinition.html",
34413
37064
  "Attributes": {
@@ -35446,6 +38097,14 @@
35446
38097
  "Required": false,
35447
38098
  "UpdateType": "Immutable"
35448
38099
  },
38100
+ "LifecyclePolicies": {
38101
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-elasticfilesystem-filesystem-lifecyclepolicies",
38102
+ "DuplicatesAllowed": false,
38103
+ "ItemType": "LifecyclePolicy",
38104
+ "Required": false,
38105
+ "Type": "List",
38106
+ "UpdateType": "Mutable"
38107
+ },
35449
38108
  "PerformanceMode": {
35450
38109
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-performancemode",
35451
38110
  "PrimitiveType": "String",
@@ -35624,6 +38283,65 @@
35624
38283
  }
35625
38284
  }
35626
38285
  },
38286
+ "AWS::Pinpoint::APNSVoipSandboxChannel": {
38287
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html",
38288
+ "Properties": {
38289
+ "BundleId": {
38290
+ "Required": false,
38291
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-bundleid",
38292
+ "PrimitiveType": "String",
38293
+ "UpdateType": "Mutable"
38294
+ },
38295
+ "PrivateKey": {
38296
+ "Required": false,
38297
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-privatekey",
38298
+ "PrimitiveType": "String",
38299
+ "UpdateType": "Mutable"
38300
+ },
38301
+ "Enabled": {
38302
+ "Required": false,
38303
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-enabled",
38304
+ "PrimitiveType": "Boolean",
38305
+ "UpdateType": "Mutable"
38306
+ },
38307
+ "DefaultAuthenticationMethod": {
38308
+ "Required": false,
38309
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-defaultauthenticationmethod",
38310
+ "PrimitiveType": "String",
38311
+ "UpdateType": "Mutable"
38312
+ },
38313
+ "TokenKey": {
38314
+ "Required": false,
38315
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkey",
38316
+ "PrimitiveType": "String",
38317
+ "UpdateType": "Mutable"
38318
+ },
38319
+ "ApplicationId": {
38320
+ "Required": true,
38321
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-applicationid",
38322
+ "PrimitiveType": "String",
38323
+ "UpdateType": "Immutable"
38324
+ },
38325
+ "TeamId": {
38326
+ "Required": false,
38327
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-teamid",
38328
+ "PrimitiveType": "String",
38329
+ "UpdateType": "Mutable"
38330
+ },
38331
+ "Certificate": {
38332
+ "Required": false,
38333
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-certificate",
38334
+ "PrimitiveType": "String",
38335
+ "UpdateType": "Mutable"
38336
+ },
38337
+ "TokenKeyId": {
38338
+ "Required": false,
38339
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html#cfn-pinpoint-apnsvoipsandboxchannel-tokenkeyid",
38340
+ "PrimitiveType": "String",
38341
+ "UpdateType": "Mutable"
38342
+ }
38343
+ }
38344
+ },
35627
38345
  "AWS::ServiceCatalog::Portfolio": {
35628
38346
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html",
35629
38347
  "Attributes": {
@@ -36283,6 +39001,23 @@
36283
39001
  }
36284
39002
  }
36285
39003
  },
39004
+ "AWS::EC2::ClientVpnTargetNetworkAssociation": {
39005
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html",
39006
+ "Properties": {
39007
+ "ClientVpnEndpointId": {
39008
+ "Required": true,
39009
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid",
39010
+ "PrimitiveType": "String",
39011
+ "UpdateType": "Immutable"
39012
+ },
39013
+ "SubnetId": {
39014
+ "Required": true,
39015
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid",
39016
+ "PrimitiveType": "String",
39017
+ "UpdateType": "Immutable"
39018
+ }
39019
+ }
39020
+ },
36286
39021
  "AWS::WAF::WebACL": {
36287
39022
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html",
36288
39023
  "Properties": {
@@ -36806,6 +39541,47 @@
36806
39541
  }
36807
39542
  }
36808
39543
  },
39544
+ "AWS::Amplify::Domain": {
39545
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html",
39546
+ "Attributes": {
39547
+ "DomainName": {
39548
+ "PrimitiveType": "String"
39549
+ },
39550
+ "StatusReason": {
39551
+ "PrimitiveType": "String"
39552
+ },
39553
+ "Arn": {
39554
+ "PrimitiveType": "String"
39555
+ },
39556
+ "DomainStatus": {
39557
+ "PrimitiveType": "String"
39558
+ },
39559
+ "CertificateRecord": {
39560
+ "PrimitiveType": "String"
39561
+ }
39562
+ },
39563
+ "Properties": {
39564
+ "SubDomainSettings": {
39565
+ "Type": "List",
39566
+ "Required": true,
39567
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-subdomainsettings",
39568
+ "ItemType": "SubDomainSetting",
39569
+ "UpdateType": "Mutable"
39570
+ },
39571
+ "AppId": {
39572
+ "Required": true,
39573
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-appid",
39574
+ "PrimitiveType": "String",
39575
+ "UpdateType": "Immutable"
39576
+ },
39577
+ "DomainName": {
39578
+ "Required": true,
39579
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html#cfn-amplify-domain-domainname",
39580
+ "PrimitiveType": "String",
39581
+ "UpdateType": "Immutable"
39582
+ }
39583
+ }
39584
+ },
36809
39585
  "AWS::Route53Resolver::ResolverRuleAssociation": {
36810
39586
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html",
36811
39587
  "Attributes": {
@@ -37172,6 +39948,65 @@
37172
39948
  }
37173
39949
  }
37174
39950
  },
39951
+ "AWS::Pinpoint::APNSVoipChannel": {
39952
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html",
39953
+ "Properties": {
39954
+ "BundleId": {
39955
+ "Required": false,
39956
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-bundleid",
39957
+ "PrimitiveType": "String",
39958
+ "UpdateType": "Mutable"
39959
+ },
39960
+ "PrivateKey": {
39961
+ "Required": false,
39962
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-privatekey",
39963
+ "PrimitiveType": "String",
39964
+ "UpdateType": "Mutable"
39965
+ },
39966
+ "Enabled": {
39967
+ "Required": false,
39968
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-enabled",
39969
+ "PrimitiveType": "Boolean",
39970
+ "UpdateType": "Mutable"
39971
+ },
39972
+ "DefaultAuthenticationMethod": {
39973
+ "Required": false,
39974
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-defaultauthenticationmethod",
39975
+ "PrimitiveType": "String",
39976
+ "UpdateType": "Mutable"
39977
+ },
39978
+ "TokenKey": {
39979
+ "Required": false,
39980
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkey",
39981
+ "PrimitiveType": "String",
39982
+ "UpdateType": "Mutable"
39983
+ },
39984
+ "ApplicationId": {
39985
+ "Required": true,
39986
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-applicationid",
39987
+ "PrimitiveType": "String",
39988
+ "UpdateType": "Immutable"
39989
+ },
39990
+ "TeamId": {
39991
+ "Required": false,
39992
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-teamid",
39993
+ "PrimitiveType": "String",
39994
+ "UpdateType": "Mutable"
39995
+ },
39996
+ "Certificate": {
39997
+ "Required": false,
39998
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-certificate",
39999
+ "PrimitiveType": "String",
40000
+ "UpdateType": "Mutable"
40001
+ },
40002
+ "TokenKeyId": {
40003
+ "Required": false,
40004
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipchannel.html#cfn-pinpoint-apnsvoipchannel-tokenkeyid",
40005
+ "PrimitiveType": "String",
40006
+ "UpdateType": "Mutable"
40007
+ }
40008
+ }
40009
+ },
37175
40010
  "AWS::AppStream::StackUserAssociation": {
37176
40011
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html",
37177
40012
  "Properties": {
@@ -37327,6 +40162,47 @@
37327
40162
  }
37328
40163
  }
37329
40164
  },
40165
+ "AWS::Pinpoint::EmailChannel": {
40166
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html",
40167
+ "Properties": {
40168
+ "ConfigurationSet": {
40169
+ "Required": false,
40170
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-configurationset",
40171
+ "PrimitiveType": "String",
40172
+ "UpdateType": "Mutable"
40173
+ },
40174
+ "FromAddress": {
40175
+ "Required": true,
40176
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-fromaddress",
40177
+ "PrimitiveType": "String",
40178
+ "UpdateType": "Mutable"
40179
+ },
40180
+ "Enabled": {
40181
+ "Required": false,
40182
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-enabled",
40183
+ "PrimitiveType": "Boolean",
40184
+ "UpdateType": "Mutable"
40185
+ },
40186
+ "ApplicationId": {
40187
+ "Required": true,
40188
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-applicationid",
40189
+ "PrimitiveType": "String",
40190
+ "UpdateType": "Immutable"
40191
+ },
40192
+ "Identity": {
40193
+ "Required": true,
40194
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-identity",
40195
+ "PrimitiveType": "String",
40196
+ "UpdateType": "Mutable"
40197
+ },
40198
+ "RoleArn": {
40199
+ "Required": false,
40200
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-rolearn",
40201
+ "PrimitiveType": "String",
40202
+ "UpdateType": "Mutable"
40203
+ }
40204
+ }
40205
+ },
37330
40206
  "AWS::EC2::Host": {
37331
40207
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html",
37332
40208
  "Properties": {
@@ -37342,6 +40218,12 @@
37342
40218
  "Required": true,
37343
40219
  "UpdateType": "Immutable"
37344
40220
  },
40221
+ "HostRecovery": {
40222
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-hostrecovery",
40223
+ "PrimitiveType": "String",
40224
+ "Required": false,
40225
+ "UpdateType": "Mutable"
40226
+ },
37345
40227
  "InstanceType": {
37346
40228
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html#cfn-ec2-host-instancetype",
37347
40229
  "PrimitiveType": "String",
@@ -37460,6 +40342,14 @@
37460
40342
  "Type": "List",
37461
40343
  "UpdateType": "Immutable"
37462
40344
  },
40345
+ "Tags": {
40346
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-tags",
40347
+ "DuplicatesAllowed": true,
40348
+ "ItemType": "Tag",
40349
+ "Required": false,
40350
+ "Type": "List",
40351
+ "UpdateType": "Mutable"
40352
+ },
37463
40353
  "TaskRoleArn": {
37464
40354
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-taskrolearn",
37465
40355
  "PrimitiveType": "String",
@@ -37472,7 +40362,7 @@
37472
40362
  "ItemType": "Volume",
37473
40363
  "Required": false,
37474
40364
  "Type": "List",
37475
- "UpdateType": "Mutable"
40365
+ "UpdateType": "Immutable"
37476
40366
  }
37477
40367
  }
37478
40368
  },
@@ -37779,6 +40669,65 @@
37779
40669
  }
37780
40670
  }
37781
40671
  },
40672
+ "AWS::MSK::Cluster": {
40673
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html",
40674
+ "Properties": {
40675
+ "BrokerNodeGroupInfo": {
40676
+ "Type": "BrokerNodeGroupInfo",
40677
+ "Required": true,
40678
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-brokernodegroupinfo",
40679
+ "UpdateType": "Immutable"
40680
+ },
40681
+ "EnhancedMonitoring": {
40682
+ "Required": false,
40683
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-enhancedmonitoring",
40684
+ "PrimitiveType": "String",
40685
+ "UpdateType": "Immutable"
40686
+ },
40687
+ "KafkaVersion": {
40688
+ "Required": true,
40689
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-kafkaversion",
40690
+ "PrimitiveType": "String",
40691
+ "UpdateType": "Immutable"
40692
+ },
40693
+ "NumberOfBrokerNodes": {
40694
+ "Required": true,
40695
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-numberofbrokernodes",
40696
+ "PrimitiveType": "Integer",
40697
+ "UpdateType": "Immutable"
40698
+ },
40699
+ "EncryptionInfo": {
40700
+ "Type": "EncryptionInfo",
40701
+ "Required": false,
40702
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-encryptioninfo",
40703
+ "UpdateType": "Immutable"
40704
+ },
40705
+ "ClusterName": {
40706
+ "Required": true,
40707
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clustername",
40708
+ "PrimitiveType": "String",
40709
+ "UpdateType": "Immutable"
40710
+ },
40711
+ "ClientAuthentication": {
40712
+ "Type": "ClientAuthentication",
40713
+ "Required": false,
40714
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-clientauthentication",
40715
+ "UpdateType": "Immutable"
40716
+ },
40717
+ "Tags": {
40718
+ "Required": false,
40719
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags",
40720
+ "PrimitiveType": "Json",
40721
+ "UpdateType": "Immutable"
40722
+ },
40723
+ "ConfigurationInfo": {
40724
+ "Type": "ConfigurationInfo",
40725
+ "Required": false,
40726
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-configurationinfo",
40727
+ "UpdateType": "Immutable"
40728
+ }
40729
+ }
40730
+ },
37782
40731
  "AWS::ElasticLoadBalancingV2::TargetGroup": {
37783
40732
  "Attributes": {
37784
40733
  "LoadBalancerArns": {
@@ -38427,6 +41376,17 @@
38427
41376
  }
38428
41377
  }
38429
41378
  },
41379
+ "AWS::Pinpoint::App": {
41380
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html",
41381
+ "Properties": {
41382
+ "Name": {
41383
+ "Required": true,
41384
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name",
41385
+ "PrimitiveType": "String",
41386
+ "UpdateType": "Immutable"
41387
+ }
41388
+ }
41389
+ },
38430
41390
  "AWS::Greengrass::GroupVersion": {
38431
41391
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-groupversion.html",
38432
41392
  "Properties": {
@@ -39196,5 +42156,5 @@
39196
42156
  }
39197
42157
  }
39198
42158
  },
39199
- "ResourceSpecificationVersion": "3.3.0"
42159
+ "ResourceSpecificationVersion": "3.4.0"
39200
42160
  }