humidifier 2.0.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -750,6 +750,23 @@
750
750
  }
751
751
  }
752
752
  },
753
+ "AWS::EC2::LaunchTemplate.PrivateIpAdd": {
754
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privateipadd.html",
755
+ "Properties": {
756
+ "PrivateIpAddress": {
757
+ "Required": false,
758
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privateipadd.html#cfn-ec2-launchtemplate-privateipadd-privateipaddress",
759
+ "PrimitiveType": "String",
760
+ "UpdateType": "Mutable"
761
+ },
762
+ "Primary": {
763
+ "Required": false,
764
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privateipadd.html#cfn-ec2-launchtemplate-privateipadd-primary",
765
+ "PrimitiveType": "Boolean",
766
+ "UpdateType": "Mutable"
767
+ }
768
+ }
769
+ },
753
770
  "AWS::S3::Bucket.ReplicationRule": {
754
771
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration-rules.html",
755
772
  "Properties": {
@@ -819,6 +836,137 @@
819
836
  }
820
837
  }
821
838
  },
839
+ "AWS::EC2::LaunchTemplate.LaunchTemplateData": {
840
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html",
841
+ "Properties": {
842
+ "SecurityGroups": {
843
+ "PrimitiveItemType": "String",
844
+ "Type": "List",
845
+ "Required": false,
846
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-securitygroups",
847
+ "UpdateType": "Mutable"
848
+ },
849
+ "TagSpecifications": {
850
+ "Type": "List",
851
+ "Required": false,
852
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications",
853
+ "ItemType": "TagSpecification",
854
+ "UpdateType": "Mutable"
855
+ },
856
+ "UserData": {
857
+ "Required": false,
858
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata",
859
+ "PrimitiveType": "String",
860
+ "UpdateType": "Mutable"
861
+ },
862
+ "InstanceInitiatedShutdownBehavior": {
863
+ "Required": false,
864
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior",
865
+ "PrimitiveType": "String",
866
+ "UpdateType": "Mutable"
867
+ },
868
+ "BlockDeviceMappings": {
869
+ "Type": "List",
870
+ "Required": false,
871
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-blockdevicemappings",
872
+ "ItemType": "BlockDeviceMapping",
873
+ "UpdateType": "Mutable"
874
+ },
875
+ "IamInstanceProfile": {
876
+ "Type": "IamInstanceProfile",
877
+ "Required": false,
878
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile",
879
+ "UpdateType": "Mutable"
880
+ },
881
+ "KernelId": {
882
+ "Required": false,
883
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid",
884
+ "PrimitiveType": "String",
885
+ "UpdateType": "Mutable"
886
+ },
887
+ "SecurityGroupIds": {
888
+ "PrimitiveItemType": "String",
889
+ "Type": "List",
890
+ "Required": false,
891
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-securitygroupids",
892
+ "UpdateType": "Mutable"
893
+ },
894
+ "EbsOptimized": {
895
+ "Required": false,
896
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized",
897
+ "PrimitiveType": "Boolean",
898
+ "UpdateType": "Mutable"
899
+ },
900
+ "KeyName": {
901
+ "Required": false,
902
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname",
903
+ "PrimitiveType": "String",
904
+ "UpdateType": "Mutable"
905
+ },
906
+ "DisableApiTermination": {
907
+ "Required": false,
908
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination",
909
+ "PrimitiveType": "Boolean",
910
+ "UpdateType": "Mutable"
911
+ },
912
+ "ElasticGpuSpecifications": {
913
+ "Type": "List",
914
+ "Required": false,
915
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-elasticgpuspecifications",
916
+ "ItemType": "ElasticGpuSpecification",
917
+ "UpdateType": "Mutable"
918
+ },
919
+ "Placement": {
920
+ "Type": "Placement",
921
+ "Required": false,
922
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-placement",
923
+ "UpdateType": "Mutable"
924
+ },
925
+ "InstanceMarketOptions": {
926
+ "Type": "InstanceMarketOptions",
927
+ "Required": false,
928
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions",
929
+ "UpdateType": "Mutable"
930
+ },
931
+ "NetworkInterfaces": {
932
+ "Type": "List",
933
+ "Required": false,
934
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-networkinterfaces",
935
+ "ItemType": "NetworkInterface",
936
+ "UpdateType": "Mutable"
937
+ },
938
+ "ImageId": {
939
+ "Required": false,
940
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid",
941
+ "PrimitiveType": "String",
942
+ "UpdateType": "Mutable"
943
+ },
944
+ "InstanceType": {
945
+ "Required": false,
946
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype",
947
+ "PrimitiveType": "String",
948
+ "UpdateType": "Mutable"
949
+ },
950
+ "RamDiskId": {
951
+ "Required": false,
952
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid",
953
+ "PrimitiveType": "String",
954
+ "UpdateType": "Mutable"
955
+ },
956
+ "Monitoring": {
957
+ "Type": "Monitoring",
958
+ "Required": false,
959
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring",
960
+ "UpdateType": "Mutable"
961
+ },
962
+ "CreditSpecification": {
963
+ "Type": "CreditSpecification",
964
+ "Required": false,
965
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification",
966
+ "UpdateType": "Mutable"
967
+ }
968
+ }
969
+ },
822
970
  "AWS::Glue::Database.DatabaseInput": {
823
971
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html",
824
972
  "Properties": {
@@ -1003,6 +1151,25 @@
1003
1151
  }
1004
1152
  }
1005
1153
  },
1154
+ "AWS::EC2::SpotFleet.LaunchTemplateConfig": {
1155
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateconfig.html",
1156
+ "Properties": {
1157
+ "LaunchTemplateSpecification": {
1158
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateconfig.html#cfn-ec2-spotfleet-launchtemplateconfig-launchtemplatespecification",
1159
+ "Required": false,
1160
+ "Type": "FleetLaunchTemplateSpecification",
1161
+ "UpdateType": "Mutable"
1162
+ },
1163
+ "Overrides": {
1164
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateconfig.html#cfn-ec2-spotfleet-launchtemplateconfig-overrides",
1165
+ "DuplicatesAllowed": false,
1166
+ "ItemType": "LaunchTemplateOverrides",
1167
+ "Required": false,
1168
+ "Type": "List",
1169
+ "UpdateType": "Mutable"
1170
+ }
1171
+ }
1172
+ },
1006
1173
  "AWS::EC2::Instance.ElasticGpuSpecification": {
1007
1174
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-elasticgpuspecification.html",
1008
1175
  "Properties": {
@@ -1377,6 +1544,23 @@
1377
1544
  }
1378
1545
  }
1379
1546
  },
1547
+ "AWS::EC2::LaunchTemplate.InstanceMarketOptions": {
1548
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html",
1549
+ "Properties": {
1550
+ "SpotOptions": {
1551
+ "Type": "SpotOptions",
1552
+ "Required": false,
1553
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions",
1554
+ "UpdateType": "Mutable"
1555
+ },
1556
+ "MarketType": {
1557
+ "Required": false,
1558
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-markettype",
1559
+ "PrimitiveType": "String",
1560
+ "UpdateType": "Mutable"
1561
+ }
1562
+ }
1563
+ },
1380
1564
  "AWS::CodePipeline::Pipeline.ActionDeclaration": {
1381
1565
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.html",
1382
1566
  "Properties": {
@@ -1595,6 +1779,17 @@
1595
1779
  }
1596
1780
  }
1597
1781
  },
1782
+ "AWS::EC2::LaunchTemplate.CreditSpecification": {
1783
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html",
1784
+ "Properties": {
1785
+ "CpuCredits": {
1786
+ "Required": false,
1787
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-creditspecification.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification-cpucredits",
1788
+ "PrimitiveType": "String",
1789
+ "UpdateType": "Mutable"
1790
+ }
1791
+ }
1792
+ },
1598
1793
  "AWS::ElasticLoadBalancingV2::TargetGroup.TargetGroupAttribute": {
1599
1794
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetgroupattribute.html",
1600
1795
  "Properties": {
@@ -2058,6 +2253,24 @@
2058
2253
  }
2059
2254
  }
2060
2255
  },
2256
+ "AWS::AutoScalingPlans::ScalingPlan.ApplicationSource": {
2257
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html",
2258
+ "Properties": {
2259
+ "CloudFormationStackARN": {
2260
+ "Required": false,
2261
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-cloudformationstackarn",
2262
+ "PrimitiveType": "String",
2263
+ "UpdateType": "Mutable"
2264
+ },
2265
+ "TagFilters": {
2266
+ "Type": "List",
2267
+ "Required": false,
2268
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html#cfn-autoscalingplans-scalingplan-applicationsource-tagfilters",
2269
+ "ItemType": "TagFilter",
2270
+ "UpdateType": "Mutable"
2271
+ }
2272
+ }
2273
+ },
2061
2274
  "AWS::EMR::Cluster.SpotProvisioningSpecification": {
2062
2275
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-spotprovisioningspecification.html",
2063
2276
  "Properties": {
@@ -2588,6 +2801,48 @@
2588
2801
  }
2589
2802
  }
2590
2803
  },
2804
+ "AWS::AutoScalingPlans::ScalingPlan.ScalingInstruction": {
2805
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-scalinginstruction.html",
2806
+ "Properties": {
2807
+ "ResourceId": {
2808
+ "Required": true,
2809
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-scalinginstruction.html#cfn-autoscalingplans-scalingplan-scalinginstruction-resourceid",
2810
+ "PrimitiveType": "String",
2811
+ "UpdateType": "Mutable"
2812
+ },
2813
+ "ServiceNamespace": {
2814
+ "Required": true,
2815
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-scalinginstruction.html#cfn-autoscalingplans-scalingplan-scalinginstruction-servicenamespace",
2816
+ "PrimitiveType": "String",
2817
+ "UpdateType": "Mutable"
2818
+ },
2819
+ "ScalableDimension": {
2820
+ "Required": true,
2821
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-scalinginstruction.html#cfn-autoscalingplans-scalingplan-scalinginstruction-scalabledimension",
2822
+ "PrimitiveType": "String",
2823
+ "UpdateType": "Mutable"
2824
+ },
2825
+ "MinCapacity": {
2826
+ "Required": true,
2827
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-scalinginstruction.html#cfn-autoscalingplans-scalingplan-scalinginstruction-mincapacity",
2828
+ "PrimitiveType": "Integer",
2829
+ "UpdateType": "Mutable"
2830
+ },
2831
+ "TargetTrackingConfigurations": {
2832
+ "Type": "List",
2833
+ "Required": true,
2834
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-scalinginstruction.html#cfn-autoscalingplans-scalingplan-scalinginstruction-targettrackingconfigurations",
2835
+ "ItemType": "TargetTrackingConfiguration",
2836
+ "UpdateType": "Mutable"
2837
+ },
2838
+ "MaxCapacity": {
2839
+ "Required": true,
2840
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-scalinginstruction.html#cfn-autoscalingplans-scalingplan-scalinginstruction-maxcapacity",
2841
+ "PrimitiveType": "Integer",
2842
+ "UpdateType": "Mutable"
2843
+ }
2844
+ }
2845
+ },
2591
2846
  "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowLambdaParameters": {
2592
2847
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowlambdaparameters.html",
2593
2848
  "Properties": {
@@ -3044,6 +3299,17 @@
3044
3299
  }
3045
3300
  }
3046
3301
  },
3302
+ "AWS::EC2::LaunchTemplate.Monitoring": {
3303
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html",
3304
+ "Properties": {
3305
+ "Enabled": {
3306
+ "Required": false,
3307
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-monitoring.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring-enabled",
3308
+ "PrimitiveType": "Boolean",
3309
+ "UpdateType": "Mutable"
3310
+ }
3311
+ }
3312
+ },
3047
3313
  "AWS::ECS::TaskDefinition.Device": {
3048
3314
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-device.html",
3049
3315
  "Properties": {
@@ -4020,6 +4286,23 @@
4020
4286
  }
4021
4287
  }
4022
4288
  },
4289
+ "AWS::GuardDuty::Filter.FindingCriteria": {
4290
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html",
4291
+ "Properties": {
4292
+ "Criterion": {
4293
+ "Required": false,
4294
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-criterion",
4295
+ "PrimitiveType": "Json",
4296
+ "UpdateType": "Mutable"
4297
+ },
4298
+ "ItemType": {
4299
+ "Type": "Condition",
4300
+ "Required": false,
4301
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-findingcriteria.html#cfn-guardduty-filter-findingcriteria-itemtype",
4302
+ "UpdateType": "Mutable"
4303
+ }
4304
+ }
4305
+ },
4023
4306
  "AWS::Elasticsearch::Domain.ElasticsearchClusterConfig": {
4024
4307
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html",
4025
4308
  "Properties": {
@@ -4132,6 +4415,53 @@
4132
4415
  }
4133
4416
  }
4134
4417
  },
4418
+ "AWS::AutoScalingPlans::ScalingPlan.TargetTrackingConfiguration": {
4419
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html",
4420
+ "Properties": {
4421
+ "ScaleOutCooldown": {
4422
+ "Required": false,
4423
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html#cfn-autoscalingplans-scalingplan-targettrackingconfiguration-scaleoutcooldown",
4424
+ "PrimitiveType": "Integer",
4425
+ "UpdateType": "Mutable"
4426
+ },
4427
+ "TargetValue": {
4428
+ "Required": true,
4429
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html#cfn-autoscalingplans-scalingplan-targettrackingconfiguration-targetvalue",
4430
+ "PrimitiveType": "Double",
4431
+ "UpdateType": "Mutable"
4432
+ },
4433
+ "PredefinedScalingMetricSpecification": {
4434
+ "Type": "PredefinedScalingMetricSpecification",
4435
+ "Required": false,
4436
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html#cfn-autoscalingplans-scalingplan-targettrackingconfiguration-predefinedscalingmetricspecification",
4437
+ "UpdateType": "Mutable"
4438
+ },
4439
+ "DisableScaleIn": {
4440
+ "Required": false,
4441
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html#cfn-autoscalingplans-scalingplan-targettrackingconfiguration-disablescalein",
4442
+ "PrimitiveType": "Boolean",
4443
+ "UpdateType": "Mutable"
4444
+ },
4445
+ "ScaleInCooldown": {
4446
+ "Required": false,
4447
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html#cfn-autoscalingplans-scalingplan-targettrackingconfiguration-scaleincooldown",
4448
+ "PrimitiveType": "Integer",
4449
+ "UpdateType": "Mutable"
4450
+ },
4451
+ "EstimatedInstanceWarmup": {
4452
+ "Required": false,
4453
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html#cfn-autoscalingplans-scalingplan-targettrackingconfiguration-estimatedinstancewarmup",
4454
+ "PrimitiveType": "Integer",
4455
+ "UpdateType": "Mutable"
4456
+ },
4457
+ "CustomizedScalingMetricSpecification": {
4458
+ "Type": "CustomizedScalingMetricSpecification",
4459
+ "Required": false,
4460
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-targettrackingconfiguration.html#cfn-autoscalingplans-scalingplan-targettrackingconfiguration-customizedscalingmetricspecification",
4461
+ "UpdateType": "Mutable"
4462
+ }
4463
+ }
4464
+ },
4135
4465
  "AWS::GameLift::Alias.RoutingStrategy": {
4136
4466
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html",
4137
4467
  "Properties": {
@@ -4483,6 +4813,41 @@
4483
4813
  }
4484
4814
  }
4485
4815
  },
4816
+ "AWS::EC2::LaunchTemplate.Placement": {
4817
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html",
4818
+ "Properties": {
4819
+ "GroupName": {
4820
+ "Required": false,
4821
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname",
4822
+ "PrimitiveType": "String",
4823
+ "UpdateType": "Mutable"
4824
+ },
4825
+ "Tenancy": {
4826
+ "Required": false,
4827
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-tenancy",
4828
+ "PrimitiveType": "String",
4829
+ "UpdateType": "Mutable"
4830
+ },
4831
+ "AvailabilityZone": {
4832
+ "Required": false,
4833
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-availabilityzone",
4834
+ "PrimitiveType": "String",
4835
+ "UpdateType": "Mutable"
4836
+ },
4837
+ "Affinity": {
4838
+ "Required": false,
4839
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-affinity",
4840
+ "PrimitiveType": "String",
4841
+ "UpdateType": "Mutable"
4842
+ },
4843
+ "HostId": {
4844
+ "Required": false,
4845
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-hostid",
4846
+ "PrimitiveType": "String",
4847
+ "UpdateType": "Mutable"
4848
+ }
4849
+ }
4850
+ },
4486
4851
  "AWS::ElasticLoadBalancing::LoadBalancer.ConnectionSettings": {
4487
4852
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html",
4488
4853
  "Properties": {
@@ -4645,6 +5010,35 @@
4645
5010
  }
4646
5011
  }
4647
5012
  },
5013
+ "AWS::EC2::LaunchTemplate.BlockDeviceMapping": {
5014
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html",
5015
+ "Properties": {
5016
+ "Ebs": {
5017
+ "Type": "Ebs",
5018
+ "Required": false,
5019
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs",
5020
+ "UpdateType": "Mutable"
5021
+ },
5022
+ "NoDevice": {
5023
+ "Required": false,
5024
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-nodevice",
5025
+ "PrimitiveType": "String",
5026
+ "UpdateType": "Mutable"
5027
+ },
5028
+ "VirtualName": {
5029
+ "Required": false,
5030
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-virtualname",
5031
+ "PrimitiveType": "String",
5032
+ "UpdateType": "Mutable"
5033
+ },
5034
+ "DeviceName": {
5035
+ "Required": false,
5036
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-devicename",
5037
+ "PrimitiveType": "String",
5038
+ "UpdateType": "Mutable"
5039
+ }
5040
+ }
5041
+ },
4648
5042
  "AWS::ElasticBeanstalk::Application.ApplicationResourceLifecycleConfig": {
4649
5043
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-application-applicationresourcelifecycleconfig.html",
4650
5044
  "Properties": {
@@ -4662,6 +5056,29 @@
4662
5056
  }
4663
5057
  }
4664
5058
  },
5059
+ "AWS::EC2::LaunchTemplate.SpotOptions": {
5060
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html",
5061
+ "Properties": {
5062
+ "SpotInstanceType": {
5063
+ "Required": false,
5064
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-spotinstancetype",
5065
+ "PrimitiveType": "String",
5066
+ "UpdateType": "Mutable"
5067
+ },
5068
+ "InstanceInterruptionBehavior": {
5069
+ "Required": false,
5070
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-instanceinterruptionbehavior",
5071
+ "PrimitiveType": "String",
5072
+ "UpdateType": "Mutable"
5073
+ },
5074
+ "MaxPrice": {
5075
+ "Required": false,
5076
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions-spotoptions-maxprice",
5077
+ "PrimitiveType": "String",
5078
+ "UpdateType": "Mutable"
5079
+ }
5080
+ }
5081
+ },
4665
5082
  "AWS::KinesisFirehose::DeliveryStream.BufferingHints": {
4666
5083
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-bufferinghints.html",
4667
5084
  "Properties": {
@@ -4954,7 +5371,15 @@
4954
5371
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications",
4955
5372
  "DuplicatesAllowed": false,
4956
5373
  "ItemType": "SpotFleetLaunchSpecification",
4957
- "Required": true,
5374
+ "Required": false,
5375
+ "Type": "List",
5376
+ "UpdateType": "Immutable"
5377
+ },
5378
+ "LaunchTemplateConfigs": {
5379
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchtemplateconfigs",
5380
+ "DuplicatesAllowed": false,
5381
+ "ItemType": "LaunchTemplateConfig",
5382
+ "Required": false,
4958
5383
  "Type": "List",
4959
5384
  "UpdateType": "Immutable"
4960
5385
  },
@@ -5019,6 +5444,35 @@
5019
5444
  }
5020
5445
  }
5021
5446
  },
5447
+ "AWS::AppSync::GraphQLApi.OpenIDConnectConfig": {
5448
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html",
5449
+ "Properties": {
5450
+ "Issuer": {
5451
+ "Required": false,
5452
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-issuer",
5453
+ "PrimitiveType": "String",
5454
+ "UpdateType": "Mutable"
5455
+ },
5456
+ "ClientId": {
5457
+ "Required": false,
5458
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-clientid",
5459
+ "PrimitiveType": "String",
5460
+ "UpdateType": "Mutable"
5461
+ },
5462
+ "AuthTTL": {
5463
+ "Required": false,
5464
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-authttl",
5465
+ "PrimitiveType": "Double",
5466
+ "UpdateType": "Mutable"
5467
+ },
5468
+ "IatTTL": {
5469
+ "Required": false,
5470
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-openidconnectconfig.html#cfn-appsync-graphqlapi-openidconnectconfig-iatttl",
5471
+ "PrimitiveType": "Double",
5472
+ "UpdateType": "Mutable"
5473
+ }
5474
+ }
5475
+ },
5022
5476
  "AWS::EMR::Cluster.SimpleScalingPolicyConfiguration": {
5023
5477
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-cluster-simplescalingpolicyconfiguration.html",
5024
5478
  "Properties": {
@@ -5053,6 +5507,23 @@
5053
5507
  }
5054
5508
  }
5055
5509
  },
5510
+ "AWS::AppSync::GraphQLApi.LogConfig": {
5511
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html",
5512
+ "Properties": {
5513
+ "CloudWatchLogsRoleArn": {
5514
+ "Required": false,
5515
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-cloudwatchlogsrolearn",
5516
+ "PrimitiveType": "String",
5517
+ "UpdateType": "Mutable"
5518
+ },
5519
+ "FieldLogLevel": {
5520
+ "Required": false,
5521
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html#cfn-appsync-graphqlapi-logconfig-fieldloglevel",
5522
+ "PrimitiveType": "String",
5523
+ "UpdateType": "Mutable"
5524
+ }
5525
+ }
5526
+ },
5056
5527
  "AWS::CodeDeploy::DeploymentGroup.GitHubLocation": {
5057
5528
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-deployment-revision-githublocation.html",
5058
5529
  "Properties": {
@@ -5230,6 +5701,42 @@
5230
5701
  }
5231
5702
  }
5232
5703
  },
5704
+ "AWS::AutoScalingPlans::ScalingPlan.CustomizedScalingMetricSpecification": {
5705
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-customizedscalingmetricspecification.html",
5706
+ "Properties": {
5707
+ "MetricName": {
5708
+ "Required": true,
5709
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-customizedscalingmetricspecification.html#cfn-autoscalingplans-scalingplan-customizedscalingmetricspecification-metricname",
5710
+ "PrimitiveType": "String",
5711
+ "UpdateType": "Mutable"
5712
+ },
5713
+ "Statistic": {
5714
+ "Required": true,
5715
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-customizedscalingmetricspecification.html#cfn-autoscalingplans-scalingplan-customizedscalingmetricspecification-statistic",
5716
+ "PrimitiveType": "String",
5717
+ "UpdateType": "Mutable"
5718
+ },
5719
+ "Dimensions": {
5720
+ "Type": "List",
5721
+ "Required": false,
5722
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-customizedscalingmetricspecification.html#cfn-autoscalingplans-scalingplan-customizedscalingmetricspecification-dimensions",
5723
+ "ItemType": "MetricDimension",
5724
+ "UpdateType": "Mutable"
5725
+ },
5726
+ "Unit": {
5727
+ "Required": false,
5728
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-customizedscalingmetricspecification.html#cfn-autoscalingplans-scalingplan-customizedscalingmetricspecification-unit",
5729
+ "PrimitiveType": "String",
5730
+ "UpdateType": "Mutable"
5731
+ },
5732
+ "Namespace": {
5733
+ "Required": true,
5734
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-customizedscalingmetricspecification.html#cfn-autoscalingplans-scalingplan-customizedscalingmetricspecification-namespace",
5735
+ "PrimitiveType": "String",
5736
+ "UpdateType": "Mutable"
5737
+ }
5738
+ }
5739
+ },
5233
5740
  "AWS::Route53::HostedZone.HostedZoneTag": {
5234
5741
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonetags.html",
5235
5742
  "Properties": {
@@ -5959,6 +6466,17 @@
5959
6466
  }
5960
6467
  }
5961
6468
  },
6469
+ "AWS::AppSync::DataSource.LambdaConfig": {
6470
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html",
6471
+ "Properties": {
6472
+ "LambdaFunctionArn": {
6473
+ "Required": true,
6474
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn",
6475
+ "PrimitiveType": "String",
6476
+ "UpdateType": "Mutable"
6477
+ }
6478
+ }
6479
+ },
5962
6480
  "AWS::KinesisAnalytics::ApplicationReferenceDataSource.MappingParameters": {
5963
6481
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-mappingparameters.html",
5964
6482
  "Properties": {
@@ -6069,6 +6587,23 @@
6069
6587
  }
6070
6588
  }
6071
6589
  },
6590
+ "AWS::AutoScalingPlans::ScalingPlan.MetricDimension": {
6591
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-metricdimension.html",
6592
+ "Properties": {
6593
+ "Value": {
6594
+ "Required": true,
6595
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-metricdimension.html#cfn-autoscalingplans-scalingplan-metricdimension-value",
6596
+ "PrimitiveType": "String",
6597
+ "UpdateType": "Mutable"
6598
+ },
6599
+ "Name": {
6600
+ "Required": true,
6601
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-metricdimension.html#cfn-autoscalingplans-scalingplan-metricdimension-name",
6602
+ "PrimitiveType": "String",
6603
+ "UpdateType": "Mutable"
6604
+ }
6605
+ }
6606
+ },
6072
6607
  "AWS::Events::Rule.RunCommandTarget": {
6073
6608
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-runcommandtarget.html",
6074
6609
  "Properties": {
@@ -6281,6 +6816,29 @@
6281
6816
  }
6282
6817
  }
6283
6818
  },
6819
+ "AWS::EC2::SpotFleet.FleetLaunchTemplateSpecification": {
6820
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-fleetlaunchtemplatespecification.html",
6821
+ "Properties": {
6822
+ "LaunchTemplateId": {
6823
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-fleetlaunchtemplatespecification.html#cfn-ec2-spotfleet-fleetlaunchtemplatespecification-launchtemplateid",
6824
+ "PrimitiveType": "String",
6825
+ "Required": false,
6826
+ "UpdateType": "Mutable"
6827
+ },
6828
+ "LaunchTemplateName": {
6829
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-fleetlaunchtemplatespecification.html#cfn-ec2-spotfleet-fleetlaunchtemplatespecification-launchtemplatename",
6830
+ "PrimitiveType": "String",
6831
+ "Required": false,
6832
+ "UpdateType": "Mutable"
6833
+ },
6834
+ "Version": {
6835
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-fleetlaunchtemplatespecification.html#cfn-ec2-spotfleet-fleetlaunchtemplatespecification-version",
6836
+ "PrimitiveType": "String",
6837
+ "Required": false,
6838
+ "UpdateType": "Mutable"
6839
+ }
6840
+ }
6841
+ },
6284
6842
  "AWS::S3::Bucket.RedirectAllRequestsTo": {
6285
6843
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-redirectallrequeststo.html",
6286
6844
  "Properties": {
@@ -7811,6 +8369,17 @@
7811
8369
  }
7812
8370
  }
7813
8371
  },
8372
+ "AWS::EC2::LaunchTemplate.ElasticGpuSpecification": {
8373
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html",
8374
+ "Properties": {
8375
+ "Type": {
8376
+ "Required": false,
8377
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html#cfn-ec2-launchtemplate-elasticgpuspecification-type",
8378
+ "PrimitiveType": "String",
8379
+ "UpdateType": "Mutable"
8380
+ }
8381
+ }
8382
+ },
7814
8383
  "AWS::ECS::TaskDefinition.TaskDefinitionPlacementConstraint": {
7815
8384
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-taskdefinitionplacementconstraint.html",
7816
8385
  "Properties": {
@@ -8503,6 +9072,24 @@
8503
9072
  }
8504
9073
  }
8505
9074
  },
9075
+ "AWS::EC2::LaunchTemplate.TagSpecification": {
9076
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html",
9077
+ "Properties": {
9078
+ "ResourceType": {
9079
+ "Required": false,
9080
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html#cfn-ec2-launchtemplate-tagspecification-resourcetype",
9081
+ "PrimitiveType": "String",
9082
+ "UpdateType": "Mutable"
9083
+ },
9084
+ "Tags": {
9085
+ "Type": "List",
9086
+ "Required": false,
9087
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html#cfn-ec2-launchtemplate-tagspecification-tags",
9088
+ "ItemType": "Tag",
9089
+ "UpdateType": "Mutable"
9090
+ }
9091
+ }
9092
+ },
8506
9093
  "AWS::KinesisAnalytics::Application.RecordFormat": {
8507
9094
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-application-recordformat.html",
8508
9095
  "Properties": {
@@ -8566,6 +9153,43 @@
8566
9153
  }
8567
9154
  }
8568
9155
  },
9156
+ "AWS::GuardDuty::Filter.Condition": {
9157
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html",
9158
+ "Properties": {
9159
+ "Lt": {
9160
+ "Required": false,
9161
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lt",
9162
+ "PrimitiveType": "Integer",
9163
+ "UpdateType": "Mutable"
9164
+ },
9165
+ "Gte": {
9166
+ "Required": false,
9167
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-gte",
9168
+ "PrimitiveType": "Integer",
9169
+ "UpdateType": "Mutable"
9170
+ },
9171
+ "Neq": {
9172
+ "PrimitiveItemType": "String",
9173
+ "Type": "List",
9174
+ "Required": false,
9175
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-neq",
9176
+ "UpdateType": "Mutable"
9177
+ },
9178
+ "Eq": {
9179
+ "PrimitiveItemType": "String",
9180
+ "Type": "List",
9181
+ "Required": false,
9182
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-eq",
9183
+ "UpdateType": "Mutable"
9184
+ },
9185
+ "Lte": {
9186
+ "Required": false,
9187
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-filter-condition.html#cfn-guardduty-filter-condition-lte",
9188
+ "PrimitiveType": "Integer",
9189
+ "UpdateType": "Mutable"
9190
+ }
9191
+ }
9192
+ },
8569
9193
  "AWS::OpsWorks::Instance.BlockDeviceMapping": {
8570
9194
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-blockdevicemapping.html",
8571
9195
  "Properties": {
@@ -8587,10 +9211,38 @@
8587
9211
  "Required": false,
8588
9212
  "UpdateType": "Mutable"
8589
9213
  },
8590
- "VirtualName": {
8591
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-blockdevicemapping.html#cfn-opsworks-instance-blockdevicemapping-virtualname",
8592
- "PrimitiveType": "String",
9214
+ "VirtualName": {
9215
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-blockdevicemapping.html#cfn-opsworks-instance-blockdevicemapping-virtualname",
9216
+ "PrimitiveType": "String",
9217
+ "Required": false,
9218
+ "UpdateType": "Mutable"
9219
+ }
9220
+ }
9221
+ },
9222
+ "AWS::EC2::LaunchTemplate.Ipv6Add": {
9223
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6add.html",
9224
+ "Properties": {
9225
+ "Ipv6Address": {
9226
+ "Required": false,
9227
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6add.html#cfn-ec2-launchtemplate-ipv6add-ipv6address",
9228
+ "PrimitiveType": "String",
9229
+ "UpdateType": "Mutable"
9230
+ }
9231
+ }
9232
+ },
9233
+ "AWS::EC2::LaunchTemplate.IamInstanceProfile": {
9234
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html",
9235
+ "Properties": {
9236
+ "Arn": {
9237
+ "Required": false,
9238
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-arn",
9239
+ "PrimitiveType": "String",
9240
+ "UpdateType": "Mutable"
9241
+ },
9242
+ "Name": {
8593
9243
  "Required": false,
9244
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile-name",
9245
+ "PrimitiveType": "String",
8594
9246
  "UpdateType": "Mutable"
8595
9247
  }
8596
9248
  }
@@ -8612,6 +9264,23 @@
8612
9264
  }
8613
9265
  }
8614
9266
  },
9267
+ "AWS::AutoScalingPlans::ScalingPlan.PredefinedScalingMetricSpecification": {
9268
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-predefinedscalingmetricspecification.html",
9269
+ "Properties": {
9270
+ "ResourceLabel": {
9271
+ "Required": false,
9272
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-predefinedscalingmetricspecification.html#cfn-autoscalingplans-scalingplan-predefinedscalingmetricspecification-resourcelabel",
9273
+ "PrimitiveType": "String",
9274
+ "UpdateType": "Mutable"
9275
+ },
9276
+ "PredefinedScalingMetricType": {
9277
+ "Required": true,
9278
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-predefinedscalingmetricspecification.html#cfn-autoscalingplans-scalingplan-predefinedscalingmetricspecification-predefinedscalingmetrictype",
9279
+ "PrimitiveType": "String",
9280
+ "UpdateType": "Mutable"
9281
+ }
9282
+ }
9283
+ },
8615
9284
  "AWS::SES::ReceiptRule.Rule": {
8616
9285
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html",
8617
9286
  "Properties": {
@@ -9246,6 +9915,86 @@
9246
9915
  }
9247
9916
  }
9248
9917
  },
9918
+ "AWS::EC2::LaunchTemplate.NetworkInterface": {
9919
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html",
9920
+ "Properties": {
9921
+ "Description": {
9922
+ "Required": false,
9923
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-description",
9924
+ "PrimitiveType": "String",
9925
+ "UpdateType": "Mutable"
9926
+ },
9927
+ "PrivateIpAddress": {
9928
+ "Required": false,
9929
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-privateipaddress",
9930
+ "PrimitiveType": "String",
9931
+ "UpdateType": "Mutable"
9932
+ },
9933
+ "PrivateIpAddresses": {
9934
+ "Type": "List",
9935
+ "Required": false,
9936
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-privateipaddresses",
9937
+ "ItemType": "PrivateIpAdd",
9938
+ "UpdateType": "Mutable"
9939
+ },
9940
+ "SecondaryPrivateIpAddressCount": {
9941
+ "Required": false,
9942
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-secondaryprivateipaddresscount",
9943
+ "PrimitiveType": "Integer",
9944
+ "UpdateType": "Mutable"
9945
+ },
9946
+ "Ipv6AddressCount": {
9947
+ "Required": false,
9948
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6addresscount",
9949
+ "PrimitiveType": "Integer",
9950
+ "UpdateType": "Mutable"
9951
+ },
9952
+ "Groups": {
9953
+ "PrimitiveItemType": "String",
9954
+ "Type": "List",
9955
+ "Required": false,
9956
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-groups",
9957
+ "UpdateType": "Mutable"
9958
+ },
9959
+ "DeviceIndex": {
9960
+ "Required": false,
9961
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-deviceindex",
9962
+ "PrimitiveType": "Integer",
9963
+ "UpdateType": "Mutable"
9964
+ },
9965
+ "SubnetId": {
9966
+ "Required": false,
9967
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-subnetid",
9968
+ "PrimitiveType": "String",
9969
+ "UpdateType": "Mutable"
9970
+ },
9971
+ "Ipv6Addresses": {
9972
+ "Type": "List",
9973
+ "Required": false,
9974
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6addresses",
9975
+ "ItemType": "Ipv6Add",
9976
+ "UpdateType": "Mutable"
9977
+ },
9978
+ "AssociatePublicIpAddress": {
9979
+ "Required": false,
9980
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-associatepublicipaddress",
9981
+ "PrimitiveType": "Boolean",
9982
+ "UpdateType": "Mutable"
9983
+ },
9984
+ "NetworkInterfaceId": {
9985
+ "Required": false,
9986
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-networkinterfaceid",
9987
+ "PrimitiveType": "String",
9988
+ "UpdateType": "Mutable"
9989
+ },
9990
+ "DeleteOnTermination": {
9991
+ "Required": false,
9992
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-deleteontermination",
9993
+ "PrimitiveType": "Boolean",
9994
+ "UpdateType": "Mutable"
9995
+ }
9996
+ }
9997
+ },
9249
9998
  "AWS::ElasticLoadBalancingV2::Listener.Certificate": {
9250
9999
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-certificates.html",
9251
10000
  "Properties": {
@@ -9401,6 +10150,24 @@
9401
10150
  }
9402
10151
  }
9403
10152
  },
10153
+ "AWS::AutoScalingPlans::ScalingPlan.TagFilter": {
10154
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-tagfilter.html",
10155
+ "Properties": {
10156
+ "Values": {
10157
+ "PrimitiveItemType": "String",
10158
+ "Type": "List",
10159
+ "Required": false,
10160
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-tagfilter.html#cfn-autoscalingplans-scalingplan-tagfilter-values",
10161
+ "UpdateType": "Mutable"
10162
+ },
10163
+ "Key": {
10164
+ "Required": true,
10165
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-tagfilter.html#cfn-autoscalingplans-scalingplan-tagfilter-key",
10166
+ "PrimitiveType": "String",
10167
+ "UpdateType": "Mutable"
10168
+ }
10169
+ }
10170
+ },
9404
10171
  "AWS::Route53::RecordSetGroup.GeoLocation": {
9405
10172
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html",
9406
10173
  "Properties": {
@@ -10013,6 +10780,23 @@
10013
10780
  }
10014
10781
  }
10015
10782
  },
10783
+ "AWS::ServiceCatalog::CloudFormationProvisionedProduct.ProvisioningParameter": {
10784
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningparameter.html",
10785
+ "Properties": {
10786
+ "Value": {
10787
+ "Required": false,
10788
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningparameter.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningparameter-value",
10789
+ "PrimitiveType": "String",
10790
+ "UpdateType": "Mutable"
10791
+ },
10792
+ "Key": {
10793
+ "Required": false,
10794
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningparameter.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningparameter-key",
10795
+ "PrimitiveType": "String",
10796
+ "UpdateType": "Mutable"
10797
+ }
10798
+ }
10799
+ },
10016
10800
  "AWS::IoT::TopicRule.KinesisAction": {
10017
10801
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-kinesisaction.html",
10018
10802
  "Properties": {
@@ -10649,6 +11433,41 @@
10649
11433
  }
10650
11434
  }
10651
11435
  },
11436
+ "AWS::EC2::SpotFleet.LaunchTemplateOverrides": {
11437
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateoverrides.html",
11438
+ "Properties": {
11439
+ "AvailabilityZone": {
11440
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateoverrides.html#cfn-ec2-spotfleet-launchtemplateoverrides-availabilityzone",
11441
+ "PrimitiveType": "String",
11442
+ "Required": false,
11443
+ "UpdateType": "Mutable"
11444
+ },
11445
+ "InstanceType": {
11446
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateoverrides.html#cfn-ec2-spotfleet-launchtemplateoverrides-instancetype",
11447
+ "PrimitiveType": "String",
11448
+ "Required": false,
11449
+ "UpdateType": "Mutable"
11450
+ },
11451
+ "SpotPrice": {
11452
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateoverrides.html#cfn-ec2-spotfleet-launchtemplateoverrides-spotprice",
11453
+ "PrimitiveType": "String",
11454
+ "Required": false,
11455
+ "UpdateType": "Mutable"
11456
+ },
11457
+ "SubnetId": {
11458
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateoverrides.html#cfn-ec2-spotfleet-launchtemplateoverrides-subnetid",
11459
+ "PrimitiveType": "String",
11460
+ "Required": false,
11461
+ "UpdateType": "Mutable"
11462
+ },
11463
+ "WeightedCapacity": {
11464
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateoverrides.html#cfn-ec2-spotfleet-launchtemplateoverrides-weightedcapacity",
11465
+ "PrimitiveType": "Double",
11466
+ "Required": false,
11467
+ "UpdateType": "Mutable"
11468
+ }
11469
+ }
11470
+ },
10652
11471
  "AWS::SES::ReceiptRule.S3Action": {
10653
11472
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html",
10654
11473
  "Properties": {
@@ -11051,6 +11870,53 @@
11051
11870
  }
11052
11871
  }
11053
11872
  },
11873
+ "AWS::EC2::LaunchTemplate.Ebs": {
11874
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html",
11875
+ "Properties": {
11876
+ "SnapshotId": {
11877
+ "Required": false,
11878
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-snapshotid",
11879
+ "PrimitiveType": "String",
11880
+ "UpdateType": "Mutable"
11881
+ },
11882
+ "VolumeType": {
11883
+ "Required": false,
11884
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-volumetype",
11885
+ "PrimitiveType": "String",
11886
+ "UpdateType": "Mutable"
11887
+ },
11888
+ "KmsKeyId": {
11889
+ "Required": false,
11890
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-kmskeyid",
11891
+ "PrimitiveType": "String",
11892
+ "UpdateType": "Mutable"
11893
+ },
11894
+ "Encrypted": {
11895
+ "Required": false,
11896
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-encrypted",
11897
+ "PrimitiveType": "Boolean",
11898
+ "UpdateType": "Mutable"
11899
+ },
11900
+ "Iops": {
11901
+ "Required": false,
11902
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-iops",
11903
+ "PrimitiveType": "Integer",
11904
+ "UpdateType": "Mutable"
11905
+ },
11906
+ "VolumeSize": {
11907
+ "Required": false,
11908
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-volumesize",
11909
+ "PrimitiveType": "Integer",
11910
+ "UpdateType": "Mutable"
11911
+ },
11912
+ "DeleteOnTermination": {
11913
+ "Required": false,
11914
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-deleteontermination",
11915
+ "PrimitiveType": "Boolean",
11916
+ "UpdateType": "Mutable"
11917
+ }
11918
+ }
11919
+ },
11054
11920
  "AWS::Glue::Table.Order": {
11055
11921
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-order.html",
11056
11922
  "Properties": {
@@ -11624,6 +12490,35 @@
11624
12490
  }
11625
12491
  }
11626
12492
  },
12493
+ "AWS::AppSync::GraphQLApi.UserPoolConfig": {
12494
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html",
12495
+ "Properties": {
12496
+ "AppIdClientRegex": {
12497
+ "Required": false,
12498
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-appidclientregex",
12499
+ "PrimitiveType": "String",
12500
+ "UpdateType": "Mutable"
12501
+ },
12502
+ "UserPoolId": {
12503
+ "Required": false,
12504
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-userpoolid",
12505
+ "PrimitiveType": "String",
12506
+ "UpdateType": "Mutable"
12507
+ },
12508
+ "AwsRegion": {
12509
+ "Required": false,
12510
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-awsregion",
12511
+ "PrimitiveType": "String",
12512
+ "UpdateType": "Mutable"
12513
+ },
12514
+ "DefaultAction": {
12515
+ "Required": false,
12516
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-userpoolconfig.html#cfn-appsync-graphqlapi-userpoolconfig-defaultaction",
12517
+ "PrimitiveType": "String",
12518
+ "UpdateType": "Mutable"
12519
+ }
12520
+ }
12521
+ },
11627
12522
  "AWS::GameLift::Build.S3Location": {
11628
12523
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html",
11629
12524
  "Properties": {
@@ -11917,6 +12812,29 @@
11917
12812
  }
11918
12813
  }
11919
12814
  },
12815
+ "AWS::AppSync::DataSource.DynamoDBConfig": {
12816
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html",
12817
+ "Properties": {
12818
+ "TableName": {
12819
+ "Required": true,
12820
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-tablename",
12821
+ "PrimitiveType": "String",
12822
+ "UpdateType": "Mutable"
12823
+ },
12824
+ "AwsRegion": {
12825
+ "Required": true,
12826
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-awsregion",
12827
+ "PrimitiveType": "String",
12828
+ "UpdateType": "Mutable"
12829
+ },
12830
+ "UseCallerCredentials": {
12831
+ "Required": false,
12832
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html#cfn-appsync-datasource-dynamodbconfig-usecallercredentials",
12833
+ "PrimitiveType": "Boolean",
12834
+ "UpdateType": "Mutable"
12835
+ }
12836
+ }
12837
+ },
11920
12838
  "AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration": {
11921
12839
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-autorollbackconfiguration.html",
11922
12840
  "Properties": {
@@ -12290,6 +13208,23 @@
12290
13208
  }
12291
13209
  }
12292
13210
  },
13211
+ "AWS::AppSync::DataSource.ElasticsearchConfig": {
13212
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html",
13213
+ "Properties": {
13214
+ "AwsRegion": {
13215
+ "Required": true,
13216
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion",
13217
+ "PrimitiveType": "String",
13218
+ "UpdateType": "Mutable"
13219
+ },
13220
+ "Endpoint": {
13221
+ "Required": true,
13222
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint",
13223
+ "PrimitiveType": "String",
13224
+ "UpdateType": "Mutable"
13225
+ }
13226
+ }
13227
+ },
12293
13228
  "AWS::ECS::TaskDefinition.HostVolumeProperties": {
12294
13229
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-volumes-host.html",
12295
13230
  "Properties": {
@@ -13035,14 +13970,75 @@
13035
13970
  "DuplicatesAllowed": true,
13036
13971
  "ItemType": "Tag",
13037
13972
  "Required": false,
13038
- "Type": "List",
13973
+ "Type": "List",
13974
+ "UpdateType": "Mutable"
13975
+ },
13976
+ "VpcId": {
13977
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid",
13978
+ "PrimitiveType": "String",
13979
+ "Required": true,
13980
+ "UpdateType": "Immutable"
13981
+ }
13982
+ }
13983
+ },
13984
+ "AWS::AppSync::DataSource": {
13985
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html",
13986
+ "Attributes": {
13987
+ "DataSourceArn": {
13988
+ "PrimitiveType": "String"
13989
+ },
13990
+ "Name": {
13991
+ "PrimitiveType": "String"
13992
+ }
13993
+ },
13994
+ "Properties": {
13995
+ "Type": {
13996
+ "Required": true,
13997
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-type",
13998
+ "PrimitiveType": "String",
13999
+ "UpdateType": "Mutable"
14000
+ },
14001
+ "Description": {
14002
+ "Required": false,
14003
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-description",
14004
+ "PrimitiveType": "String",
14005
+ "UpdateType": "Mutable"
14006
+ },
14007
+ "ServiceRoleArn": {
14008
+ "Required": false,
14009
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-servicerolearn",
14010
+ "PrimitiveType": "String",
14011
+ "UpdateType": "Mutable"
14012
+ },
14013
+ "LambdaConfig": {
14014
+ "Type": "LambdaConfig",
14015
+ "Required": false,
14016
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-lambdaconfig",
13039
14017
  "UpdateType": "Mutable"
13040
14018
  },
13041
- "VpcId": {
13042
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html#cfn-ec2-routetable-vpcid",
14019
+ "ApiId": {
14020
+ "Required": true,
14021
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-apiid",
13043
14022
  "PrimitiveType": "String",
14023
+ "UpdateType": "Immutable"
14024
+ },
14025
+ "Name": {
13044
14026
  "Required": true,
14027
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-name",
14028
+ "PrimitiveType": "String",
13045
14029
  "UpdateType": "Immutable"
14030
+ },
14031
+ "DynamoDBConfig": {
14032
+ "Type": "DynamoDBConfig",
14033
+ "Required": false,
14034
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-dynamodbconfig",
14035
+ "UpdateType": "Mutable"
14036
+ },
14037
+ "ElasticsearchConfig": {
14038
+ "Type": "ElasticsearchConfig",
14039
+ "Required": false,
14040
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#cfn-appsync-datasource-elasticsearchconfig",
14041
+ "UpdateType": "Mutable"
13046
14042
  }
13047
14043
  }
13048
14044
  },
@@ -13797,6 +14793,88 @@
13797
14793
  }
13798
14794
  }
13799
14795
  },
14796
+ "AWS::AppSync::Resolver": {
14797
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html",
14798
+ "Attributes": {
14799
+ "TypeName": {
14800
+ "PrimitiveType": "String"
14801
+ },
14802
+ "ResolverArn": {
14803
+ "PrimitiveType": "String"
14804
+ },
14805
+ "FieldName": {
14806
+ "PrimitiveType": "String"
14807
+ }
14808
+ },
14809
+ "Properties": {
14810
+ "ResponseMappingTemplateS3Location": {
14811
+ "Required": false,
14812
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplates3location",
14813
+ "PrimitiveType": "String",
14814
+ "UpdateType": "Mutable"
14815
+ },
14816
+ "TypeName": {
14817
+ "Required": true,
14818
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-typename",
14819
+ "PrimitiveType": "String",
14820
+ "UpdateType": "Immutable"
14821
+ },
14822
+ "DataSourceName": {
14823
+ "Required": true,
14824
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename",
14825
+ "PrimitiveType": "String",
14826
+ "UpdateType": "Mutable"
14827
+ },
14828
+ "RequestMappingTemplate": {
14829
+ "Required": false,
14830
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplate",
14831
+ "PrimitiveType": "String",
14832
+ "UpdateType": "Mutable"
14833
+ },
14834
+ "ResponseMappingTemplate": {
14835
+ "Required": false,
14836
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-responsemappingtemplate",
14837
+ "PrimitiveType": "String",
14838
+ "UpdateType": "Mutable"
14839
+ },
14840
+ "RequestMappingTemplateS3Location": {
14841
+ "Required": false,
14842
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-requestmappingtemplates3location",
14843
+ "PrimitiveType": "String",
14844
+ "UpdateType": "Mutable"
14845
+ },
14846
+ "ApiId": {
14847
+ "Required": true,
14848
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-apiid",
14849
+ "PrimitiveType": "String",
14850
+ "UpdateType": "Immutable"
14851
+ },
14852
+ "FieldName": {
14853
+ "Required": true,
14854
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-fieldname",
14855
+ "PrimitiveType": "String",
14856
+ "UpdateType": "Immutable"
14857
+ }
14858
+ }
14859
+ },
14860
+ "AWS::AutoScalingPlans::ScalingPlan": {
14861
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html",
14862
+ "Properties": {
14863
+ "ApplicationSource": {
14864
+ "Type": "ApplicationSource",
14865
+ "Required": true,
14866
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-applicationsource",
14867
+ "UpdateType": "Mutable"
14868
+ },
14869
+ "ScalingInstructions": {
14870
+ "Type": "List",
14871
+ "Required": true,
14872
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscalingplans-scalingplan.html#cfn-autoscalingplans-scalingplan-scalinginstructions",
14873
+ "ItemType": "ScalingInstruction",
14874
+ "UpdateType": "Mutable"
14875
+ }
14876
+ }
14877
+ },
13800
14878
  "AWS::WAFRegional::XssMatchSet": {
13801
14879
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-xssmatchset.html",
13802
14880
  "Properties": {
@@ -14150,6 +15228,31 @@
14150
15228
  }
14151
15229
  }
14152
15230
  },
15231
+ "AWS::EC2::LaunchTemplate": {
15232
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html",
15233
+ "Attributes": {
15234
+ "LatestVersionNumber": {
15235
+ "PrimitiveType": "String"
15236
+ },
15237
+ "DefaultVersionNumber": {
15238
+ "PrimitiveType": "String"
15239
+ }
15240
+ },
15241
+ "Properties": {
15242
+ "LaunchTemplateName": {
15243
+ "Required": false,
15244
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename",
15245
+ "PrimitiveType": "String",
15246
+ "UpdateType": "Immutable"
15247
+ },
15248
+ "LaunchTemplateData": {
15249
+ "Type": "LaunchTemplateData",
15250
+ "Required": false,
15251
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatedata",
15252
+ "UpdateType": "Mutable"
15253
+ }
15254
+ }
15255
+ },
14153
15256
  "AWS::KinesisAnalytics::ApplicationOutput": {
14154
15257
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html",
14155
15258
  "Properties": {
@@ -14196,6 +15299,29 @@
14196
15299
  }
14197
15300
  }
14198
15301
  },
15302
+ "AWS::AppSync::GraphQLSchema": {
15303
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html",
15304
+ "Properties": {
15305
+ "Definition": {
15306
+ "Required": false,
15307
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definition",
15308
+ "PrimitiveType": "String",
15309
+ "UpdateType": "Mutable"
15310
+ },
15311
+ "DefinitionS3Location": {
15312
+ "Required": false,
15313
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-definitions3location",
15314
+ "PrimitiveType": "String",
15315
+ "UpdateType": "Mutable"
15316
+ },
15317
+ "ApiId": {
15318
+ "Required": true,
15319
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html#cfn-appsync-graphqlschema-apiid",
15320
+ "PrimitiveType": "String",
15321
+ "UpdateType": "Immutable"
15322
+ }
15323
+ }
15324
+ },
14199
15325
  "AWS::EC2::Volume": {
14200
15326
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html",
14201
15327
  "Properties": {
@@ -14388,6 +15514,52 @@
14388
15514
  }
14389
15515
  }
14390
15516
  },
15517
+ "AWS::AppSync::GraphQLApi": {
15518
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html",
15519
+ "Attributes": {
15520
+ "GraphQLUrl": {
15521
+ "PrimitiveType": "String"
15522
+ },
15523
+ "Arn": {
15524
+ "PrimitiveType": "String"
15525
+ },
15526
+ "ApiId": {
15527
+ "PrimitiveType": "String"
15528
+ }
15529
+ },
15530
+ "Properties": {
15531
+ "OpenIDConnectConfig": {
15532
+ "Type": "OpenIDConnectConfig",
15533
+ "Required": false,
15534
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-openidconnectconfig",
15535
+ "UpdateType": "Mutable"
15536
+ },
15537
+ "UserPoolConfig": {
15538
+ "Type": "UserPoolConfig",
15539
+ "Required": false,
15540
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-userpoolconfig",
15541
+ "UpdateType": "Mutable"
15542
+ },
15543
+ "Name": {
15544
+ "Required": true,
15545
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name",
15546
+ "PrimitiveType": "String",
15547
+ "UpdateType": "Mutable"
15548
+ },
15549
+ "AuthenticationType": {
15550
+ "Required": true,
15551
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype",
15552
+ "PrimitiveType": "String",
15553
+ "UpdateType": "Mutable"
15554
+ },
15555
+ "LogConfig": {
15556
+ "Type": "LogConfig",
15557
+ "Required": false,
15558
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-logconfig",
15559
+ "UpdateType": "Mutable"
15560
+ }
15561
+ }
15562
+ },
14391
15563
  "AWS::CloudFront::StreamingDistribution": {
14392
15564
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-streamingdistribution.html",
14393
15565
  "Attributes": {
@@ -14434,6 +15606,47 @@
14434
15606
  }
14435
15607
  }
14436
15608
  },
15609
+ "AWS::GuardDuty::Filter": {
15610
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html",
15611
+ "Properties": {
15612
+ "Action": {
15613
+ "Required": true,
15614
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action",
15615
+ "PrimitiveType": "String",
15616
+ "UpdateType": "Mutable"
15617
+ },
15618
+ "Description": {
15619
+ "Required": true,
15620
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description",
15621
+ "PrimitiveType": "String",
15622
+ "UpdateType": "Mutable"
15623
+ },
15624
+ "DetectorId": {
15625
+ "Required": true,
15626
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid",
15627
+ "PrimitiveType": "String",
15628
+ "UpdateType": "Immutable"
15629
+ },
15630
+ "FindingCriteria": {
15631
+ "Type": "FindingCriteria",
15632
+ "Required": true,
15633
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-findingcriteria",
15634
+ "UpdateType": "Mutable"
15635
+ },
15636
+ "Rank": {
15637
+ "Required": true,
15638
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank",
15639
+ "PrimitiveType": "Integer",
15640
+ "UpdateType": "Mutable"
15641
+ },
15642
+ "Name": {
15643
+ "Required": false,
15644
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name",
15645
+ "PrimitiveType": "String",
15646
+ "UpdateType": "Immutable"
15647
+ }
15648
+ }
15649
+ },
14437
15650
  "AWS::EC2::VPNConnectionRoute": {
14438
15651
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html",
14439
15652
  "Properties": {
@@ -18001,6 +19214,82 @@
18001
19214
  }
18002
19215
  }
18003
19216
  },
19217
+ "AWS::ServiceCatalog::CloudFormationProvisionedProduct": {
19218
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html",
19219
+ "Attributes": {
19220
+ "CloudformationStackArn": {
19221
+ "PrimitiveType": "String"
19222
+ },
19223
+ "RecordId": {
19224
+ "PrimitiveType": "String"
19225
+ }
19226
+ },
19227
+ "Properties": {
19228
+ "PathId": {
19229
+ "Required": false,
19230
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-pathid",
19231
+ "PrimitiveType": "String",
19232
+ "UpdateType": "Mutable"
19233
+ },
19234
+ "ProvisioningParameters": {
19235
+ "Type": "List",
19236
+ "Required": false,
19237
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningparameters",
19238
+ "ItemType": "ProvisioningParameter",
19239
+ "UpdateType": "Mutable"
19240
+ },
19241
+ "ProductName": {
19242
+ "Required": false,
19243
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productname",
19244
+ "PrimitiveType": "String",
19245
+ "UpdateType": "Immutable"
19246
+ },
19247
+ "ProvisioningArtifactName": {
19248
+ "Required": false,
19249
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactname",
19250
+ "PrimitiveType": "String",
19251
+ "UpdateType": "Mutable"
19252
+ },
19253
+ "NotificationArns": {
19254
+ "PrimitiveItemType": "String",
19255
+ "Type": "List",
19256
+ "Required": false,
19257
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-notificationarns",
19258
+ "UpdateType": "Immutable"
19259
+ },
19260
+ "AcceptLanguage": {
19261
+ "Required": false,
19262
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-acceptlanguage",
19263
+ "PrimitiveType": "String",
19264
+ "UpdateType": "Mutable"
19265
+ },
19266
+ "ProductId": {
19267
+ "Required": false,
19268
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-productid",
19269
+ "PrimitiveType": "String",
19270
+ "UpdateType": "Immutable"
19271
+ },
19272
+ "Tags": {
19273
+ "Type": "List",
19274
+ "Required": false,
19275
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-tags",
19276
+ "ItemType": "Tag",
19277
+ "UpdateType": "Immutable"
19278
+ },
19279
+ "ProvisionedProductName": {
19280
+ "Required": false,
19281
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisionedproductname",
19282
+ "PrimitiveType": "String",
19283
+ "UpdateType": "Immutable"
19284
+ },
19285
+ "ProvisioningArtifactId": {
19286
+ "Required": false,
19287
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningartifactid",
19288
+ "PrimitiveType": "String",
19289
+ "UpdateType": "Mutable"
19290
+ }
19291
+ }
19292
+ },
18004
19293
  "AWS::EMR::InstanceGroupConfig": {
18005
19294
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-instancegroupconfig.html",
18006
19295
  "Properties": {
@@ -18866,6 +20155,37 @@
18866
20155
  }
18867
20156
  }
18868
20157
  },
20158
+ "AWS::AppSync::ApiKey": {
20159
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html",
20160
+ "Attributes": {
20161
+ "ApiKey": {
20162
+ "PrimitiveType": "String"
20163
+ },
20164
+ "Arn": {
20165
+ "PrimitiveType": "String"
20166
+ }
20167
+ },
20168
+ "Properties": {
20169
+ "Description": {
20170
+ "Required": false,
20171
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-description",
20172
+ "PrimitiveType": "String",
20173
+ "UpdateType": "Mutable"
20174
+ },
20175
+ "Expires": {
20176
+ "Required": false,
20177
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-expires",
20178
+ "PrimitiveType": "Double",
20179
+ "UpdateType": "Mutable"
20180
+ },
20181
+ "ApiId": {
20182
+ "Required": true,
20183
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html#cfn-appsync-apikey-apiid",
20184
+ "PrimitiveType": "String",
20185
+ "UpdateType": "Immutable"
20186
+ }
20187
+ }
20188
+ },
18869
20189
  "AWS::Route53::HostedZone": {
18870
20190
  "Attributes": {
18871
20191
  "NameServers": {
@@ -19811,6 +21131,12 @@
19811
21131
  "PrimitiveType": "String",
19812
21132
  "UpdateType": "Mutable"
19813
21133
  },
21134
+ "DisableEmailNotification": {
21135
+ "Required": false,
21136
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-disableemailnotification",
21137
+ "PrimitiveType": "Boolean",
21138
+ "UpdateType": "Mutable"
21139
+ },
19814
21140
  "DetectorId": {
19815
21141
  "Required": true,
19816
21142
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-member.html#cfn-guardduty-member-detectorid",
@@ -21028,7 +22354,7 @@
21028
22354
  "Type": "List",
21029
22355
  "Required": false,
21030
22356
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-aliasattributes",
21031
- "UpdateType": "Mutable"
22357
+ "UpdateType": "Immutable"
21032
22358
  },
21033
22359
  "EmailVerificationSubject": {
21034
22360
  "Required": false,
@@ -21042,6 +22368,13 @@
21042
22368
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-lambdaconfig",
21043
22369
  "UpdateType": "Mutable"
21044
22370
  },
22371
+ "UsernameAttributes": {
22372
+ "PrimitiveItemType": "String",
22373
+ "Type": "List",
22374
+ "Required": false,
22375
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-usernameattributes",
22376
+ "UpdateType": "Immutable"
22377
+ },
21045
22378
  "AutoVerifiedAttributes": {
21046
22379
  "PrimitiveItemType": "String",
21047
22380
  "Type": "List",
@@ -24267,5 +25600,5 @@
24267
25600
  }
24268
25601
  }
24269
25602
  },
24270
- "ResourceSpecificationVersion": "2.0.0"
25603
+ "ResourceSpecificationVersion": "2.2.0"
24271
25604
  }