sparkle_formation 3.0.10 → 3.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,66 @@
1
1
  {
2
+ "AWS::ApplicationAutoScaling::ScalingPolicy": {
3
+ "properties": [
4
+ "PolicyName",
5
+ "PolicyType",
6
+ "ResourceId",
7
+ "ScalableDimension",
8
+ "ServiceNamespace",
9
+ "ScalingTargetId",
10
+ "StepScalingPolicyConfiguration"
11
+ ],
12
+ "full_properties": {
13
+ "PolicyName": {
14
+ "description": "A name for the scaling policy.",
15
+ "required": true,
16
+ "type": "String",
17
+ "update_causes": "replacement"
18
+ },
19
+ "PolicyType": {
20
+ "description": "An Application Auto Scaling policy type. For valid values, see the PolicyType parameter for the PutScalingPolicy action in the Application Auto Scaling API Reference.",
21
+ "required": true,
22
+ "type": "Unknown",
23
+ "update_causes": "none"
24
+ },
25
+ "ResourceId": {
26
+ "description": "The unique resource identifier for the scalable target that this scaling policy applies to. For more information, see the ResourceId parameter for the PutScalingPolicy action in the Application Auto Scaling API Reference.",
27
+ "required": false,
28
+ "type": "String",
29
+ "update_causes": "replacement"
30
+ },
31
+ "ScalableDimension": {
32
+ "description": "The scalable dimension of the scalable target that this scaling policy applies to. The scalable dimension contains the service namespace, resource type, and scaling property, such as ecs:service:DesiredCount for the desired task count of an Amazon ECS service.",
33
+ "required": false,
34
+ "type": "String",
35
+ "update_causes": "replacement"
36
+ },
37
+ "ServiceNamespace": {
38
+ "description": "The AWS service namespace of the scalable target that this scaling policy applies to. For a list of service namespaces, see AWS Service Namespaces in the AWS General Reference.",
39
+ "required": false,
40
+ "type": "String",
41
+ "update_causes": "replacement"
42
+ },
43
+ "ScalingTargetId": {
44
+ "description": "The AWS CloudFormation-generated ID of an Application Auto Scaling scalable target. For more information about the ID, see the Return Value section of the AWS::ApplicationAutoScaling::ScalableTarget resource.",
45
+ "required": false,
46
+ "type": "String",
47
+ "update_causes": "replacement"
48
+ },
49
+ "StepScalingPolicyConfiguration": {
50
+ "description": "A step policy that configures when Application Auto Scaling scales resources up or down, and by how much.",
51
+ "required": false,
52
+ "type": "Unknown",
53
+ "update_causes": "none"
54
+ }
55
+ },
56
+ "path": "aws-resource-applicationautoscaling-scalingpolicy.html"
57
+ },
2
58
  "AWS::OpsWorks::App": {
3
59
  "properties": [
4
60
  "AppSource",
5
61
  "Attributes",
6
62
  "Description",
63
+ "DataSources",
7
64
  "Domains",
8
65
  "EnableSsl",
9
66
  "Environment",
@@ -15,13 +72,13 @@
15
72
  ],
16
73
  "full_properties": {
17
74
  "AppSource": {
18
- "description": "Contains the information required to retrieve an app from a repository.",
75
+ "description": "The information required to retrieve an app from a repository.",
19
76
  "required": false,
20
77
  "type": "Unknown",
21
78
  "update_causes": "none"
22
79
  },
23
80
  "Attributes": {
24
- "description": "One or more user-defined key-value pairs to be added to the stack attributes bag.",
81
+ "description": "One or more user-defined key-value pairs to be added to the app attributes bag.",
25
82
  "required": false,
26
83
  "type": "Array",
27
84
  "update_causes": "none"
@@ -32,6 +89,12 @@
32
89
  "type": "String",
33
90
  "update_causes": "none"
34
91
  },
92
+ "DataSources": {
93
+ "description": "A list of databases to associate with the AWS OpsWorks app.",
94
+ "required": false,
95
+ "type": "Array",
96
+ "update_causes": "none"
97
+ },
35
98
  "Domains": {
36
99
  "description": "The app virtual host settings, with multiple domains separated by commas. For example, 'www.example.com, example.com'.",
37
100
  "required": false,
@@ -51,7 +114,7 @@
51
114
  "update_causes": "none"
52
115
  },
53
116
  "Name": {
54
- "description": "The AWS OpsWorks app name.",
117
+ "description": "The name of the AWS OpsWorks app.",
55
118
  "required": true,
56
119
  "type": "String",
57
120
  "update_causes": "none"
@@ -69,13 +132,13 @@
69
132
  "update_causes": "none"
70
133
  },
71
134
  "StackId": {
72
- "description": "The AWS OpsWorks stack ID that this app will be associated with.",
135
+ "description": "The ID of the AWS OpsWorks stack to associate this app with.",
73
136
  "required": true,
74
137
  "type": "String",
75
138
  "update_causes": "replacement"
76
139
  },
77
140
  "Type": {
78
- "description": "The app type. Each supported type is associated with a particular layer. For more information, see CreateApp in the AWS OpsWorks API Reference.",
141
+ "description": "The app type. Each supported type is associated with a particular layer. For more information, see CreateApp in the AWS OpsWorks Stacks API Reference.",
79
142
  "required": true,
80
143
  "type": "String",
81
144
  "update_causes": "none"
@@ -290,7 +353,7 @@
290
353
  "update_causes": "none"
291
354
  },
292
355
  "EventPattern": {
293
- "description": "Describes which events CloudWatch Events routes to the specified target. These routed events are matched events. For more information, see Events and Event Patterns in the Amazon CloudWatch Developer Guide.",
356
+ "description": "Describes which events CloudWatch Events routes to the specified target. These routed events are matched events. For more information, see Events and Event Patterns in the Amazon CloudWatch User Guide.",
294
357
  "required": false,
295
358
  "type": "Unknown",
296
359
  "update_causes": "none"
@@ -308,9 +371,9 @@
308
371
  "update_causes": "none"
309
372
  },
310
373
  "ScheduleExpression": {
311
- "description": "The schedule or rate (frequency) that determines when CloudWatch Events runs the rule. For more information, see Schedule Expression Syntax for Rules in the Amazon CloudWatch Developer Guide.",
374
+ "description": "The schedule or rate (frequency) that determines when CloudWatch Events runs the rule. For more information, see Schedule Expression Syntax for Rules in the Amazon CloudWatch User Guide.",
312
375
  "required": false,
313
- "type": "Unknown",
376
+ "type": "String",
314
377
  "update_causes": "none"
315
378
  },
316
379
  "State": {
@@ -320,7 +383,7 @@
320
383
  "update_causes": "none"
321
384
  },
322
385
  "Targets": {
323
- "description": "The resources, such as Lambda functions or Amazon Kinesis streams, that CloudWatch Events routes events to and invokes when the rule is triggered.",
386
+ "description": "The resources, such as Lambda functions or Amazon Kinesis streams, that CloudWatch Events routes events to and invokes when the rule is triggered. For information about valid targets, see the PutTargets action in the Amazon CloudWatch Events API Reference.",
324
387
  "required": false,
325
388
  "type": "Array",
326
389
  "update_causes": "none"
@@ -417,7 +480,7 @@
417
480
  "update_causes": "replacement"
418
481
  },
419
482
  "JobFlowRole": {
420
- "description": "An AWS Identity and Access Management (IAM) role for an Amazon EMR cluster. All EC2 instances in the cluster assume this role, which instances use to access AWS services and resources to complete a job. For more information, see Configure IAM Roles for Amazon EMR in the Amazon Elastic MapReduce Management Guide.",
483
+ "description": "Also called instance profile and EC2 role. Accepts an instance profile associated with the role that you want to use. All EC2 instances in the cluster assume this role.",
421
484
  "required": true,
422
485
  "type": "String",
423
486
  "update_causes": "replacement"
@@ -435,13 +498,13 @@
435
498
  "update_causes": "replacement"
436
499
  },
437
500
  "ReleaseLabel": {
438
- "description": "The Amazon EMR software release label. A release is a set of software applications and components that you can install and configure on an Amazon EMR cluster. For more information, see About Amazon EMR Releases in the Amazon Elastic MapReduce Release Guide.",
501
+ "description": "The Amazon EMR software release label. A release is a set of software applications and components that you can install and configure on an Amazon EMR cluster. For more information, see About Amazon EMR Releases in the Amazon EMR Release Guide.",
439
502
  "required": false,
440
503
  "type": "String",
441
504
  "update_causes": "replacement"
442
505
  },
443
506
  "ServiceRole": {
444
- "description": "The IAM role that Amazon EMR assumes to access AWS resources on your behalf. For more information, see Configure IAM Roles for Amazon EMR in the Amazon Elastic MapReduce Management Guide.",
507
+ "description": "The IAM role that Amazon EMR assumes to access AWS resources on your behalf. For more information, see Configure IAM Roles for Amazon EMR in the Amazon EMR Management Guide.",
445
508
  "required": true,
446
509
  "type": "String",
447
510
  "update_causes": "replacement"
@@ -468,6 +531,7 @@
468
531
  "DomainName",
469
532
  "EBSOptions",
470
533
  "ElasticsearchClusterConfig",
534
+ "ElasticsearchVersion",
471
535
  "SnapshotOptions",
472
536
  "Tags"
473
537
  ],
@@ -485,7 +549,7 @@
485
549
  "update_causes": "replacement"
486
550
  },
487
551
  "DomainName": {
488
- "description": "A name for the Amazon ES domain. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the domain name. For more information, see Name Type.",
552
+ "description": "A name for the Amazon ES domain. For valid values, see the DomainName data type in the Amazon Elasticsearch Service Developer Guide.",
489
553
  "required": false,
490
554
  "type": "Unknown",
491
555
  "update_causes": "replacement"
@@ -502,6 +566,12 @@
502
566
  "type": "Unknown",
503
567
  "update_causes": "none"
504
568
  },
569
+ "ElasticsearchVersion": {
570
+ "description": "The version of Elasticsearch to use, such as 2.3. For information about the versions that Amazon ES supports, see the Elasticsearch-Version parameter for the CreateElasticsearchDomain action in the Amazon Elasticsearch Service Developer Guide.",
571
+ "required": false,
572
+ "type": "String",
573
+ "update_causes": "replacement"
574
+ },
505
575
  "SnapshotOptions": {
506
576
  "description": "The automated snapshot configuration for the Amazon ES domain indices.",
507
577
  "required": false,
@@ -579,8 +649,8 @@
579
649
  "update_causes": "none"
580
650
  },
581
651
  "StageName": {
582
- "description": "A name for the stage that API Gateway creates with this deployment.",
583
- "required": true,
652
+ "description": "A name for the stage that API Gateway creates with this deployment. Use only alphanumeric characters.",
653
+ "required": false,
584
654
  "type": "String",
585
655
  "update_causes": "none"
586
656
  }
@@ -650,6 +720,48 @@
650
720
  },
651
721
  "path": "aws-resource-authentication.html"
652
722
  },
723
+ "AWS::ApiGateway::UsagePlan": {
724
+ "properties": [
725
+ "ApiStages",
726
+ "Description",
727
+ "Quota",
728
+ "Throttle",
729
+ "UsagePlanName"
730
+ ],
731
+ "full_properties": {
732
+ "ApiStages": {
733
+ "description": "The APIs and API stages to associate with this usage plan.",
734
+ "required": false,
735
+ "type": "Array",
736
+ "update_causes": "none"
737
+ },
738
+ "Description": {
739
+ "description": "The purpose of this usage plan.",
740
+ "required": false,
741
+ "type": "String",
742
+ "update_causes": "none"
743
+ },
744
+ "Quota": {
745
+ "description": "Configures the number of requests that users can make within a given interval.",
746
+ "required": false,
747
+ "type": "Unknown",
748
+ "update_causes": "none"
749
+ },
750
+ "Throttle": {
751
+ "description": "Configures the overall request rate (average requests per second) and burst capacity.",
752
+ "required": false,
753
+ "type": "Unknown",
754
+ "update_causes": "none"
755
+ },
756
+ "UsagePlanName": {
757
+ "description": "A name for this usage plan.",
758
+ "required": false,
759
+ "type": "String",
760
+ "update_causes": "none"
761
+ }
762
+ },
763
+ "path": "aws-resource-apigateway-usageplan.html"
764
+ },
653
765
  "AWS::CodeDeploy::DeploymentConfig": {
654
766
  "properties": [
655
767
  "DeploymentConfigName",
@@ -675,6 +787,8 @@
675
787
  "properties": [
676
788
  "Description",
677
789
  "GroupSet",
790
+ "Ipv6AddressCount",
791
+ "Ipv6Addresses",
678
792
  "PrivateIpAddress",
679
793
  "PrivateIpAddresses",
680
794
  "SecondaryPrivateIpAddressCount",
@@ -695,6 +809,18 @@
695
809
  "type": "Array",
696
810
  "update_causes": "none"
697
811
  },
812
+ "Ipv6AddressCount": {
813
+ "description": "The number of IPv6 addresses to associate with the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. To specify specific IPv6 addresses, use the Ipv6Addresses property and don't specify this property.",
814
+ "required": false,
815
+ "type": "Number",
816
+ "update_causes": "none"
817
+ },
818
+ "Ipv6Addresses": {
819
+ "description": "One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface. If you're specifying a number of IPv6 addresses, use the Ipv6AddressCount property and don't specify this property.",
820
+ "required": false,
821
+ "type": "Array",
822
+ "update_causes": "none"
823
+ },
698
824
  "PrivateIpAddress": {
699
825
  "description": "Assigns a single private IP address to the network interface, which is used as the primary private IP address. If you want to specify multiple private IP address, use the PrivateIpAddresses property.",
700
826
  "required": false,
@@ -872,7 +998,7 @@
872
998
  "description": "The number of compute nodes in the cluster. If you specify multi-node for the ClusterType parameter, you must specify a number greater than 1.",
873
999
  "required": false,
874
1000
  "type": "Unknown",
875
- "update_causes": "none"
1001
+ "update_causes": "interrupt"
876
1002
  },
877
1003
  "OwnerAccount": {
878
1004
  "description": "When you restore from a snapshot from another AWS account, the 12-digit AWS account ID that contains that snapshot.",
@@ -899,7 +1025,7 @@
899
1025
  "update_causes": "replacement"
900
1026
  },
901
1027
  "SnapshotClusterIdentifier": {
902
- "description": "The name of the cluster the source snapshot was created from.",
1028
+ "description": "The name of the cluster the source snapshot was created from. For more information about restoring from a snapshot, see the RestoreFromClusterSnapshot action in the Amazon Redshift API Reference.",
903
1029
  "required": false,
904
1030
  "type": "Unknown",
905
1031
  "update_causes": "replacement"
@@ -991,10 +1117,17 @@
991
1117
  },
992
1118
  "AWS::Kinesis::Stream": {
993
1119
  "properties": [
1120
+ "Name",
994
1121
  "ShardCount",
995
1122
  "Tags"
996
1123
  ],
997
1124
  "full_properties": {
1125
+ "Name": {
1126
+ "description": "The name of the Amazon Kinesis stream. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the stream name. For more information, see Name Type.",
1127
+ "required": false,
1128
+ "type": "Unknown",
1129
+ "update_causes": "replacement"
1130
+ },
998
1131
  "ShardCount": {
999
1132
  "description": "The number of shards that the stream uses. For greater provisioned throughput, increase the number of shards.",
1000
1133
  "required": true,
@@ -1012,11 +1145,15 @@
1012
1145
  },
1013
1146
  "AWS::OpsWorks::Instance": {
1014
1147
  "properties": [
1148
+ "AgentVersion",
1015
1149
  "AmiId",
1016
1150
  "Architecture",
1017
1151
  "AutoScalingType",
1018
1152
  "AvailabilityZone",
1153
+ "BlockDeviceMappings",
1019
1154
  "EbsOptimized",
1155
+ "ElasticIps",
1156
+ "Hostname",
1020
1157
  "InstallUpdatesOnBoot",
1021
1158
  "InstanceType",
1022
1159
  "LayerIds",
@@ -1025,9 +1162,18 @@
1025
1162
  "SshKeyName",
1026
1163
  "StackId",
1027
1164
  "SubnetId",
1028
- "TimeBasedAutoScaling"
1165
+ "Tenancy",
1166
+ "TimeBasedAutoScaling",
1167
+ "VirtualizationType",
1168
+ "Volumes"
1029
1169
  ],
1030
1170
  "full_properties": {
1171
+ "AgentVersion": {
1172
+ "description": "The version of the AWS OpsWorks agent that AWS OpsWorks installs on each instance. AWS OpsWorks sends commands to the agent to performs tasks on your instances, such as starting Chef runs. For valid values, see the AgentVersion parameter for the CreateInstance action in the AWS OpsWorks Stacks API Reference.",
1173
+ "required": false,
1174
+ "type": "String",
1175
+ "update_causes": "none"
1176
+ },
1031
1177
  "AmiId": {
1032
1178
  "description": "The ID of the custom Amazon Machine Image (AMI) to be used to create the instance. For more information about custom AMIs, see Using Custom AMIs in the AWS OpsWorks User Guide.",
1033
1179
  "required": false,
@@ -1041,7 +1187,7 @@
1041
1187
  "update_causes": "interrupt"
1042
1188
  },
1043
1189
  "AutoScalingType": {
1044
- "description": "For scaling instances, the type of scaling. If you specify load-based scaling, do not specify a time-based scaling configuration. For valid values, see CreateInstance in the AWS OpsWorks API Reference.",
1190
+ "description": "For scaling instances, the type of scaling. If you specify load-based scaling, do not specify a time-based scaling configuration. For valid values, see CreateInstance in the AWS OpsWorks Stacks API Reference.",
1045
1191
  "required": false,
1046
1192
  "type": "String",
1047
1193
  "update_causes": "replacement"
@@ -1052,12 +1198,30 @@
1052
1198
  "type": "String",
1053
1199
  "update_causes": "replacement"
1054
1200
  },
1201
+ "BlockDeviceMappings": {
1202
+ "description": "A list of block devices that are mapped to the AWS OpsWorks instance. For more information, see the BlockDeviceMappings parameter for the CreateInstance action in the AWS OpsWorks Stacks API Reference.",
1203
+ "required": false,
1204
+ "type": "Array",
1205
+ "update_causes": "replacement"
1206
+ },
1055
1207
  "EbsOptimized": {
1056
1208
  "description": "Whether the instance is optimized for Amazon Elastic Block Store (Amazon EBS) I/O. If you specify an Amazon EBS-optimized instance type, AWS OpsWorks enables EBS optimization by default. For more information, see Amazon EBS–Optimized Instances in the Amazon EC2 User Guide for Linux Instances.",
1057
1209
  "required": false,
1058
1210
  "type": "Boolean",
1059
1211
  "update_causes": "replacement"
1060
1212
  },
1213
+ "ElasticIps": {
1214
+ "description": "A list of Elastic IP addresses to associate with the instance.",
1215
+ "required": false,
1216
+ "type": "Array",
1217
+ "update_causes": "none"
1218
+ },
1219
+ "Hostname": {
1220
+ "description": "The name of the instance host.",
1221
+ "required": false,
1222
+ "type": "String",
1223
+ "update_causes": "none"
1224
+ },
1061
1225
  "InstallUpdatesOnBoot": {
1062
1226
  "description": "Whether to install operating system and package updates when the instance boots.",
1063
1227
  "required": false,
@@ -1065,7 +1229,7 @@
1065
1229
  "update_causes": "interrupt"
1066
1230
  },
1067
1231
  "InstanceType": {
1068
- "description": "The instance type, which must be supported by AWS OpsWorks. For more information, see CreateInstance in the AWS OpsWorks API Reference.",
1232
+ "description": "The instance type, which must be supported by AWS OpsWorks. For more information, see CreateInstance in the AWS OpsWorks Stacks API Reference.",
1069
1233
  "required": true,
1070
1234
  "type": "String",
1071
1235
  "update_causes": "interrupt"
@@ -1077,7 +1241,7 @@
1077
1241
  "update_causes": "interrupt"
1078
1242
  },
1079
1243
  "Os": {
1080
- "description": "The instance operating system. For more information, see CreateInstance in the AWS OpsWorks API Reference.",
1244
+ "description": "The instance operating system. For more information, see CreateInstance in the AWS OpsWorks Stacks API Reference.",
1081
1245
  "required": false,
1082
1246
  "type": "String",
1083
1247
  "update_causes": "replacement"
@@ -1106,11 +1270,29 @@
1106
1270
  "type": "String",
1107
1271
  "update_causes": "replacement"
1108
1272
  },
1273
+ "Tenancy": {
1274
+ "description": "The tenancy of the instance. For more information, see the Tenancy parameter for the CreateInstance action in the AWS OpsWorks Stacks API Reference.",
1275
+ "required": false,
1276
+ "type": "String",
1277
+ "update_causes": "replacement"
1278
+ },
1109
1279
  "TimeBasedAutoScaling": {
1110
1280
  "description": "The time-based scaling configuration for the instance.",
1111
1281
  "required": false,
1112
1282
  "type": "Unknown",
1113
1283
  "update_causes": "replacement"
1284
+ },
1285
+ "VirtualizationType": {
1286
+ "description": "The instance's virtualization type, paravirtual or hvm.",
1287
+ "required": false,
1288
+ "type": "String",
1289
+ "update_causes": "replacement"
1290
+ },
1291
+ "Volumes": {
1292
+ "description": "A list of AWS OpsWorks volume IDs to associate with the instance. For more information, see AWS::OpsWorks::Volume.",
1293
+ "required": false,
1294
+ "type": "Array",
1295
+ "update_causes": "none"
1114
1296
  }
1115
1297
  },
1116
1298
  "path": "aws-resource-opsworks-instance.html"
@@ -1137,7 +1319,7 @@
1137
1319
  ],
1138
1320
  "full_properties": {
1139
1321
  "MetricName": {
1140
- "description": "A friendly name or description for the metrics of the rule.",
1322
+ "description": "A friendly name or description for the metrics of the rule. For valid values, see the MetricName parameter for the CreateRule action in the AWS WAF API Reference.",
1141
1323
  "required": true,
1142
1324
  "type": "String",
1143
1325
  "update_causes": "replacement"
@@ -1327,6 +1509,8 @@
1327
1509
  "AWS::ECS::TaskDefinition": {
1328
1510
  "properties": [
1329
1511
  "ContainerDefinitions",
1512
+ "Family",
1513
+ "TaskRoleArn",
1330
1514
  "Volumes"
1331
1515
  ],
1332
1516
  "full_properties": {
@@ -1336,6 +1520,18 @@
1336
1520
  "type": "Array",
1337
1521
  "update_causes": "replacement"
1338
1522
  },
1523
+ "Family": {
1524
+ "description": "The name of a family that this task definition is registered to. A family groups multiple versions of a task definition. Amazon ECS gives the first task definition that you registered to a family a revision number of 1. Amazon ECS gives sequential revision numbers to each task definition that you add.",
1525
+ "required": false,
1526
+ "type": "String",
1527
+ "update_causes": "replacement"
1528
+ },
1529
+ "TaskRoleArn": {
1530
+ "description": "The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that grants containers in the task permission to call AWS APIs on your behalf. For more information, see IAM Roles for Tasks in the Amazon EC2 Container Service Developer Guide.",
1531
+ "required": false,
1532
+ "type": "String",
1533
+ "update_causes": "replacement"
1534
+ },
1339
1535
  "Volumes": {
1340
1536
  "description": "A list of volume definitions in JSON format for volumes that you can use in your container definitions.",
1341
1537
  "required": true,
@@ -1401,6 +1597,27 @@
1401
1597
  },
1402
1598
  "path": "aws-resource-ec2-vpcendpoint.html"
1403
1599
  },
1600
+ "AWS::EC2::VPCCidrBlock": {
1601
+ "properties": [
1602
+ "AmazonProvidedIpv6CidrBlock",
1603
+ "VpcId"
1604
+ ],
1605
+ "full_properties": {
1606
+ "AmazonProvidedIpv6CidrBlock": {
1607
+ "description": "Whether to request an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You can't specify the range of IPv6 addresses or the size of the CIDR block.",
1608
+ "required": false,
1609
+ "type": "Boolean",
1610
+ "update_causes": "replacement"
1611
+ },
1612
+ "VpcId": {
1613
+ "description": "The ID of the VPC to associate the Amazon-provided IPv6 CIDR block with.",
1614
+ "required": true,
1615
+ "type": "String",
1616
+ "update_causes": "replacement"
1617
+ }
1618
+ },
1619
+ "path": "aws-resource-ec2-vpccidrblock.html"
1620
+ },
1404
1621
  "AWS::EC2::VPC": {
1405
1622
  "properties": [
1406
1623
  "CidrBlock",
@@ -1634,7 +1851,8 @@
1634
1851
  },
1635
1852
  "AWS::EFS::FileSystem": {
1636
1853
  "properties": [
1637
- "FileSystemTags"
1854
+ "FileSystemTags",
1855
+ "PerformanceMode"
1638
1856
  ],
1639
1857
  "full_properties": {
1640
1858
  "FileSystemTags": {
@@ -1642,6 +1860,12 @@
1642
1860
  "required": false,
1643
1861
  "type": "Unknown",
1644
1862
  "update_causes": "none"
1863
+ },
1864
+ "PerformanceMode": {
1865
+ "description": "The performance mode of the file system. For valid values, see the PerformanceMode parameter for the CreateFileSystem action in the Amazon Elastic File System User Guide.",
1866
+ "required": false,
1867
+ "type": "String",
1868
+ "update_causes": "replacement"
1645
1869
  }
1646
1870
  },
1647
1871
  "path": "aws-resource-efs-filesystem.html"
@@ -1667,7 +1891,7 @@
1667
1891
  },
1668
1892
  "Properties": {
1669
1893
  "description": "A comma-delimited list of parameter name/value pairs. For more information, go to ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide.",
1670
- "required": true,
1894
+ "required": false,
1671
1895
  "type": "Unknown",
1672
1896
  "update_causes": "unavailable"
1673
1897
  }
@@ -1683,7 +1907,7 @@
1683
1907
  ],
1684
1908
  "full_properties": {
1685
1909
  "ActionOnFailure": {
1686
- "description": "The action to take if the job flow step fails. Currently, AWS CloudFormation supports CONTINUE and CONTINUE_AND_WAIT. For more information, see Managing Cluster Termination in the Amazon Elastic MapReduce Management Guide.",
1910
+ "description": "The action to take if the job flow step fails. Currently, AWS CloudFormation supports CONTINUE and CANCEL_AND_WAIT. For more information, see Managing Cluster Termination in the Amazon EMR Management Guide.",
1687
1911
  "required": true,
1688
1912
  "type": "String",
1689
1913
  "update_causes": "replacement"
@@ -1709,12 +1933,49 @@
1709
1933
  },
1710
1934
  "path": "aws-resource-emr-step.html"
1711
1935
  },
1936
+ "AWS::CertificateManager::Certificate": {
1937
+ "properties": [
1938
+ "DomainName",
1939
+ "DomainValidationOptions",
1940
+ "SubjectAlternativeNames",
1941
+ "Tags"
1942
+ ],
1943
+ "full_properties": {
1944
+ "DomainName": {
1945
+ "description": "Fully qualified domain name (FQDN), such as www.example.com, of the site that you want to secure with the ACM certificate. To protect several sites in the same domain, use an asterisk (*) to specify a wildcard. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.",
1946
+ "required": true,
1947
+ "type": "String",
1948
+ "update_causes": "replacement"
1949
+ },
1950
+ "DomainValidationOptions": {
1951
+ "description": "Domain information that domain name registrars use to verify your identity. For more information and the default values, see Configure Email for Your Domain and Validate Domain Ownership in the AWS Certificate Manager User Guide.",
1952
+ "required": false,
1953
+ "type": "Array",
1954
+ "update_causes": "replacement"
1955
+ },
1956
+ "SubjectAlternativeNames": {
1957
+ "description": "FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, you can add www.example.net to a certificate for the www.example.com domain name so that users can reach your site by using either name.",
1958
+ "required": false,
1959
+ "type": "Array",
1960
+ "update_causes": "replacement"
1961
+ },
1962
+ "Tags": {
1963
+ "description": "An arbitrary set of tags (key–value pairs) for this ACM certificate.",
1964
+ "required": false,
1965
+ "type": "Unknown",
1966
+ "update_causes": "none"
1967
+ }
1968
+ },
1969
+ "path": "aws-resource-certificatemanager-certificate.html"
1970
+ },
1712
1971
  "AWS::Lambda::Function": {
1713
1972
  "properties": [
1714
1973
  "Code",
1715
1974
  "Description",
1975
+ "Environment",
1716
1976
  "FunctionName",
1717
1977
  "Handler",
1978
+ "KmsKeyArn",
1718
1979
  "MemorySize",
1719
1980
  "Role",
1720
1981
  "Runtime",
@@ -1734,6 +1995,12 @@
1734
1995
  "type": "String",
1735
1996
  "update_causes": "none"
1736
1997
  },
1998
+ "Environment": {
1999
+ "description": "Key-value pairs that Lambda caches and makes available for your Lambda functions. Use environment variables to apply configuration changes, such as test and production environment configurations, without changing your Lambda function source code.",
2000
+ "required": false,
2001
+ "type": "Unknown",
2002
+ "update_causes": "none"
2003
+ },
1737
2004
  "FunctionName": {
1738
2005
  "description": "A name for the function. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the function's name. For more information, see Name Type.",
1739
2006
  "required": false,
@@ -1746,6 +2013,12 @@
1746
2013
  "type": "String",
1747
2014
  "update_causes": "none"
1748
2015
  },
2016
+ "KmsKeyArn": {
2017
+ "description": "The Amazon Resource Name (ARN) of an AWS Key Management Service (AWS KMS) key that Lambda uses to encrypt and decrypt environment variable values.",
2018
+ "required": false,
2019
+ "type": "String",
2020
+ "update_causes": "none"
2021
+ },
1749
2022
  "MemorySize": {
1750
2023
  "description": "The amount of memory, in MB, that is allocated to your Lambda function. Lambda uses this value to proportionally allocate the amount of CPU power. For more information, see Resource Model in the AWS Lambda Developer Guide.",
1751
2024
  "required": false,
@@ -1759,7 +2032,7 @@
1759
2032
  "update_causes": "none"
1760
2033
  },
1761
2034
  "Runtime": {
1762
- "description": "The runtime environment for the Lambda function that you are uploading. For valid values, see the Runtime property in the AWS Lambda Developer Guide.",
2035
+ "description": "The runtime environment for the Lambda function that you are uploading. For valid values, see the Runtime property in the AWS Lambda Developer Guide.",
1763
2036
  "required": true,
1764
2037
  "type": "String",
1765
2038
  "update_causes": "replacement"
@@ -1779,6 +2052,41 @@
1779
2052
  },
1780
2053
  "path": "aws-resource-lambda-function.html"
1781
2054
  },
2055
+ "AWS::ElasticLoadBalancingV2::ListenerRule": {
2056
+ "properties": [
2057
+ "Actions",
2058
+ "Conditions",
2059
+ "ListenerArn",
2060
+ "Priority"
2061
+ ],
2062
+ "full_properties": {
2063
+ "Actions": {
2064
+ "description": "The action that the listener takes when a request meets the specified condition.",
2065
+ "required": true,
2066
+ "type": "Array",
2067
+ "update_causes": "none"
2068
+ },
2069
+ "Conditions": {
2070
+ "description": "The conditions under which a rule takes effect.",
2071
+ "required": true,
2072
+ "type": "Array",
2073
+ "update_causes": "none"
2074
+ },
2075
+ "ListenerArn": {
2076
+ "description": "The Amazon Resource Name (ARN) of the listener that the rule applies to.",
2077
+ "required": true,
2078
+ "type": "String",
2079
+ "update_causes": "replacement"
2080
+ },
2081
+ "Priority": {
2082
+ "description": "The priority for the rule. Elastic Load Balancing evaluates rules in priority order, from the lowest value to the highest value. If a request satisfies a rule, Elastic Load Balancing ignores all subsequent rules.",
2083
+ "required": true,
2084
+ "type": "Number",
2085
+ "update_causes": "none"
2086
+ }
2087
+ },
2088
+ "path": "aws-resource-elasticloadbalancingv2-listenerrule.html"
2089
+ },
1782
2090
  "AWS::EC2::SubnetNetworkAclAssociation": {
1783
2091
  "properties": [
1784
2092
  "SubnetId",
@@ -1800,60 +2108,153 @@
1800
2108
  },
1801
2109
  "path": "aws-resource-ec2-subnet-network-acl-assoc.html"
1802
2110
  },
1803
- "AWS::ECS::Cluster": {
1804
- "properties": [
1805
-
1806
- ],
1807
- "path": "aws-resource-ecs-cluster.html"
1808
- },
1809
- "AWS::ElastiCache::ReplicationGroup": {
2111
+ "AWS::ApplicationAutoScaling::ScalableTarget": {
1810
2112
  "properties": [
1811
- "AutomaticFailoverEnabled",
1812
- "AutoMinorVersionUpgrade",
1813
- "CacheNodeType",
1814
- "CacheParameterGroupName",
1815
- "CacheSecurityGroupNames",
1816
- "CacheSubnetGroupName",
1817
- "Engine",
1818
- "EngineVersion",
1819
- "NotificationTopicArn",
1820
- "NumCacheClusters",
1821
- "Port",
1822
- "PreferredCacheClusterAZs",
1823
- "PreferredMaintenanceWindow",
1824
- "ReplicationGroupDescription",
1825
- "SecurityGroupIds",
1826
- "SnapshotArns",
1827
- "SnapshotRetentionLimit",
1828
- "SnapshotWindow"
2113
+ "MaxCapacity",
2114
+ "MinCapacity",
2115
+ "ResourceId",
2116
+ "RoleARN",
2117
+ "ScalableDimension",
2118
+ "ServiceNamespace"
1829
2119
  ],
1830
2120
  "full_properties": {
1831
- "AutomaticFailoverEnabled": {
1832
- "description": "Indicates whether Multi-AZ is enabled. When Multi-AZ is enabled, a read-only replica is automatically promoted to a read-write primary cluster if the existing primary cluster fails. If you specify true, you must specify a value greater than 1 for the NumCacheNodes property. By default, AWS CloudFormation sets the value to true.",
1833
- "required": false,
1834
- "type": "Boolean",
2121
+ "MaxCapacity": {
2122
+ "description": "The maximum value that Application Auto Scaling can use to scale a target during a scaling activity.",
2123
+ "required": true,
2124
+ "type": "Number",
1835
2125
  "update_causes": "none"
1836
2126
  },
1837
- "AutoMinorVersionUpgrade": {
1838
- "description": "Currently, this property isn't used by ElastiCache.",
1839
- "required": false,
1840
- "type": "Boolean",
2127
+ "MinCapacity": {
2128
+ "description": "The minimum value that Application Auto Scaling can use to scale a target during a scaling activity.",
2129
+ "required": true,
2130
+ "type": "Number",
1841
2131
  "update_causes": "none"
1842
2132
  },
1843
- "CacheNodeType": {
1844
- "description": "The compute and memory capacity of nodes in the node group. To see valid values, see CreateReplicationGroup in the Amazon ElastiCache API Reference Guide.",
2133
+ "ResourceId": {
2134
+ "description": "The unique resource identifier to associate with this scalable target. For more information, see the ResourceId parameter for the RegisterScalableTarget action in the Application Auto Scaling API Reference.",
1845
2135
  "required": true,
1846
2136
  "type": "String",
1847
2137
  "update_causes": "replacement"
1848
2138
  },
1849
- "CacheParameterGroupName": {
1850
- "description": "The name of the parameter group to associate with this replication group.",
2139
+ "RoleARN": {
2140
+ "description": "The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that allows Application Auto Scaling to modify your scalable target.",
2141
+ "required": true,
2142
+ "type": "String",
2143
+ "update_causes": "none"
2144
+ },
2145
+ "ScalableDimension": {
2146
+ "description": "The scalable dimension associated with the scalable target. Specify the service namespace, resource type, and scaling property, such as ecs:service:DesiredCount for the desired task count of an Amazon EC2 Container Service service. For valid values, see the ScalableDimension content for the ScalingPolicy data type in the Application Auto Scaling API Reference.",
2147
+ "required": true,
2148
+ "type": "String",
2149
+ "update_causes": "replacement"
2150
+ },
2151
+ "ServiceNamespace": {
2152
+ "description": "The AWS service namespace of the scalable target. For a list of service namespaces, see AWS Service Namespaces in the AWS General Reference.",
2153
+ "required": true,
2154
+ "type": "String",
2155
+ "update_causes": "replacement"
2156
+ }
2157
+ },
2158
+ "path": "aws-resource-applicationautoscaling-scalabletarget.html"
2159
+ },
2160
+ "AWS::ECS::Cluster": {
2161
+ "properties": [
2162
+ "ClusterName"
2163
+ ],
2164
+ "full_properties": {
2165
+ "ClusterName": {
2166
+ "description": "A name for the cluster. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the name. For more information, see Name Type.",
2167
+ "required": false,
2168
+ "type": "Unknown",
2169
+ "update_causes": "replacement"
2170
+ }
2171
+ },
2172
+ "path": "aws-resource-ecs-cluster.html"
2173
+ },
2174
+ "AWS::SNS::Subscription": {
2175
+ "properties": [
2176
+ "Endpoint",
2177
+ "Protocol",
2178
+ "TopicArn"
2179
+ ],
2180
+ "full_properties": {
2181
+ "Endpoint": {
2182
+ "description": "The endpoint that receives notifications from the Amazon SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the Subscribe Endpoint parameter in the Amazon Simple Notification Service API Reference.",
2183
+ "required": false,
2184
+ "type": "String",
2185
+ "update_causes": "replacement"
2186
+ },
2187
+ "Protocol": {
2188
+ "description": "The subscription's protocol. For more information, see the Subscribe Protocol parameter in the Amazon Simple Notification Service API Reference.",
2189
+ "required": false,
2190
+ "type": "String",
2191
+ "update_causes": "replacement"
2192
+ },
2193
+ "TopicArn": {
2194
+ "description": "The Amazon Resource Name (ARN) of the topic to subscribe to.",
2195
+ "required": false,
2196
+ "type": "String",
2197
+ "update_causes": "replacement"
2198
+ }
2199
+ },
2200
+ "path": "aws-resource-sns-subscription.html"
2201
+ },
2202
+ "AWS::ElastiCache::ReplicationGroup": {
2203
+ "properties": [
2204
+ "AutomaticFailoverEnabled",
2205
+ "AutoMinorVersionUpgrade",
2206
+ "CacheNodeType",
2207
+ "CacheParameterGroupName",
2208
+ "CacheSecurityGroupNames",
2209
+ "CacheSubnetGroupName",
2210
+ "Engine",
2211
+ "EngineVersion",
2212
+ "NodeGroupConfiguration",
2213
+ "NotificationTopicArn",
2214
+ "NumCacheClusters",
2215
+ "NumNodeGroups",
2216
+ "Port",
2217
+ "PreferredCacheClusterAZs",
2218
+ "PreferredMaintenanceWindow",
2219
+ "PrimaryClusterId",
2220
+ "ReplicasPerNodeGroup",
2221
+ "ReplicationGroupDescription",
2222
+ "ReplicationGroupId",
2223
+ "SecurityGroupIds",
2224
+ "SnapshotArns",
2225
+ "SnapshotName",
2226
+ "SnapshotRetentionLimit",
2227
+ "SnapshottingClusterId",
2228
+ "SnapshotWindow",
2229
+ "Tags"
2230
+ ],
2231
+ "full_properties": {
2232
+ "AutomaticFailoverEnabled": {
2233
+ "description": "Indicates whether Multi-AZ is enabled. When Multi-AZ is enabled, a read-only replica is automatically promoted to a read-write primary cluster if the existing primary cluster fails. If you specify true, you must specify a value greater than 1 for the NumCacheClusters property. By default, AWS CloudFormation sets the value to true.",
2234
+ "required": false,
2235
+ "type": "Boolean",
2236
+ "update_causes": "none"
2237
+ },
2238
+ "AutoMinorVersionUpgrade": {
2239
+ "description": "Currently, this property isn't used by ElastiCache.",
2240
+ "required": false,
2241
+ "type": "Boolean",
2242
+ "update_causes": "none"
2243
+ },
2244
+ "CacheNodeType": {
2245
+ "description": "The compute and memory capacity of nodes in the node group. To see valid values, see CreateReplicationGroup in the Amazon ElastiCache API Reference Guide.",
1851
2246
  "required": false,
1852
2247
  "type": "String",
1853
2248
  "update_causes": "none"
1854
2249
  },
2250
+ "CacheParameterGroupName": {
2251
+ "description": "The name of the parameter group to associate with this replication group. For valid and default values, see CreateReplicationGroup in the Amazon ElastiCache API Reference Guide.",
2252
+ "required": false,
2253
+ "type": "String",
2254
+ "update_causes": "interrupt"
2255
+ },
1855
2256
  "CacheSecurityGroupNames": {
1856
- "description": "A list of cache security group names to associate with this replication group. If you specify the SecurityGroupIds property, do not specify this property; you can specify only one.",
2257
+ "description": "A list of cache security group names to associate with this replication group.",
1857
2258
  "required": false,
1858
2259
  "type": "Array",
1859
2260
  "update_causes": "none"
@@ -1868,7 +2269,7 @@
1868
2269
  "description": "The name of the cache engine to use for the cache clusters in this replication group. Currently, you can specify only redis.",
1869
2270
  "required": true,
1870
2271
  "type": "String",
1871
- "update_causes": "replacement"
2272
+ "update_causes": "none"
1872
2273
  },
1873
2274
  "EngineVersion": {
1874
2275
  "description": "The version number of the cache engine to use for the cache clusters in this replication group.",
@@ -1876,6 +2277,12 @@
1876
2277
  "type": "String",
1877
2278
  "update_causes": "none"
1878
2279
  },
2280
+ "NodeGroupConfiguration": {
2281
+ "description": "Configuration options for the node group (shard).",
2282
+ "required": false,
2283
+ "type": "Array",
2284
+ "update_causes": "replacement"
2285
+ },
1879
2286
  "NotificationTopicArn": {
1880
2287
  "description": "The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic to which notifications are sent.",
1881
2288
  "required": false,
@@ -1883,8 +2290,14 @@
1883
2290
  "update_causes": "none"
1884
2291
  },
1885
2292
  "NumCacheClusters": {
1886
- "description": "The number of cache clusters for this replication group. If automatic failover is enabled, you must specify a value greater than 1.",
1887
- "required": true,
2293
+ "description": "The number of cache clusters for this replication group. If automatic failover is enabled, you must specify a value greater than 1. For valid values, see CreateReplicationGroup in the Amazon ElastiCache API Reference Guide.",
2294
+ "required": false,
2295
+ "type": "Number",
2296
+ "update_causes": "none"
2297
+ },
2298
+ "NumNodeGroups": {
2299
+ "description": "The number of node groups (shards) for this Redis (clustered mode enabled) replication group. For Redis (clustered mode disabled), omit this property.",
2300
+ "required": false,
1888
2301
  "type": "Number",
1889
2302
  "update_causes": "replacement"
1890
2303
  },
@@ -1906,14 +2319,32 @@
1906
2319
  "type": "String",
1907
2320
  "update_causes": "none"
1908
2321
  },
2322
+ "PrimaryClusterId": {
2323
+ "description": "The cache cluster that ElastiCache uses as the primary cluster for the replication group. The cache cluster must have a status of available.",
2324
+ "required": false,
2325
+ "type": "String",
2326
+ "update_causes": "none"
2327
+ },
2328
+ "ReplicasPerNodeGroup": {
2329
+ "description": "The number of replica nodes in each node group (shard). For valid values, see CreateReplicationGroup in the Amazon ElastiCache API Reference Guide.",
2330
+ "required": false,
2331
+ "type": "Number",
2332
+ "update_causes": "replacement"
2333
+ },
1909
2334
  "ReplicationGroupDescription": {
1910
2335
  "description": "The description of the replication group.",
1911
2336
  "required": true,
1912
2337
  "type": "String",
1913
2338
  "update_causes": "none"
1914
2339
  },
2340
+ "ReplicationGroupId": {
2341
+ "description": "An ID for the replication group. If you don't specify an ID, AWS CloudFormation generates a unique physical ID. For more information, see Name Type.",
2342
+ "required": false,
2343
+ "type": "Unknown",
2344
+ "update_causes": "replacement"
2345
+ },
1915
2346
  "SecurityGroupIds": {
1916
- "description": "A list of Amazon Virtual Private Cloud (Amazon VPC) security groups to associate with this replication group. Use this property only when you are creating a replication group in a VPC. If you specify the CacheSecurityGroupNames property, do not specify this property; you can specify only one.",
2347
+ "description": "A list of Amazon Virtual Private Cloud (Amazon VPC) security groups to associate with this replication group.",
1917
2348
  "required": false,
1918
2349
  "type": "Array",
1919
2350
  "update_causes": "none"
@@ -1924,17 +2355,35 @@
1924
2355
  "type": "Array",
1925
2356
  "update_causes": "replacement"
1926
2357
  },
2358
+ "SnapshotName": {
2359
+ "description": "The name of a snapshot from which to restore data into the replication group.",
2360
+ "required": false,
2361
+ "type": "String",
2362
+ "update_causes": "replacement"
2363
+ },
1927
2364
  "SnapshotRetentionLimit": {
1928
2365
  "description": "The number of days that ElastiCache retains automatic snapshots before deleting them.",
1929
2366
  "required": false,
1930
2367
  "type": "Number",
1931
2368
  "update_causes": "none"
1932
2369
  },
2370
+ "SnapshottingClusterId": {
2371
+ "description": "The ID of the cache cluster that ElastiCache uses as the daily snapshot source for the replication group.",
2372
+ "required": false,
2373
+ "type": "String",
2374
+ "update_causes": "none"
2375
+ },
1933
2376
  "SnapshotWindow": {
1934
- "description": "The time range (in UTC) when ElastiCache takes a daily snapshot of your node group. For example, you can specify 05:00-09:00.",
2377
+ "description": "The time range (in UTC) when ElastiCache takes a daily snapshot of your node group that you specified in the SnapshottingClusterId property. For example, you can specify 05:00-09:00.",
1935
2378
  "required": false,
1936
2379
  "type": "String",
1937
2380
  "update_causes": "none"
2381
+ },
2382
+ "Tags": {
2383
+ "description": "An arbitrary set of tags (key–value pairs) for this replication group.",
2384
+ "required": false,
2385
+ "type": "Unknown",
2386
+ "update_causes": "none"
1938
2387
  }
1939
2388
  },
1940
2389
  "path": "aws-resource-elasticache-replicationgroup.html"
@@ -1959,6 +2408,27 @@
1959
2408
  ],
1960
2409
  "path": "aws-properties-beanstalk-version.html"
1961
2410
  },
2411
+ "AWS::EC2::SubnetCidrBlock": {
2412
+ "properties": [
2413
+ "Ipv6CidrBlock",
2414
+ "SubnetId"
2415
+ ],
2416
+ "full_properties": {
2417
+ "Ipv6CidrBlock": {
2418
+ "description": "The IPv6 CIDR block for the subnet. The CIDR block must have a prefix length of /64.",
2419
+ "required": true,
2420
+ "type": "String",
2421
+ "update_causes": "replacement"
2422
+ },
2423
+ "SubnetId": {
2424
+ "description": "The ID of the subnet to associate the IPv6 CIDR block with.",
2425
+ "required": true,
2426
+ "type": "String",
2427
+ "update_causes": "replacement"
2428
+ }
2429
+ },
2430
+ "path": "aws-resource-ec2-subnetcidrblock.html"
2431
+ },
1962
2432
  "AWS::EC2::CustomerGateway": {
1963
2433
  "properties": [
1964
2434
  "BgpAsn",
@@ -2004,7 +2474,7 @@
2004
2474
  ],
2005
2475
  "full_properties": {
2006
2476
  "AllocationId": {
2007
- "description": "Allocation ID for the VPC Elastic IP address you want to associate with an Amazon EC2 instance in your VPC.",
2477
+ "description": "[EC2-VPC] Allocation ID for the VPC Elastic IP address you want to associate with an Amazon EC2 instance in your VPC.",
2008
2478
  "required": false,
2009
2479
  "type": "String",
2010
2480
  "update_causes": [
@@ -2022,7 +2492,7 @@
2022
2492
  ]
2023
2493
  },
2024
2494
  "InstanceId": {
2025
- "description": "Instance ID of the Amazon EC2 instance that you want to associate with the Elastic IP address specified by the EIP property.",
2495
+ "description": "Instance ID of the Amazon EC2 instance that you want to associate with the Elastic IP address specified by the EIP property. If the instance has more than one network interface, you must specify a network interface ID.",
2026
2496
  "required": false,
2027
2497
  "type": "String",
2028
2498
  "update_causes": [
@@ -2031,7 +2501,7 @@
2031
2501
  ]
2032
2502
  },
2033
2503
  "NetworkInterfaceId": {
2034
- "description": "The ID of the network interface to associate with the Elastic IP address (VPC only).",
2504
+ "description": "[EC2-VPC] The ID of the network interface to associate with the Elastic IP address. If the instance has more than one network interface, you must specify a network interface ID.",
2035
2505
  "required": false,
2036
2506
  "type": "String",
2037
2507
  "update_causes": [
@@ -2040,7 +2510,7 @@
2040
2510
  ]
2041
2511
  },
2042
2512
  "PrivateIpAddress": {
2043
- "description": "The private IP address that you want to associate with the Elastic IP address. The private IP address is restricted to the primary and secondary private IP addresses that are associated with the network interface. By default, the private IP address that is associated with the EIP is the primary private IP address of the network interface.",
2513
+ "description": "[EC2-VPC] The private IP address that you want to associate with the Elastic IP address. The private IP address is restricted to the primary and secondary private IP addresses that are associated with the network interface. By default, the private IP address that is associated with the EIP is the primary private IP address of the network interface.",
2044
2514
  "required": false,
2045
2515
  "type": "String",
2046
2516
  "update_causes": "none"
@@ -2134,6 +2604,7 @@
2134
2604
  "NotificationConfigurations",
2135
2605
  "PlacementGroup",
2136
2606
  "Tags",
2607
+ "TargetGroupARNs",
2137
2608
  "TerminationPolicies",
2138
2609
  "VPCZoneIdentifier"
2139
2610
  ],
@@ -2181,7 +2652,7 @@
2181
2652
  "update_causes": "none"
2182
2653
  },
2183
2654
  "LoadBalancerNames": {
2184
- "description": "A list of load balancers associated with this Auto Scaling group.",
2655
+ "description": "A list of Classic load balancers associated with this Auto Scaling group. To specify Application load balancers, use TargetGroupARNs.",
2185
2656
  "required": false,
2186
2657
  "type": "Array",
2187
2658
  "update_causes": "replacement"
@@ -2222,6 +2693,12 @@
2222
2693
  "type": "Array",
2223
2694
  "update_causes": "none"
2224
2695
  },
2696
+ "TargetGroupARNs": {
2697
+ "description": "A list of Amazon Resource Names (ARN) of target groups to associate with the Auto Scaling group.",
2698
+ "required": false,
2699
+ "type": "Array",
2700
+ "update_causes": "none"
2701
+ },
2225
2702
  "TerminationPolicies": {
2226
2703
  "description": "A policy or a list of policies that are used to select the instances to terminate. The policies are executed in the order that you list them.",
2227
2704
  "required": false,
@@ -2326,9 +2803,16 @@
2326
2803
  },
2327
2804
  "AWS::Logs::LogGroup": {
2328
2805
  "properties": [
2806
+ "LogGroupName",
2329
2807
  "RetentionInDays"
2330
2808
  ],
2331
2809
  "full_properties": {
2810
+ "LogGroupName": {
2811
+ "description": "A name for the log group. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the table name. For more information, see Name Type.",
2812
+ "required": false,
2813
+ "type": "Unknown",
2814
+ "update_causes": "replacement"
2815
+ },
2332
2816
  "RetentionInDays": {
2333
2817
  "description": "The number of days log events are kept in CloudWatch Logs. When a log event expires, CloudWatch Logs automatically deletes it. For valid values, see PutRetentionPolicy in the Amazon CloudWatch Logs API Reference.",
2334
2818
  "required": false,
@@ -2349,19 +2833,19 @@
2349
2833
  "description": "A developer-defined string that can be used to identify this SNS topic.",
2350
2834
  "required": false,
2351
2835
  "type": "String",
2352
- "update_causes": "unavailable"
2836
+ "update_causes": "none"
2353
2837
  },
2354
2838
  "Subscription": {
2355
2839
  "description": "The SNS subscriptions (endpoints) for this topic.",
2356
2840
  "required": false,
2357
2841
  "type": "Array",
2358
- "update_causes": "unavailable"
2842
+ "update_causes": "none"
2359
2843
  },
2360
2844
  "TopicName": {
2361
2845
  "description": "A name for the topic. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the topic name. For more information, see Name Type.",
2362
2846
  "required": false,
2363
2847
  "type": "Unknown",
2364
- "update_causes": "unavailable"
2848
+ "update_causes": "replacement"
2365
2849
  }
2366
2850
  },
2367
2851
  "path": "aws-properties-sns-topic.html"
@@ -2376,13 +2860,13 @@
2376
2860
  ],
2377
2861
  "full_properties": {
2378
2862
  "Action": {
2379
- "description": "The Lambda actions that you want to allow in this statement. For example, you can specify lambda:CreateFunction to specify a certain action, or use a wildcard (lambda:*) to grant permission to all Lambda actions. For a list of actions, see Actions in the AWS Lambda Developer Guide.",
2863
+ "description": "The Lambda actions that you want to allow in this statement. For example, you can specify lambda:CreateFunction to specify a certain action, or use a wildcard (lambda:*) to grant permission to all Lambda actions. For a list of actions, see Actions and Condition Context Keys for AWS Lambda in the IAM User Guide.",
2380
2864
  "required": true,
2381
2865
  "type": "String",
2382
2866
  "update_causes": "replacement"
2383
2867
  },
2384
2868
  "FunctionName": {
2385
- "description": "The name (physical ID) or Amazon Resource Name (ARN) of the Lambda function that you want to associate with this statement. Lambda adds this statement to the function's access policy.",
2869
+ "description": "The name (physical ID), Amazon Resource Name (ARN), or alias ARN of the Lambda function that you want to associate with this statement. Lambda adds this statement to the function's access policy.",
2386
2870
  "required": true,
2387
2871
  "type": "String",
2388
2872
  "update_causes": "replacement"
@@ -2439,7 +2923,7 @@
2439
2923
  "update_causes": "none"
2440
2924
  },
2441
2925
  "Failover": {
2442
- "description": "Designates the record set as a PRIMARY or SECONDARY failover record set. When you have more than one resource performing the same function, you can configure Amazon Route 53 to check the health of your resources and use only health resources to respond to DNS queries. You cannot create nonfailover resource record sets that have the same Name and Type property values as failover resource record sets. For more information, see the Failover element in the Amazon Route 53 API Reference.",
2926
+ "description": "Designates the record set as a PRIMARY or SECONDARY failover record set. When you have more than one resource performing the same function, you can configure Amazon Route 53 to check the health of your resources and use only health resources to respond to DNS queries. You cannot create nonfailover resource record sets that have the same Name and Type property values as failover resource record sets. For more information, see the Failover content in the Amazon Route 53 API Reference.",
2443
2927
  "required": false,
2444
2928
  "type": "Unknown",
2445
2929
  "update_causes": "none"
@@ -2472,7 +2956,7 @@
2472
2956
  "description": "The name of the domain. You must specify a fully qualified domain name that ends with a period as the last label indication. If you omit the final period, AWS CloudFormation adds it.",
2473
2957
  "required": true,
2474
2958
  "type": "String",
2475
- "update_causes": "none"
2959
+ "update_causes": "replacement"
2476
2960
  },
2477
2961
  "Region": {
2478
2962
  "description": "Latency resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, for example, Amazon EC2 instance or an Elastic Load Balancing load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.",
@@ -2499,9 +2983,9 @@
2499
2983
  "update_causes": "none"
2500
2984
  },
2501
2985
  "Type": {
2502
- "description": "The type of records to add.",
2986
+ "description": "The type of records to add. For valid values, see the Type content in the Amazon Route 53 API Reference. In AWS CloudFormation, you can't create records of type NS or SOA.",
2503
2987
  "required": true,
2504
- "type": "String",
2988
+ "type": "Unknown",
2505
2989
  "update_causes": "none"
2506
2990
  },
2507
2991
  "Weight": {
@@ -2519,7 +3003,8 @@
2519
3003
  "LoginProfile",
2520
3004
  "ManagedPolicyArns",
2521
3005
  "Path",
2522
- "Policies"
3006
+ "Policies",
3007
+ "UserName"
2523
3008
  ],
2524
3009
  "full_properties": {
2525
3010
  "Groups": {
@@ -2541,16 +3026,22 @@
2541
3026
  "update_causes": "none"
2542
3027
  },
2543
3028
  "Path": {
2544
- "description": "The path for the user name. For more information about paths, see Identifiers for IAM Entities in Using AWS Identity and Access Management.",
3029
+ "description": "The path for the user name. For more information about paths, see IAM Identifiers in the IAM User Guide.",
2545
3030
  "required": false,
2546
3031
  "type": "String",
2547
3032
  "update_causes": "none"
2548
3033
  },
2549
3034
  "Policies": {
2550
- "description": "The policies to associate with this user. For information about policies, see Overview of Policies in [Using IAM].",
3035
+ "description": "The policies to associate with this user. For information about policies, see Overview of IAM Policies in the IAM User Guide.",
2551
3036
  "required": false,
2552
3037
  "type": "Array",
2553
3038
  "update_causes": "none"
3039
+ },
3040
+ "UserName": {
3041
+ "description": "A name for the IAM user. For valid values, see the UserName parameter for the CreateUser action in the IAM API Reference. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the user name.",
3042
+ "required": false,
3043
+ "type": "String",
3044
+ "update_causes": "replacement"
2554
3045
  }
2555
3046
  },
2556
3047
  "path": "aws-properties-iam-user.html"
@@ -2579,6 +3070,7 @@
2579
3070
  "AWS::EC2::SecurityGroupIngress": {
2580
3071
  "properties": [
2581
3072
  "CidrIp",
3073
+ "CidrIpv6",
2582
3074
  "FromPort",
2583
3075
  "GroupId",
2584
3076
  "GroupName",
@@ -2590,7 +3082,13 @@
2590
3082
  ],
2591
3083
  "full_properties": {
2592
3084
  "CidrIp": {
2593
- "description": "Specifies a CIDR range.",
3085
+ "description": "An IPv4 CIDR range.",
3086
+ "required": false,
3087
+ "type": "String",
3088
+ "update_causes": "replacement"
3089
+ },
3090
+ "CidrIpv6": {
3091
+ "description": "An IPv6 CIDR range.",
2594
3092
  "required": false,
2595
3093
  "type": "String",
2596
3094
  "update_causes": "replacement"
@@ -2721,7 +3219,7 @@
2721
3219
  "update_causes": "none"
2722
3220
  },
2723
3221
  "EventCategories": {
2724
- "description": "A list of event categories that you want to subscribe to for a given source type. If you don't specify this property, you are notified about all event categories.",
3222
+ "description": "A list of event categories that you want to subscribe to for a given source type. If you don't specify this property, you are notified about all event categories. For more information, see Using Amazon RDS Event Notification in the Amazon Relational Database Service User Guide.",
2725
3223
  "required": false,
2726
3224
  "type": "Array",
2727
3225
  "update_causes": "none"
@@ -2739,9 +3237,9 @@
2739
3237
  "update_causes": "none"
2740
3238
  },
2741
3239
  "SourceType": {
2742
- "description": "The type of source for which Amazon RDS provides notification events. For example, if you want to be notified of events generated by a database instance, set this parameter to db-instance. If you don't specify a value, notifications are provided for all source types.",
3240
+ "description": "The type of source for which Amazon RDS provides notification events. For example, if you want to be notified of events generated by a database instance, set this parameter to db-instance. If you don't specify a value, notifications are provided for all source types. For valid values, see the SourceType parameter for the CreateEventSubscription action in the Amazon Relational Database Service API Reference.",
2743
3241
  "required": false,
2744
- "type": "String",
3242
+ "type": "Unknown",
2745
3243
  "update_causes": [
2746
3244
  "replacement",
2747
3245
  "interrupt"
@@ -2756,6 +3254,7 @@
2756
3254
  "AutoAssignElasticIps",
2757
3255
  "AutoAssignPublicIps",
2758
3256
  "CustomInstanceProfileArn",
3257
+ "CustomJson",
2759
3258
  "CustomRecipes",
2760
3259
  "CustomSecurityGroupIds",
2761
3260
  "EnableAutoHealing",
@@ -2794,6 +3293,12 @@
2794
3293
  "type": "String",
2795
3294
  "update_causes": "none"
2796
3295
  },
3296
+ "CustomJson": {
3297
+ "description": "A custom stack configuration and deployment attributes that AWS OpsWorks installs on the layer's instances. For more information, see the CustomJson parameter for the CreateLayer action in the AWS OpsWorks Stacks API Reference.",
3298
+ "required": false,
3299
+ "type": "Unknown",
3300
+ "update_causes": "unknown"
3301
+ },
2797
3302
  "CustomRecipes": {
2798
3303
  "description": "Custom event recipes for this layer.",
2799
3304
  "required": false,
@@ -2855,7 +3360,7 @@
2855
3360
  "update_causes": "replacement"
2856
3361
  },
2857
3362
  "Type": {
2858
- "description": "The layer type. A stack cannot have more than one layer of the same type, except for the custom type. You can have any number of custom types. For more information, see CreateLayer in the AWS OpsWorks API Reference.",
3363
+ "description": "The layer type. A stack cannot have more than one layer of the same type, except for the custom type. You can have any number of custom types. For more information, see CreateLayer in the AWS OpsWorks Stacks API Reference.",
2859
3364
  "required": true,
2860
3365
  "type": "String",
2861
3366
  "update_causes": "replacement"
@@ -2864,21 +3369,28 @@
2864
3369
  "description": "Describes the Amazon EBS volumes for this layer.",
2865
3370
  "required": false,
2866
3371
  "type": "Array",
2867
- "update_causes": "replacement"
3372
+ "update_causes": "interrupt"
2868
3373
  }
2869
3374
  },
2870
3375
  "path": "aws-resource-opsworks-layer.html"
2871
3376
  },
2872
3377
  "AWS::SSM::Document": {
2873
3378
  "properties": [
2874
- "Content"
3379
+ "Content",
3380
+ "DocumentType"
2875
3381
  ],
2876
3382
  "full_properties": {
2877
3383
  "Content": {
2878
- "description": "A JSON object that describes an instance configuration. For more information, see SSM Documents in the Amazon EC2 Simple Systems Manager API Reference.",
3384
+ "description": "A JSON object that describes an instance configuration. For more information, see Creating SSM Documents in the Amazon EC2 User Guide for Linux Instances.",
2879
3385
  "required": true,
2880
3386
  "type": "Unknown",
2881
3387
  "update_causes": "replacement"
3388
+ },
3389
+ "DocumentType": {
3390
+ "description": "The type of document to create that relates to the purpose of your document, such as running commands, bootstrapping software, or automating tasks. For valid values, see the CreateDocument action in the Amazon EC2 Simple Systems Manager API Reference.",
3391
+ "required": false,
3392
+ "type": "String",
3393
+ "update_causes": "replacement"
2882
3394
  }
2883
3395
  },
2884
3396
  "path": "aws-resource-ssm-document.html"
@@ -2928,7 +3440,7 @@
2928
3440
  "update_causes": "none"
2929
3441
  },
2930
3442
  "NotificationConfiguration": {
2931
- "description": "Configuration that defines which Amazon SNS topic to send messages to and what events to report.",
3443
+ "description": "Configuration that defines how Amazon S3 handles bucket notifications.",
2932
3444
  "required": false,
2933
3445
  "type": "Unknown",
2934
3446
  "update_causes": "none"
@@ -3067,11 +3579,18 @@
3067
3579
  },
3068
3580
  "AWS::IAM::Group": {
3069
3581
  "properties": [
3582
+ "GroupName",
3070
3583
  "ManagedPolicyArns",
3071
3584
  "Path",
3072
3585
  "Policies"
3073
3586
  ],
3074
3587
  "full_properties": {
3588
+ "GroupName": {
3589
+ "description": "A name for the IAM group. For valid values, see the GroupName parameter for the CreateGroup action in the IAM API Reference. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.",
3590
+ "required": false,
3591
+ "type": "String",
3592
+ "update_causes": "replacement"
3593
+ },
3075
3594
  "ManagedPolicyArns": {
3076
3595
  "description": "One or more managed policy ARNs to attach to this group.",
3077
3596
  "required": false,
@@ -3079,13 +3598,13 @@
3079
3598
  "update_causes": "none"
3080
3599
  },
3081
3600
  "Path": {
3082
- "description": "The path to the group. For more information about paths, see Identifiers for IAM Entities in Using IAM.",
3601
+ "description": "The path to the group. For more information about paths, see IAM Identifiers in the IAM User Guide.",
3083
3602
  "required": false,
3084
3603
  "type": "String",
3085
3604
  "update_causes": "none"
3086
3605
  },
3087
3606
  "Policies": {
3088
- "description": "The policies to associate with this group. For information about policies, see Overview of Policies in Using IAM.",
3607
+ "description": "The policies to associate with this group. For information about policies, see Overview of IAM Policies in the IAM User Guide.",
3089
3608
  "required": false,
3090
3609
  "type": "Array",
3091
3610
  "update_causes": "none"
@@ -3101,6 +3620,7 @@
3101
3620
  "IdentitySource",
3102
3621
  "IdentityValidationExpression",
3103
3622
  "Name",
3623
+ "ProviderARNs",
3104
3624
  "RestApiId",
3105
3625
  "Type"
3106
3626
  ],
@@ -3119,7 +3639,7 @@
3119
3639
  },
3120
3640
  "AuthorizerUri": {
3121
3641
  "description": "The authorizer's Uniform Resource Identifier (URI). If you specify TOKEN for the authorizer's Type property, specify a Lambda function URI, which has the form arn:aws:apigateway:region:lambda:path/path. The path usually has the form /2015-03-31/functions/LambdaFunctionARN/invocations.",
3122
- "required": true,
3642
+ "required": false,
3123
3643
  "type": "Unknown",
3124
3644
  "update_causes": "none"
3125
3645
  },
@@ -3141,6 +3661,12 @@
3141
3661
  "type": "String",
3142
3662
  "update_causes": "none"
3143
3663
  },
3664
+ "ProviderARNs": {
3665
+ "description": "A list of the Amazon Cognito user pool Amazon Resource Names (ARNs) to associate with this authorizer. For more information, see Use Amazon Cognito Your User Pool in the API Gateway Developer Guide.",
3666
+ "required": false,
3667
+ "type": "Array",
3668
+ "update_causes": "none"
3669
+ },
3144
3670
  "RestApiId": {
3145
3671
  "description": "The ID of the RestApi resource in which API Gateway creates the authorizer.",
3146
3672
  "required": false,
@@ -3148,7 +3674,7 @@
3148
3674
  "update_causes": "replacement"
3149
3675
  },
3150
3676
  "Type": {
3151
- "description": "The type of the authorizer, such as TOKEN.",
3677
+ "description": "The type of authorizer:",
3152
3678
  "required": true,
3153
3679
  "type": "String",
3154
3680
  "update_causes": "none"
@@ -3191,6 +3717,27 @@
3191
3717
  },
3192
3718
  "path": "aws-properties-route53-recordsetgroup.html"
3193
3719
  },
3720
+ "AWS::IoT::Policy": {
3721
+ "properties": [
3722
+ "PolicyDocument",
3723
+ "PolicyName"
3724
+ ],
3725
+ "full_properties": {
3726
+ "PolicyDocument": {
3727
+ "description": "The JSON document that describes the policy.",
3728
+ "required": true,
3729
+ "type": "Unknown",
3730
+ "update_causes": "replacement"
3731
+ },
3732
+ "PolicyName": {
3733
+ "description": "The name (the physical ID) of the AWS IoT policy.",
3734
+ "required": false,
3735
+ "type": "String",
3736
+ "update_causes": "replacement"
3737
+ }
3738
+ },
3739
+ "path": "aws-resource-iot-policy.html"
3740
+ },
3194
3741
  "AWS::Lambda::Version": {
3195
3742
  "properties": [
3196
3743
  "CodeSha256",
@@ -3275,7 +3822,7 @@
3275
3822
  "update_causes": "none"
3276
3823
  },
3277
3824
  "ScalingAdjustment": {
3278
- "description": "The number of instances by which to scale. The AdjustmentType property determines whether AWS CloudFormation interprets this number as an absolute number (when the ExactCapacityvalue is specified) or as a percentage of the existing Auto Scaling group size (when the PercentChangeInCapacity value is specified). A positive value adds to the current capacity and a negative value subtracts from the current capacity.",
3825
+ "description": "The number of instances by which to scale. The AdjustmentType property determines if AWS CloudFormation interprets this number as an absolute number (when the ExactCapacity value is specified), increase or decrease capacity by a specified number (when the ChangeInCapacity value is specified), or increase or decrease capacity as a percentage of the existing Auto Scaling group size (when the PercentChangeInCapacity value is specified). A positive value adds to the current capacity and a negative value subtracts from the current capacity. For exact capacity, you must specify a positive value.",
3279
3826
  "required": false,
3280
3827
  "type": "Unknown",
3281
3828
  "update_causes": "none"
@@ -3317,6 +3864,34 @@
3317
3864
  },
3318
3865
  "path": "aws-resource-ec2-vpcpeeringconnection.html"
3319
3866
  },
3867
+ "AWS::CodeCommit::Repository": {
3868
+ "properties": [
3869
+ "RepositoryDescription",
3870
+ "RepositoryName",
3871
+ "Triggers"
3872
+ ],
3873
+ "full_properties": {
3874
+ "RepositoryDescription": {
3875
+ "description": "A description about the AWS CodeCommit repository. For constraints, see the CreateRepository action in the AWS CodeCommit API Reference.",
3876
+ "required": false,
3877
+ "type": "String",
3878
+ "update_causes": "none"
3879
+ },
3880
+ "RepositoryName": {
3881
+ "description": "A name for the AWS CodeCommit repository.",
3882
+ "required": true,
3883
+ "type": "String",
3884
+ "update_causes": "none"
3885
+ },
3886
+ "Triggers": {
3887
+ "description": "Defines the actions to take in response to events that occur in the repository. For example, you can send email notifications when someone pushes to the repository.",
3888
+ "required": false,
3889
+ "type": "Array",
3890
+ "update_causes": "none"
3891
+ }
3892
+ },
3893
+ "path": "aws-resource-codecommit-repository.html"
3894
+ },
3320
3895
  "AWS::ElastiCache::CacheCluster": {
3321
3896
  "properties": [
3322
3897
  "AutoMinorVersionUpgrade",
@@ -3358,7 +3933,7 @@
3358
3933
  "description": "The compute and memory capacity of nodes in a cache cluster.",
3359
3934
  "required": true,
3360
3935
  "type": "String",
3361
- "update_causes": "replacement"
3936
+ "update_causes": "interrupt"
3362
3937
  },
3363
3938
  "CacheParameterGroupName": {
3364
3939
  "description": "The name of the cache parameter group that is associated with this cache cluster.",
@@ -3405,7 +3980,7 @@
3405
3980
  "NumCacheNodes": {
3406
3981
  "description": "The number of cache nodes that the cache cluster should have.",
3407
3982
  "required": true,
3408
- "type": "String",
3983
+ "type": "Number",
3409
3984
  "update_causes": [
3410
3985
  "replacement",
3411
3986
  "none"
@@ -3501,6 +4076,7 @@
3501
4076
  "AWS::EC2::Route": {
3502
4077
  "properties": [
3503
4078
  "DestinationCidrBlock",
4079
+ "DestinationIpv6CidrBlock",
3504
4080
  "GatewayId",
3505
4081
  "InstanceId",
3506
4082
  "NatGatewayId",
@@ -3509,8 +4085,14 @@
3509
4085
  ],
3510
4086
  "full_properties": {
3511
4087
  "DestinationCidrBlock": {
3512
- "description": "The CIDR address block used for the destination match. For example, 0.0.0.0/0. Routing decisions are based on the most specific match.",
3513
- "required": true,
4088
+ "description": "The IPv4 CIDR address block used for the destination match. For example, 0.0.0.0/0. Routing decisions are based on the most specific match.",
4089
+ "required": false,
4090
+ "type": "String",
4091
+ "update_causes": "replacement"
4092
+ },
4093
+ "DestinationIpv6CidrBlock": {
4094
+ "description": "The IPv6 CIDR address block used for the destination match. For example, ::/0. Routing decisions are based on the most specific match.",
4095
+ "required": false,
3514
4096
  "type": "String",
3515
4097
  "update_causes": "replacement"
3516
4098
  },
@@ -3555,6 +4137,7 @@
3555
4137
  "AvailabilityZone",
3556
4138
  "BackupRetentionPeriod",
3557
4139
  "CharacterSetName",
4140
+ "CopyTagsToSnapshot",
3558
4141
  "DBClusterIdentifier",
3559
4142
  "DBInstanceClass",
3560
4143
  "DBInstanceIdentifier",
@@ -3563,6 +4146,8 @@
3563
4146
  "DBSecurityGroups",
3564
4147
  "DBSnapshotIdentifier",
3565
4148
  "DBSubnetGroupName",
4149
+ "Domain",
4150
+ "DomainIAMRoleName",
3566
4151
  "Engine",
3567
4152
  "EngineVersion",
3568
4153
  "Iops",
@@ -3570,6 +4155,8 @@
3570
4155
  "LicenseModel",
3571
4156
  "MasterUsername",
3572
4157
  "MasterUserPassword",
4158
+ "MonitoringInterval",
4159
+ "MonitoringRoleArn",
3573
4160
  "MultiAZ",
3574
4161
  "OptionGroupName",
3575
4162
  "Port",
@@ -3584,19 +4171,19 @@
3584
4171
  ],
3585
4172
  "full_properties": {
3586
4173
  "AllocatedStorage": {
3587
- "description": "The allocated storage size specified in gigabytes (GB).",
4174
+ "description": "The allocated storage size, specified in gigabytes (GB).",
3588
4175
  "required": false,
3589
4176
  "type": "String",
3590
4177
  "update_causes": "none"
3591
4178
  },
3592
4179
  "AllowMajorVersionUpgrade": {
3593
- "description": "Indicates whether major version upgrades are allowed. Changing this parameter does not result in an outage, and the change is applied asynchronously as soon as possible.",
4180
+ "description": "If you update the EngineVersion property to a version that's different from the DB instance's current major version, set this property to true. For more information, see ModifyDBInstance in the Amazon Relational Database Service API Reference.",
3594
4181
  "required": false,
3595
4182
  "type": "Boolean",
3596
4183
  "update_causes": "none"
3597
4184
  },
3598
4185
  "AutoMinorVersionUpgrade": {
3599
- "description": "Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window. The default value is true.",
4186
+ "description": "Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window. The default value is true.",
3600
4187
  "required": false,
3601
4188
  "type": "Boolean",
3602
4189
  "update_causes": [
@@ -3611,7 +4198,7 @@
3611
4198
  "update_causes": "replacement"
3612
4199
  },
3613
4200
  "BackupRetentionPeriod": {
3614
- "description": "The number of days for which automatic DB snapshots are retained.",
4201
+ "description": "The number of days during which automatic DB snapshots are retained.",
3615
4202
  "required": false,
3616
4203
  "type": "String",
3617
4204
  "update_causes": [
@@ -3620,19 +4207,25 @@
3620
4207
  ]
3621
4208
  },
3622
4209
  "CharacterSetName": {
3623
- "description": "For supported engines, specifies the character set to associate with the database instance. For more information, see Appendix: Oracle Character Sets Supported in Amazon RDS in the Amazon Relational Database Service User Guide.",
4210
+ "description": "For supported engines, specifies the character set to associate with the DB instance. For more information, see Appendix: Oracle Character Sets Supported in Amazon RDS in the Amazon Relational Database Service User Guide.",
3624
4211
  "required": false,
3625
4212
  "type": "String",
3626
4213
  "update_causes": "replacement"
3627
4214
  },
4215
+ "CopyTagsToSnapshot": {
4216
+ "description": "Indicates whether to copy all of the user-defined tags from the DB instance to snapshots of the DB instance. By default, Amazon RDS doesn't copy tags to snapshots. Amazon RDS doesn't copy tags with the aws:: prefix unless it's the DB instance's final snapshot (the snapshot when you delete the DB instance).",
4217
+ "required": false,
4218
+ "type": "Boolean",
4219
+ "update_causes": "none"
4220
+ },
3628
4221
  "DBClusterIdentifier": {
3629
- "description": "The identifier of an existing DB cluster that this instance will be associated with. If you specify this property, specify aurora for the Engine property and do not specify any of the following properties: AllocatedStorage, CharacterSetName, DBSecurityGroups, SourceDBInstanceIdentifier, and StorageType.",
4222
+ "description": "The name of an existing DB cluster that this instance will be associated with. If you specify this property, specify aurora for the Engine property and do not specify any of the following properties: AllocatedStorage, BackupRetentionPeriod, CharacterSetName, DBSecurityGroups, PreferredBackupWindow, PreferredMaintenanceWindow, Port, SourceDBInstanceIdentifier, or StorageType.",
3630
4223
  "required": false,
3631
4224
  "type": "Unknown",
3632
4225
  "update_causes": "replacement"
3633
4226
  },
3634
4227
  "DBInstanceClass": {
3635
- "description": "The name of the compute and memory capacity class of the DB instance.",
4228
+ "description": "The name of the compute and memory capacity classes of the DB instance.",
3636
4229
  "required": true,
3637
4230
  "type": "String",
3638
4231
  "update_causes": "interrupt"
@@ -3644,7 +4237,7 @@
3644
4237
  "update_causes": "replacement"
3645
4238
  },
3646
4239
  "DBName": {
3647
- "description": "The name of the initial database of this instance that was provided at create time, if one was specified. This same name is returned for the life of the DB instance.",
4240
+ "description": "The name of the DB instance that was provided at the time of creation, if one was specified. This same name is returned for the life of the DB instance.",
3648
4241
  "required": false,
3649
4242
  "type": "String",
3650
4243
  "update_causes": "replacement"
@@ -3659,13 +4252,13 @@
3659
4252
  ]
3660
4253
  },
3661
4254
  "DBSecurityGroups": {
3662
- "description": "A list of the DB security groups to assign to the Amazon RDS instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.",
4255
+ "description": "A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.",
3663
4256
  "required": false,
3664
- "type": "Array",
4257
+ "type": "Unknown",
3665
4258
  "update_causes": "none"
3666
4259
  },
3667
4260
  "DBSnapshotIdentifier": {
3668
- "description": "The identifier for the DB snapshot to restore from.",
4261
+ "description": "The name or ARN of the DB snapshot used to restore the DB instance. If you are restoring from a shared manual DB snapshot, you must specify the Amazon Resource Name (ARN) of the snapshot.",
3669
4262
  "required": false,
3670
4263
  "type": "String",
3671
4264
  "update_causes": "replacement"
@@ -3676,14 +4269,26 @@
3676
4269
  "type": "String",
3677
4270
  "update_causes": "replacement"
3678
4271
  },
3679
- "Engine": {
3680
- "description": "The name of the database engine that the DB instance uses. This property is optional when you specify the DBSnapshotIdentifier property to create DB instances.",
4272
+ "Domain": {
4273
+ "description": "For an Amazon RDS DB instance that is running Microsoft SQL Server, the Active Directory directory ID to create the instance in. Amazon RDS uses Windows Authentication to authenticate users that connect to the DB instance. For more information, see Using Windows Authentication with an Amazon RDS DB Instance Running Microsoft SQL Server in the Amazon Relational Database Service User Guide.",
3681
4274
  "required": false,
3682
4275
  "type": "String",
3683
- "update_causes": "replacement"
4276
+ "update_causes": "none"
4277
+ },
4278
+ "DomainIAMRoleName": {
4279
+ "description": "The name of an IAM role that Amazon RDS uses when calling the Directory Service APIs.",
4280
+ "required": false,
4281
+ "type": "String",
4282
+ "update_causes": "none"
4283
+ },
4284
+ "Engine": {
4285
+ "description": "The database engine that the DB instance uses. This property is optional when you specify the DBSnapshotIdentifier property to create DB instances.",
4286
+ "required": false,
4287
+ "type": "String",
4288
+ "update_causes": "replacement"
3684
4289
  },
3685
4290
  "EngineVersion": {
3686
- "description": "The version number of the database engine to use.",
4291
+ "description": "The version number of the database engine that the DB instance uses.",
3687
4292
  "required": false,
3688
4293
  "type": "String",
3689
4294
  "update_causes": "interrupt"
@@ -3695,25 +4300,40 @@
3695
4300
  "update_causes": "none"
3696
4301
  },
3697
4302
  "KmsKeyId": {
3698
- "description": "The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instance, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.",
4303
+ "description": "The ARN of the AWS Key Management Service (AWS KMS) master key that is used to encrypt the DB instance, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default master key. If you specify this property, you must set the StorageEncrypted property to true.",
3699
4304
  "required": false,
3700
4305
  "type": "String",
3701
4306
  "update_causes": "replacement"
3702
4307
  },
3703
4308
  "LicenseModel": {
3704
- "description": "The license model information for the DB instance.",
4309
+ "description": "The license model of the DB instance.",
3705
4310
  "required": false,
3706
4311
  "type": "String",
3707
4312
  "update_causes": "replacement"
3708
4313
  },
3709
4314
  "MasterUsername": {
3710
- "description": "The master user name for the database instance. This property is optional when you specify the DBSnapshotIdentifier or the DBClusterIdentifier property to create DB instances.",
4315
+ "description": "The master user name for the DB instance.",
3711
4316
  "required": false,
3712
4317
  "type": "String",
3713
4318
  "update_causes": "replacement"
3714
4319
  },
3715
4320
  "MasterUserPassword": {
3716
- "description": "The master password for the database instance. This property is optional when you specify the DBSnapshotIdentifier or the DBClusterIdentifier property to create DB instances.",
4321
+ "description": "The master password for the DB instance.",
4322
+ "required": false,
4323
+ "type": "String",
4324
+ "update_causes": "none"
4325
+ },
4326
+ "MonitoringInterval": {
4327
+ "description": "The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance. To disable metrics collection, specify 0.",
4328
+ "required": false,
4329
+ "type": "Number",
4330
+ "update_causes": [
4331
+ "none",
4332
+ "interrupt"
4333
+ ]
4334
+ },
4335
+ "MonitoringRoleArn": {
4336
+ "description": "The ARN of the AWS Identity and Access Management (IAM) role that permits Amazon RDS to send enhanced monitoring metrics to Amazon CloudWatch, for example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon Relational Database Service User Guide.",
3717
4337
  "required": false,
3718
4338
  "type": "String",
3719
4339
  "update_causes": "none"
@@ -3725,7 +4345,7 @@
3725
4345
  "update_causes": "none"
3726
4346
  },
3727
4347
  "OptionGroupName": {
3728
- "description": "An option group that this database instance is associated with.",
4348
+ "description": "The option group that this DB instance is associated with.",
3729
4349
  "required": false,
3730
4350
  "type": "String",
3731
4351
  "update_causes": "none"
@@ -3737,13 +4357,13 @@
3737
4357
  "update_causes": "replacement"
3738
4358
  },
3739
4359
  "PreferredBackupWindow": {
3740
- "description": "The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.",
4360
+ "description": "The daily time range during which automated backups are performed if automated backups are enabled, as determined by the BackupRetentionPeriod property. For valid values, see the PreferredBackupWindow parameter for the CreateDBInstance action in the Amazon Relational Database Service API Reference.",
3741
4361
  "required": false,
3742
4362
  "type": "String",
3743
4363
  "update_causes": "none"
3744
4364
  },
3745
4365
  "PreferredMaintenanceWindow": {
3746
- "description": "The weekly time range (in UTC) during which system maintenance can occur.",
4366
+ "description": "The weekly time range (in UTC) during which system maintenance can occur. For valid values, see the PreferredMaintenanceWindow parameter for the CreateDBInstance action in the Amazon Relational Database Service API Reference.",
3747
4367
  "required": false,
3748
4368
  "type": "String",
3749
4369
  "update_causes": [
@@ -3752,37 +4372,37 @@
3752
4372
  ]
3753
4373
  },
3754
4374
  "PubliclyAccessible": {
3755
- "description": "Indicates whether the database instance is an Internet-facing instance. If you specify true, an instance is created with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, an internal instance is created with a DNS name that resolves to a private IP address.",
4375
+ "description": "Indicates whether the DB instance is an Internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.",
3756
4376
  "required": false,
3757
4377
  "type": "Boolean",
3758
4378
  "update_causes": "replacement"
3759
4379
  },
3760
4380
  "SourceDBInstanceIdentifier": {
3761
- "description": "If you want to create a read replica DB instance, specify the ID of the source database instance. Each database instance can have a certain number of read replicas. For more information, see Working with Read Replicas in the Amazon Relational Database Service Developer Guide.",
4381
+ "description": "If you want to create a read replica DB instance, specify the ID of the source DB instance. Each DB instance can have a limited number of read replicas. For more information, see Working with Read Replicas in the Amazon Relational Database Service Developer Guide.",
3762
4382
  "required": false,
3763
4383
  "type": "String",
3764
4384
  "update_causes": "replacement"
3765
4385
  },
3766
4386
  "StorageEncrypted": {
3767
- "description": "Indicates whether the database instance is encrypted.",
4387
+ "description": "Indicates whether the DB instance is encrypted.",
3768
4388
  "required": false,
3769
4389
  "type": "Boolean",
3770
4390
  "update_causes": "replacement"
3771
4391
  },
3772
4392
  "StorageType": {
3773
- "description": "The storage type associated with this database instance.",
4393
+ "description": "The storage type associated with this DB instance.",
3774
4394
  "required": false,
3775
4395
  "type": "Unknown",
3776
4396
  "update_causes": "interrupt"
3777
4397
  },
3778
4398
  "Tags": {
3779
- "description": "An arbitrary set of tags (key–value pairs) for this database instance.",
4399
+ "description": "An arbitrary set of tags (key–value pairs) for this DB instance.",
3780
4400
  "required": false,
3781
4401
  "type": "Unknown",
3782
4402
  "update_causes": "none"
3783
4403
  },
3784
4404
  "VPCSecurityGroups": {
3785
- "description": "A list of the VPC security groups to assign to the Amazon RDS instance. The list can include both the physical IDs of existing VPC security groups or references to AWS::EC2::SecurityGroup resources created in the template.",
4405
+ "description": "A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.",
3786
4406
  "required": false,
3787
4407
  "type": "Array",
3788
4408
  "update_causes": "none"
@@ -3820,7 +4440,7 @@
3820
4440
  "update_causes": "none"
3821
4441
  },
3822
4442
  "LifecycleTransition": {
3823
- "description": "The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.",
4443
+ "description": "The state of the Amazon EC2 instance to which you want to attach the lifecycle hook. For valid values, see the LifecycleTransition content for the LifecycleHook data type in the Auto Scaling API Reference.",
3824
4444
  "required": true,
3825
4445
  "type": "String",
3826
4446
  "update_causes": "none"
@@ -3855,7 +4475,7 @@
3855
4475
  ],
3856
4476
  "full_properties": {
3857
4477
  "Description": {
3858
- "description": "Information that describes the alias, such as its purpose or the function that it's associated with.",
4478
+ "description": "Information about the alias, such as its purpose or the Lambda function that is associated with it.",
3859
4479
  "required": false,
3860
4480
  "type": "String",
3861
4481
  "update_causes": "none"
@@ -3917,7 +4537,7 @@
3917
4537
  "TimeoutInMinutes": {
3918
4538
  "description": "The length of time, in minutes, that AWS CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state. The default is no timeout. When AWS CloudFormation detects that the nested stack has reached the CREATE_COMPLETE state, it marks the nested stack resource as CREATE_COMPLETE in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches CREATE_COMPLETE, AWS CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack.",
3919
4539
  "required": false,
3920
- "type": "String",
4540
+ "type": "Number",
3921
4541
  "update_causes": "unavailable"
3922
4542
  }
3923
4543
  },
@@ -3948,11 +4568,11 @@
3948
4568
  "DesiredCount": {
3949
4569
  "description": "The number of simultaneous tasks, which you specify by using the TaskDefinition property, that you want to run on the cluster.",
3950
4570
  "required": true,
3951
- "type": "String",
4571
+ "type": "Number",
3952
4572
  "update_causes": "none"
3953
4573
  },
3954
4574
  "LoadBalancers": {
3955
- "description": "A list of load balancer objects to associate with the cluster.",
4575
+ "description": "A list of load balancer objects to associate with the cluster. For information about the number of load balancers you can specify per service, see Service Load Balancing in the Amazon EC2 Container Service Developer Guide.",
3956
4576
  "required": false,
3957
4577
  "type": "Array",
3958
4578
  "update_causes": "replacement"
@@ -3964,7 +4584,7 @@
3964
4584
  "update_causes": "replacement"
3965
4585
  },
3966
4586
  "TaskDefinition": {
3967
- "description": "The ARN of the task definition that you want to run on the cluster.",
4587
+ "description": "The ARN of the task definition (including the revision number) that you want to run on the cluster, such as arn:aws:ecs:us-east-1:123456789012:task-definition/mytask:3. You can't use :latest to specify a revision because it's ambiguous. For example, if AWS CloudFormation needed to rollback an update, it wouldn't know which revision to rollback to.",
3968
4588
  "required": true,
3969
4589
  "type": "String",
3970
4590
  "update_causes": "interrupt"
@@ -4026,7 +4646,7 @@
4026
4646
  "update_causes": "none"
4027
4647
  },
4028
4648
  "VisibilityTimeout": {
4029
- "description": "The length of time during which the queue will be unavailable once a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue.",
4649
+ "description": "The length of time during which a message will be unavailable once a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue.",
4030
4650
  "required": false,
4031
4651
  "type": "Number",
4032
4652
  "update_causes": "none"
@@ -4086,6 +4706,55 @@
4086
4706
  },
4087
4707
  "path": "aws-resource-rds-dbclusterparametergroup.html"
4088
4708
  },
4709
+ "AWS::ElasticLoadBalancingV2::Listener": {
4710
+ "properties": [
4711
+ "Certificates",
4712
+ "DefaultActions",
4713
+ "LoadBalancerArn",
4714
+ "Port",
4715
+ "Protocol",
4716
+ "SslPolicy"
4717
+ ],
4718
+ "full_properties": {
4719
+ "Certificates": {
4720
+ "description": "The SSL server certificate for the listener. With a certificate, you can encrypt traffic between the load balancer and the clients that initiate HTTPS sessions, and traffic between the load balancer and your targets.",
4721
+ "required": false,
4722
+ "type": "Array",
4723
+ "update_causes": "none"
4724
+ },
4725
+ "DefaultActions": {
4726
+ "description": "The default actions that the listener takes when handling incoming requests.",
4727
+ "required": true,
4728
+ "type": "Array",
4729
+ "update_causes": "none"
4730
+ },
4731
+ "LoadBalancerArn": {
4732
+ "description": "The Amazon Resource Name (ARN) of the load balancer to associate with the listener.",
4733
+ "required": true,
4734
+ "type": "String",
4735
+ "update_causes": "replacement"
4736
+ },
4737
+ "Port": {
4738
+ "description": "The port on which the listener listens for requests.",
4739
+ "required": true,
4740
+ "type": "Number",
4741
+ "update_causes": "none"
4742
+ },
4743
+ "Protocol": {
4744
+ "description": "The protocol that clients must use to send requests to the listener.",
4745
+ "required": true,
4746
+ "type": "String",
4747
+ "update_causes": "none"
4748
+ },
4749
+ "SslPolicy": {
4750
+ "description": "The security policy that defines the ciphers and protocols that the load balancer supports.",
4751
+ "required": false,
4752
+ "type": "String",
4753
+ "update_causes": "none"
4754
+ }
4755
+ },
4756
+ "path": "aws-resource-elasticloadbalancingv2-listener.html"
4757
+ },
4089
4758
  "AWS::Redshift::ClusterParameterGroup": {
4090
4759
  "properties": [
4091
4760
  "Description",
@@ -4189,6 +4858,8 @@
4189
4858
  "ImageId",
4190
4859
  "InstanceInitiatedShutdownBehavior",
4191
4860
  "InstanceType",
4861
+ "Ipv6AddressCount",
4862
+ "Ipv6Addresses",
4192
4863
  "KernelId",
4193
4864
  "KeyName",
4194
4865
  "Monitoring",
@@ -4251,7 +4922,7 @@
4251
4922
  "update_causes": "none"
4252
4923
  },
4253
4924
  "IamInstanceProfile": {
4254
- "description": "The physical ID (resource name) of an instance profile or a reference to an AWS::IAM::InstanceProfile resource.",
4925
+ "description": "The physical ID of an instance profile or a reference to an AWS::IAM::InstanceProfile resource.",
4255
4926
  "required": false,
4256
4927
  "type": "String",
4257
4928
  "update_causes": "replacement"
@@ -4269,7 +4940,7 @@
4269
4940
  "update_causes": "none"
4270
4941
  },
4271
4942
  "InstanceType": {
4272
- "description": "The instance type, such as t2.micro. The default type is \"m1.small\". For a list of instance types, see Instance Families and Types.",
4943
+ "description": "The instance type, such as t2.micro. The default type is \"m3.medium\". For a list of instance types, see Instance Families and Types.",
4273
4944
  "required": false,
4274
4945
  "type": "Array",
4275
4946
  "update_causes": [
@@ -4277,6 +4948,18 @@
4277
4948
  "interrupt"
4278
4949
  ]
4279
4950
  },
4951
+ "Ipv6AddressCount": {
4952
+ "description": "The number of IPv6 addresses to associate with the instance's primary network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. To specify specific IPv6 addresses, use the Ipv6Addresses property and don't specify this property.",
4953
+ "required": false,
4954
+ "type": "Number",
4955
+ "update_causes": "replacement"
4956
+ },
4957
+ "Ipv6Addresses": {
4958
+ "description": "One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the instance's primary network interface. To specify a number of IPv6 addresses, use the Ipv6AddressCount property and don't specify this property.",
4959
+ "required": false,
4960
+ "type": "Array",
4961
+ "update_causes": "replacement"
4962
+ },
4280
4963
  "KernelId": {
4281
4964
  "description": "The kernel ID.",
4282
4965
  "required": false,
@@ -4293,13 +4976,13 @@
4293
4976
  "update_causes": "replacement"
4294
4977
  },
4295
4978
  "Monitoring": {
4296
- "description": "Specifies whether monitoring is enabled for the instance.",
4979
+ "description": "Specifies whether detailed monitoring is enabled for the instance.",
4297
4980
  "required": false,
4298
4981
  "type": "Boolean",
4299
4982
  "update_causes": "none"
4300
4983
  },
4301
4984
  "NetworkInterfaces": {
4302
- "description": "A list of embedded objects that describe the network interfaces to associate with this instance.",
4985
+ "description": "A list of embedded objects that describes the network interfaces to associate with this instance.",
4303
4986
  "required": false,
4304
4987
  "type": "Array",
4305
4988
  "update_causes": "replacement"
@@ -4347,7 +5030,7 @@
4347
5030
  "update_causes": "none"
4348
5031
  },
4349
5032
  "SsmAssociations": {
4350
- "description": "The Amazon EC2 Simple Systems Manager (SSM) document and parameter values to associate with this instance. To use this property, you must specify an IAM role for the instance. For more information, see Prerequisites for Remotely Running Commands on EC2 Instances in the Amazon EC2 User Guide for Microsoft Windows Instances.",
5033
+ "description": "The Amazon EC2 Simple Systems Manager (SSM) document and parameter values to associate with this instance. To use this property, you must specify an IAM role for the instance. For more information, see Prerequisites for Remotely Running Commands on EC2 Instances in the Amazon EC2 User Guide for Windows Instances.",
4351
5034
  "required": false,
4352
5035
  "type": "Array",
4353
5036
  "update_causes": "none"
@@ -4497,7 +5180,7 @@
4497
5180
  "update_causes": "replacement"
4498
5181
  },
4499
5182
  "Configurations": {
4500
- "description": "A list of configurations to apply to this instance group. For more information see, Configuring Applications in the Amazon Elastic MapReduce Release Guide.",
5183
+ "description": "A list of configurations to apply to this instance group. For more information see, Configuring Applications in the Amazon EMR Release Guide.",
4501
5184
  "required": false,
4502
5185
  "type": "Array",
4503
5186
  "update_causes": "replacement"
@@ -4515,13 +5198,13 @@
4515
5198
  "update_causes": "none"
4516
5199
  },
4517
5200
  "InstanceRole": {
4518
- "description": "The role of the servers in the Amazon EMR cluster, such as TASK. For more information, see Instance Groups in the Amazon Elastic MapReduce Management Guide.",
5201
+ "description": "The role of the servers in the Amazon EMR cluster, such as TASK. For more information, see Instance Groups in the Amazon EMR Management Guide.",
4519
5202
  "required": true,
4520
5203
  "type": "String",
4521
5204
  "update_causes": "replacement"
4522
5205
  },
4523
5206
  "InstanceType": {
4524
- "description": "The EC2 instance type for all instances in the instance group. For more information, see Instance Configurations in the Amazon Elastic MapReduce Management Guide.",
5207
+ "description": "The EC2 instance type for all instances in the instance group. For more information, see Instance Configurations in the Amazon EMR Management Guide.",
4525
5208
  "required": true,
4526
5209
  "type": "String",
4527
5210
  "update_causes": "replacement"
@@ -4608,7 +5291,7 @@
4608
5291
  "update_causes": "unavailable"
4609
5292
  },
4610
5293
  "Encrypted": {
4611
- "description": "Indicates whether the volume is encrypted. Encrypted Amazon EBS volumes can only be attached to instance types that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. You cannot create an encrypted volume from an unencrypted snapshot or vice versa. If your AMI uses encrypted volumes, you can only launch the AMI on supported instance types. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide for Linux Instances.",
5294
+ "description": "Indicates whether the volume is encrypted. You can attach encrypted Amazon EBS volumes only to instance types that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. You can't create an encrypted volume from an unencrypted snapshot, or vice versa. If your AMI uses encrypted volumes, you can launch the AMI only on supported instance types. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide for Linux Instances.",
4612
5295
  "required": false,
4613
5296
  "type": "Boolean",
4614
5297
  "update_causes": "unavailable"
@@ -4620,7 +5303,7 @@
4620
5303
  "update_causes": "unavailable"
4621
5304
  },
4622
5305
  "KmsKeyId": {
4623
- "description": "The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to create the encrypted volume, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you create an encrypted volume and don't specify this property, the default master key is used.",
5306
+ "description": "The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to create the encrypted volume, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you create an encrypted volume and don't specify this property, AWS CloudFormation uses the default master key.",
4624
5307
  "required": false,
4625
5308
  "type": "String",
4626
5309
  "update_causes": "unavailable"
@@ -4628,7 +5311,7 @@
4628
5311
  "Size": {
4629
5312
  "description": "The size of the volume, in gibibytes (GiBs). For more information about the valid sizes for each volume type, see the Size parameter for the CreateVolume action in the Amazon EC2 API Reference.",
4630
5313
  "required": false,
4631
- "type": "String",
5314
+ "type": "Number",
4632
5315
  "update_causes": "unavailable"
4633
5316
  },
4634
5317
  "SnapshotId": {
@@ -4644,7 +5327,7 @@
4644
5327
  "update_causes": "none"
4645
5328
  },
4646
5329
  "VolumeType": {
4647
- "description": "The volume type. You can specify standard, io1, or gp2. If you set the type to io1, you must also set the Iops property. For more information about these values and the default value, see the VolumeType parameter for the CreateVolume action in the Amazon EC2 API Reference.",
5330
+ "description": "The volume type. If you set the type to io1, you must also set the Iops property. For valid values, see the VolumeType parameter for the CreateVolume action in the Amazon EC2 API Reference.",
4648
5331
  "required": false,
4649
5332
  "type": "Unknown",
4650
5333
  "update_causes": "unavailable"
@@ -4792,6 +5475,27 @@
4792
5475
  },
4793
5476
  "path": "aws-resource-ec2-natgateway.html"
4794
5477
  },
5478
+ "AWS::IoT::TopicRule": {
5479
+ "properties": [
5480
+ "RuleName",
5481
+ "TopicRulePayload"
5482
+ ],
5483
+ "full_properties": {
5484
+ "RuleName": {
5485
+ "description": "The name (the physical ID) of the AWS IoT rule.",
5486
+ "required": false,
5487
+ "type": "String",
5488
+ "update_causes": "replacement"
5489
+ },
5490
+ "TopicRulePayload": {
5491
+ "description": "The actions associated with the AWS IoT rule.",
5492
+ "required": true,
5493
+ "type": "Unknown",
5494
+ "update_causes": "none"
5495
+ }
5496
+ },
5497
+ "path": "aws-resource-iot-topicrule.html"
5498
+ },
4795
5499
  "AWS::EC2::VPCGatewayAttachment": {
4796
5500
  "properties": [
4797
5501
  "InternetGatewayId",
@@ -4928,6 +5632,8 @@
4928
5632
  "AWS::EC2::SecurityGroupEgress": {
4929
5633
  "properties": [
4930
5634
  "CidrIp",
5635
+ "CidrIpv6",
5636
+ "DestinationPrefixListId",
4931
5637
  "DestinationSecurityGroupId",
4932
5638
  "FromPort",
4933
5639
  "GroupId",
@@ -4936,7 +5642,19 @@
4936
5642
  ],
4937
5643
  "full_properties": {
4938
5644
  "CidrIp": {
4939
- "description": "CIDR range.",
5645
+ "description": "An IPv4 CIDR range.",
5646
+ "required": false,
5647
+ "type": "String",
5648
+ "update_causes": "replacement"
5649
+ },
5650
+ "CidrIpv6": {
5651
+ "description": "An IPv6 CIDR range.",
5652
+ "required": false,
5653
+ "type": "String",
5654
+ "update_causes": "replacement"
5655
+ },
5656
+ "DestinationPrefixListId": {
5657
+ "description": "The AWS service prefix of an Amazon VPC endpoint. For more information, see VPC Endpoints in the Amazon VPC User Guide.",
4940
5658
  "required": false,
4941
5659
  "type": "String",
4942
5660
  "update_causes": "replacement"
@@ -5076,6 +5794,34 @@
5076
5794
  },
5077
5795
  "path": "aws-resource-ecr-repository.html"
5078
5796
  },
5797
+ "AWS::OpsWorks::UserProfile": {
5798
+ "properties": [
5799
+ "AllowSelfManagement",
5800
+ "IamUserArn",
5801
+ "SshPublicKey"
5802
+ ],
5803
+ "full_properties": {
5804
+ "AllowSelfManagement": {
5805
+ "description": "Indicates whether users can use the AWS OpsWorks My Settings page to specify their own SSH public key. For more information, see Setting an IAM User's Public SSH Key in the AWS OpsWorks User Guide.",
5806
+ "required": false,
5807
+ "type": "Boolean",
5808
+ "update_causes": "none"
5809
+ },
5810
+ "IamUserArn": {
5811
+ "description": "The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) user to associate with this configuration.",
5812
+ "required": true,
5813
+ "type": "String",
5814
+ "update_causes": "replacement"
5815
+ },
5816
+ "SshPublicKey": {
5817
+ "description": "The public SSH key that is associated with the IAM user. The IAM user must have or be given the corresponding private key to access instances.",
5818
+ "required": false,
5819
+ "type": "String",
5820
+ "update_causes": "none"
5821
+ }
5822
+ },
5823
+ "path": "aws-resource-opsworks-userprofile.html"
5824
+ },
5079
5825
  "AWS::CloudTrail::Trail": {
5080
5826
  "properties": [
5081
5827
  "CloudWatchLogsLogGroupArn",
@@ -5104,6 +5850,55 @@
5104
5850
  },
5105
5851
  "path": "aws-resource-cloudtrail-trail.html"
5106
5852
  },
5853
+ "AWS::SSM::Association": {
5854
+ "properties": [
5855
+ "DocumentVersion",
5856
+ "InstanceId",
5857
+ "Name",
5858
+ "Parameters",
5859
+ "ScheduleExpression",
5860
+ "Targets"
5861
+ ],
5862
+ "full_properties": {
5863
+ "DocumentVersion": {
5864
+ "description": "The version of the SSM document to associate with the target.",
5865
+ "required": false,
5866
+ "type": "String",
5867
+ "update_causes": "none"
5868
+ },
5869
+ "InstanceId": {
5870
+ "description": "The ID of the instance that the SSM document is associated with.",
5871
+ "required": false,
5872
+ "type": "String",
5873
+ "update_causes": "replacement"
5874
+ },
5875
+ "Name": {
5876
+ "description": "The name of the SSM document.",
5877
+ "required": true,
5878
+ "type": "String",
5879
+ "update_causes": "replacement"
5880
+ },
5881
+ "Parameters": {
5882
+ "description": "Parameter values that the SSM document uses at runtime.",
5883
+ "required": false,
5884
+ "type": "String",
5885
+ "update_causes": "none"
5886
+ },
5887
+ "ScheduleExpression": {
5888
+ "description": "A Cron expression that specifies when the association is applied to the target. For supported expressions, see the ScheduleExpression parameter for the CreateAssociation action in the Amazon EC2 Simple Systems Manager API Reference.",
5889
+ "required": false,
5890
+ "type": "String",
5891
+ "update_causes": "none"
5892
+ },
5893
+ "Targets": {
5894
+ "description": "The targets that the SSM document sends commands to.",
5895
+ "required": false,
5896
+ "type": "Array",
5897
+ "update_causes": "replacement"
5898
+ }
5899
+ },
5900
+ "path": "aws-resource-ssm-association.html"
5901
+ },
5107
5902
  "AWS::EC2::Subnet": {
5108
5903
  "properties": [
5109
5904
  "AvailabilityZone",
@@ -5181,6 +5976,97 @@
5181
5976
  },
5182
5977
  "path": "aws-resource-apigateway-apikey.html"
5183
5978
  },
5979
+ "AWS::EC2::FlowLog": {
5980
+ "properties": [
5981
+ "DeliverLogsPermissionArn",
5982
+ "LogGroupName",
5983
+ "ResourceId",
5984
+ "ResourceType",
5985
+ "TrafficType"
5986
+ ],
5987
+ "full_properties": {
5988
+ "DeliverLogsPermissionArn": {
5989
+ "description": "The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.",
5990
+ "required": true,
5991
+ "type": "String",
5992
+ "update_causes": "replacement"
5993
+ },
5994
+ "LogGroupName": {
5995
+ "description": "The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.",
5996
+ "required": true,
5997
+ "type": "String",
5998
+ "update_causes": "replacement"
5999
+ },
6000
+ "ResourceId": {
6001
+ "description": "The ID of the subnet, network interface, or VPC for which you want to create a flow log.",
6002
+ "required": true,
6003
+ "type": "String",
6004
+ "update_causes": "replacement"
6005
+ },
6006
+ "ResourceType": {
6007
+ "description": "The type of resource that you specified in the ResourceId property. For example, if you specified a VPC ID for the ResourceId property, specify VPC for this property. For valid values, see the ResourceType parameter for the CreateFlowLogs action in the Amazon EC2 API Reference.",
6008
+ "required": true,
6009
+ "type": "Unknown",
6010
+ "update_causes": "replacement"
6011
+ },
6012
+ "TrafficType": {
6013
+ "description": "The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic. For valid values, see the TrafficType parameter for the CreateFlowLogs action in the Amazon EC2 API Reference.",
6014
+ "required": true,
6015
+ "type": "Unknown",
6016
+ "update_causes": "replacement"
6017
+ }
6018
+ },
6019
+ "path": "aws-resource-ec2-flowlog.html"
6020
+ },
6021
+ "AWS::ElasticLoadBalancingV2::LoadBalancer": {
6022
+ "properties": [
6023
+ "LoadBalancerAttributes",
6024
+ "Name",
6025
+ "Scheme",
6026
+ "SecurityGroups",
6027
+ "Subnets",
6028
+ "Tags"
6029
+ ],
6030
+ "full_properties": {
6031
+ "LoadBalancerAttributes": {
6032
+ "description": "Specifies the load balancer configuration.",
6033
+ "required": false,
6034
+ "type": "Array",
6035
+ "update_causes": "none"
6036
+ },
6037
+ "Name": {
6038
+ "description": "Specifies a name for the load balancer. This name must be unique within your AWS account and can have a maximum of 32 alphanumeric characters and hyphens. A name can't begin or end with a hyphen.",
6039
+ "required": false,
6040
+ "type": "String",
6041
+ "update_causes": "replacement"
6042
+ },
6043
+ "Scheme": {
6044
+ "description": "Specifies whether the load balancer is internal or Internet-facing. An internal load balancer routes requests to targets using private IP addresses. An Internet-facing load balancer routes requests from clients over the Internet to targets in your public subnets.",
6045
+ "required": false,
6046
+ "type": "String",
6047
+ "update_causes": "replacement"
6048
+ },
6049
+ "SecurityGroups": {
6050
+ "description": "Specifies a list of the IDs of the security groups to assign to the load balancer.",
6051
+ "required": false,
6052
+ "type": "Array",
6053
+ "update_causes": "none"
6054
+ },
6055
+ "Subnets": {
6056
+ "description": "Specifies a list of at least two IDs of the subnets to associate with the load balancer. The subnets must be in different Availability Zones.",
6057
+ "required": true,
6058
+ "type": "Array",
6059
+ "update_causes": "none"
6060
+ },
6061
+ "Tags": {
6062
+ "description": "Specifies an arbitrary set of tags (key–value pairs) to associate with this load balancer. Use tags to manage your resources.",
6063
+ "required": false,
6064
+ "type": "Unknown",
6065
+ "update_causes": "none"
6066
+ }
6067
+ },
6068
+ "path": "aws-resource-elasticloadbalancingv2-loadbalancer.html"
6069
+ },
5184
6070
  "AWS::ApiGateway::Stage": {
5185
6071
  "properties": [
5186
6072
  "CacheClusterEnabled",
@@ -5264,7 +6150,7 @@
5264
6150
  ],
5265
6151
  "full_properties": {
5266
6152
  "PolicyDocument": {
5267
- "description": "A policy document containing permissions to add to the specified SQS queues.",
6153
+ "description": "A policy document that contains the permissions for the specified Amazon SQS queues. For more information about Amazon SQS policies, see Creating Custom Policies Using the Access Policy Language in the Amazon Simple Queue Service Developer Guide.",
5268
6154
  "required": true,
5269
6155
  "type": "Unknown",
5270
6156
  "update_causes": "none"
@@ -5291,7 +6177,7 @@
5291
6177
  "update_causes": "replacement"
5292
6178
  },
5293
6179
  "Roles": {
5294
- "description": "The roles associated with this IAM instance profile.",
6180
+ "description": "The name of an existing IAM role to associate with this instance profile. Currently, a maximum of one role can be assigned to an instance profile.",
5295
6181
  "required": true,
5296
6182
  "type": "Array",
5297
6183
  "update_causes": "none"
@@ -5369,6 +6255,27 @@
5369
6255
  },
5370
6256
  "path": "aws-resource-iam-managedpolicy.html"
5371
6257
  },
6258
+ "AWS::KMS::Alias": {
6259
+ "properties": [
6260
+ "AliasName",
6261
+ "TargetKeyId"
6262
+ ],
6263
+ "full_properties": {
6264
+ "AliasName": {
6265
+ "description": "The name of the alias. The name must start with alias followed by a forward slash, such as alias/. You can't specify aliases that begin with alias/AWS. These aliases are reserved.",
6266
+ "required": true,
6267
+ "type": "String",
6268
+ "update_causes": "replacement"
6269
+ },
6270
+ "TargetKeyId": {
6271
+ "description": "The ID of the key for which you are creating the alias. Specify the key's globally unique identifier or Amazon Resource Name (ARN). You can't specify another alias.",
6272
+ "required": true,
6273
+ "type": "String",
6274
+ "update_causes": "none"
6275
+ }
6276
+ },
6277
+ "path": "aws-resource-kms-alias.html"
6278
+ },
5372
6279
  "AWS::EC2::VPCDHCPOptionsAssociation": {
5373
6280
  "properties": [
5374
6281
  "DhcpOptionsId",
@@ -5607,13 +6514,13 @@
5607
6514
  ],
5608
6515
  "full_properties": {
5609
6516
  "Body": {
5610
- "description": "A Swagger specification that defines a set of RESTful APIs in JSON or YAML format.",
6517
+ "description": "An OpenAPI specification that defines a set of RESTful APIs in the JSON format. For YAML templates, you can also specify the specification in the YAML format.",
5611
6518
  "required": false,
5612
- "type": "String",
6519
+ "type": "Unknown",
5613
6520
  "update_causes": "none"
5614
6521
  },
5615
6522
  "BodyS3Location": {
5616
- "description": "The Amazon Simple Storage Service (Amazon S3) location that points to a Swagger file, which defines a set of RESTful APIs in JSON or YAML format.",
6523
+ "description": "The Amazon Simple Storage Service (Amazon S3) location that points to a OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.",
5617
6524
  "required": false,
5618
6525
  "type": "Unknown",
5619
6526
  "update_causes": "none"
@@ -5642,31 +6549,101 @@
5642
6549
  },
5643
6550
  "path": "aws-resource-ec2-subnet-route-table-assoc.html"
5644
6551
  },
5645
- "AWS::EC2::SpotFleet": {
6552
+ "AWS::CodeBuild::Project": {
5646
6553
  "properties": [
5647
- "SpotFleetRequestConfigData"
6554
+ "Artifacts",
6555
+ "Description",
6556
+ "EncryptionKey",
6557
+ "Environment",
6558
+ "Name",
6559
+ "ServiceRole",
6560
+ "Source",
6561
+ "Tags",
6562
+ "TimeoutInMinutes"
5648
6563
  ],
5649
6564
  "full_properties": {
5650
- "SpotFleetRequestConfigData": {
5651
- "description": "The configuration for a Spot fleet request.",
6565
+ "Artifacts": {
6566
+ "description": "The output settings for artifacts that the project generates during a build.",
5652
6567
  "required": true,
5653
6568
  "type": "Unknown",
5654
- "update_causes": "replacement"
5655
- }
5656
- },
5657
- "path": "aws-resource-ec2-spotfleet.html"
5658
- },
5659
- "AWS::EC2::RouteTable": {
5660
- "properties": [
5661
- "VpcId",
5662
- "Tags"
5663
- ],
5664
- "full_properties": {
5665
- "VpcId": {
5666
- "description": "The ID of the VPC where the route table will be created.",
5667
- "required": true,
5668
- "type": "String",
5669
- "update_causes": "replacement"
6569
+ "update_causes": "none"
6570
+ },
6571
+ "Description": {
6572
+ "description": "A description of the project. Use the description to identify the purpose of the project.",
6573
+ "required": false,
6574
+ "type": "String",
6575
+ "update_causes": "none"
6576
+ },
6577
+ "EncryptionKey": {
6578
+ "description": "The alias or Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) that AWS CodeBuild uses to encrypt the build output. If you don't specify a value, AWS CodeBuild uses the AWS-managed CMK for Amazon Simple Storage Service.",
6579
+ "required": false,
6580
+ "type": "String",
6581
+ "update_causes": "none"
6582
+ },
6583
+ "Environment": {
6584
+ "description": "The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.",
6585
+ "required": true,
6586
+ "type": "Unknown",
6587
+ "update_causes": "none"
6588
+ },
6589
+ "Name": {
6590
+ "description": "A name for the project. The name must be unique across all of the projects in your AWS account.",
6591
+ "required": true,
6592
+ "type": "String",
6593
+ "update_causes": "replacement"
6594
+ },
6595
+ "ServiceRole": {
6596
+ "description": "The ARN of the service role that AWS CodeBuild uses to interact with services on your behalf.",
6597
+ "required": true,
6598
+ "type": "String",
6599
+ "update_causes": "none"
6600
+ },
6601
+ "Source": {
6602
+ "description": "The source code settings for the project, such as the source code's repository type and location.",
6603
+ "required": true,
6604
+ "type": "Unknown",
6605
+ "update_causes": "none"
6606
+ },
6607
+ "Tags": {
6608
+ "description": "An arbitrary set of tags (key-value pairs) for the AWS CodeBuild project.",
6609
+ "required": false,
6610
+ "type": "Unknown",
6611
+ "update_causes": "none"
6612
+ },
6613
+ "TimeoutInMinutes": {
6614
+ "description": "The number of minutes after which AWS CodeBuild stops the build if it's not complete. For valid values, see the timeoutInMinutes field in the AWS CodeBuild User Guide.",
6615
+ "required": false,
6616
+ "type": "Number",
6617
+ "update_causes": "none"
6618
+ }
6619
+ },
6620
+ "path": "aws-resource-codebuild-project.html"
6621
+ },
6622
+ "AWS::EC2::SpotFleet": {
6623
+ "properties": [
6624
+ "SpotFleetRequestConfigData"
6625
+ ],
6626
+ "full_properties": {
6627
+ "SpotFleetRequestConfigData": {
6628
+ "description": "The configuration for a Spot fleet request.",
6629
+ "required": true,
6630
+ "type": "Unknown",
6631
+ "update_causes": "replacement"
6632
+ }
6633
+ },
6634
+ "path": "aws-resource-ec2-spotfleet.html"
6635
+ },
6636
+ "AWS::EC2::RouteTable": {
6637
+ "properties": [
6638
+ "VpcId",
6639
+ "Tags"
6640
+ ],
6641
+ "full_properties": {
6642
+ "VpcId": {
6643
+ "description": "The ID of the VPC where the route table will be created.",
6644
+ "required": true,
6645
+ "type": "String",
6646
+ "update_causes": "replacement"
5670
6647
  },
5671
6648
  "Tags": {
5672
6649
  "description": "An arbitrary set of tags (key–value pairs) for this route table.",
@@ -5677,6 +6654,27 @@
5677
6654
  },
5678
6655
  "path": "aws-resource-ec2-route-table.html"
5679
6656
  },
6657
+ "AWS::IoT::PolicyPrincipalAttachment": {
6658
+ "properties": [
6659
+ "PolicyName",
6660
+ "Principal"
6661
+ ],
6662
+ "full_properties": {
6663
+ "PolicyName": {
6664
+ "description": "The name of the policy.",
6665
+ "required": true,
6666
+ "type": "String",
6667
+ "update_causes": "replacement"
6668
+ },
6669
+ "Principal": {
6670
+ "description": "The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.",
6671
+ "required": true,
6672
+ "type": "String",
6673
+ "update_causes": "replacement"
6674
+ }
6675
+ },
6676
+ "path": "aws-resource-iot-policyprincipalattachment.html"
6677
+ },
5680
6678
  "AWS::IAM::UserToGroupAddition": {
5681
6679
  "properties": [
5682
6680
  "GroupName",
@@ -5750,7 +6748,7 @@
5750
6748
  "Count": {
5751
6749
  "description": "The number of success signals that AWS CloudFormation must receive before it continues the stack creation process. When the wait condition receives the requisite number of success signals, AWS CloudFormation resumes the creation of the stack. If the wait condition does not receive the specified number of success signals before the Timeout period expires, AWS CloudFormation assumes that the wait condition has failed and rolls the stack back.",
5752
6750
  "required": false,
5753
- "type": "String",
6751
+ "type": "Number",
5754
6752
  "update_causes": "unavailable"
5755
6753
  },
5756
6754
  "Handle": {
@@ -5849,7 +6847,7 @@
5849
6847
  "update_causes": "none"
5850
6848
  },
5851
6849
  "LoadBalancerName": {
5852
- "description": "A name for the load balancer. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the load balancer. The name must be unique within your set of load balancers. For more information, see Name Type.",
6850
+ "description": "A name for the load balancer. For valid values, see the LoadBalancerName parameter for the CreateLoadBalancer action in the Elastic Load Balancing API Reference version 2012-06-01.",
5853
6851
  "required": false,
5854
6852
  "type": "Unknown",
5855
6853
  "update_causes": "replacement"
@@ -5861,7 +6859,7 @@
5861
6859
  "update_causes": "none"
5862
6860
  },
5863
6861
  "Policies": {
5864
- "description": "A list of elastic load balancing policies to apply to this elastic load balancer. Specify only back-end server policies. For more information, see DescribeLoadBalancerPolicyTypes in the Elastic Load Balancing API Reference.",
6862
+ "description": "A list of elastic load balancing policies to apply to this elastic load balancer. Specify only back-end server policies. For more information, see DescribeLoadBalancerPolicyTypes in the Elastic Load Balancing API Reference version 2012-06-01.",
5865
6863
  "required": false,
5866
6864
  "type": "Array",
5867
6865
  "update_causes": "none"
@@ -6004,10 +7002,17 @@
6004
7002
  },
6005
7003
  "AWS::ElastiCache::SubnetGroup": {
6006
7004
  "properties": [
7005
+ "CacheSubnetGroupName",
6007
7006
  "Description",
6008
7007
  "SubnetIds"
6009
7008
  ],
6010
7009
  "full_properties": {
7010
+ "CacheSubnetGroupName": {
7011
+ "description": "A name for the cache subnet group. If you don't specify a name, AWS CloudFormation generates a unique physical ID. For more information, see Name Type.",
7012
+ "required": false,
7013
+ "type": "Unknown",
7014
+ "update_causes": "replacement"
7015
+ },
6011
7016
  "Description": {
6012
7017
  "description": "The description for the cache subnet group.",
6013
7018
  "required": true,
@@ -6023,6 +7028,27 @@
6023
7028
  },
6024
7029
  "path": "aws-properties-elasticache-subnetgroup.html"
6025
7030
  },
7031
+ "AWS::IoT::Thing": {
7032
+ "properties": [
7033
+ "AttributePayload",
7034
+ "ThingName"
7035
+ ],
7036
+ "full_properties": {
7037
+ "AttributePayload": {
7038
+ "description": "A JSON string that contains up to three key-value pairs, for example: { \"attributes\": { \"string1\":\"string2\" } }.",
7039
+ "required": false,
7040
+ "type": "String",
7041
+ "update_causes": "none"
7042
+ },
7043
+ "ThingName": {
7044
+ "description": "The name (the physical ID) of the AWS IoT thing.",
7045
+ "required": false,
7046
+ "type": "String",
7047
+ "update_causes": "replacement"
7048
+ }
7049
+ },
7050
+ "path": "aws-resource-iot-thing.html"
7051
+ },
6026
7052
  "AWS::ApiGateway::Model": {
6027
7053
  "properties": [
6028
7054
  "ContentType",
@@ -6057,9 +7083,9 @@
6057
7083
  "update_causes": "replacement"
6058
7084
  },
6059
7085
  "Schema": {
6060
- "description": "The schema to use to transform data to one or more output formats.",
6061
- "required": false,
6062
- "type": "String",
7086
+ "description": "The schema to use to transform data to one or more output formats. Specify null ({}) if you don't want to specify a schema.",
7087
+ "required": true,
7088
+ "type": "Unknown",
6063
7089
  "update_causes": "none"
6064
7090
  }
6065
7091
  },
@@ -6070,6 +7096,7 @@
6070
7096
  "CidrBlock",
6071
7097
  "Egress",
6072
7098
  "Icmp",
7099
+ "Ipv6CidrBlock",
6073
7100
  "NetworkAclId",
6074
7101
  "PortRange",
6075
7102
  "Protocol",
@@ -6078,8 +7105,8 @@
6078
7105
  ],
6079
7106
  "full_properties": {
6080
7107
  "CidrBlock": {
6081
- "description": "The CIDR range to allow or deny, in CIDR notation (e.g., 172.16.0.0/24).",
6082
- "required": true,
7108
+ "description": "The IPv4 CIDR range to allow or deny, in CIDR notation (e.g., 172.16.0.0/24).",
7109
+ "required": false,
6083
7110
  "type": "String",
6084
7111
  "update_causes": "none"
6085
7112
  },
@@ -6095,6 +7122,12 @@
6095
7122
  "type": "Unknown",
6096
7123
  "update_causes": "none"
6097
7124
  },
7125
+ "Ipv6CidrBlock": {
7126
+ "description": "The IPv6 CIDR range to allow or deny, in CIDR notation.",
7127
+ "required": false,
7128
+ "type": "String",
7129
+ "update_causes": "none"
7130
+ },
6098
7131
  "NetworkAclId": {
6099
7132
  "description": "ID of the ACL where the entry will be created.",
6100
7133
  "required": true,
@@ -6120,7 +7153,7 @@
6120
7153
  "update_causes": "none"
6121
7154
  },
6122
7155
  "RuleNumber": {
6123
- "description": "Rule number to assign to the entry (e.g., 100). This must be a positive integer from 1 to 32766.",
7156
+ "description": "Rule number to assign to the entry, such as 100. ACL entries are processed in ascending order by rule number. Entries can't use the same rule number unless one is an egress rule and the other is an ingress rule. For valid values, see the CreateNetworkAclEntry action in the Amazon EC2 API Reference.",
6124
7157
  "required": true,
6125
7158
  "type": "Unknown",
6126
7159
  "update_causes": "replacement"
@@ -6128,6 +7161,50 @@
6128
7161
  },
6129
7162
  "path": "aws-resource-ec2-network-acl-entry.html"
6130
7163
  },
7164
+ "AWS::KinesisFirehose::DeliveryStream": {
7165
+ "properties": [
7166
+ "DeliveryStreamName",
7167
+ "ElasticsearchDestinationConfiguration",
7168
+ "RedshiftDestinationConfiguration",
7169
+ "S3DestinationConfiguration"
7170
+ ],
7171
+ "full_properties": {
7172
+ "DeliveryStreamName": {
7173
+ "description": "A name for the delivery stream.",
7174
+ "required": false,
7175
+ "type": "String",
7176
+ "update_causes": "replacement"
7177
+ },
7178
+ "ElasticsearchDestinationConfiguration": {
7179
+ "description": "An Amazon ES destination for the delivery stream.",
7180
+ "required": false,
7181
+ "type": "Unknown",
7182
+ "update_causes": [
7183
+ "none",
7184
+ "interrupt"
7185
+ ]
7186
+ },
7187
+ "RedshiftDestinationConfiguration": {
7188
+ "description": "An Amazon Redshift destination for the delivery stream.",
7189
+ "required": false,
7190
+ "type": "Unknown",
7191
+ "update_causes": [
7192
+ "none",
7193
+ "interrupt"
7194
+ ]
7195
+ },
7196
+ "S3DestinationConfiguration": {
7197
+ "description": "An Amazon S3 destination for the delivery stream.",
7198
+ "required": false,
7199
+ "type": "Unknown",
7200
+ "update_causes": [
7201
+ "none",
7202
+ "interrupt"
7203
+ ]
7204
+ }
7205
+ },
7206
+ "path": "aws-resource-kinesisfirehose-deliverystream.html"
7207
+ },
6131
7208
  "AWS::RDS::OptionGroup": {
6132
7209
  "properties": [
6133
7210
  "EngineName",
@@ -6197,7 +7274,7 @@
6197
7274
  "update_causes": "none"
6198
7275
  },
6199
7276
  "KeyPolicy": {
6200
- "description": "An AWS Identity and Access Management (IAM) policy to attach to the key. Use a policy to specify who has permission to use the key and which actions they can perform. For more information, see Key Policies in the AWS Key Management Service Developer Guide.",
7277
+ "description": "An AWS KMS key policy to attach to the key. Use a policy to specify who has permission to use the key and which actions they can perform. For more information, see Key Policies in the AWS Key Management Service Developer Guide.",
6201
7278
  "required": true,
6202
7279
  "type": "Unknown",
6203
7280
  "update_causes": "none"
@@ -6241,7 +7318,7 @@
6241
7318
  "update_causes": "none"
6242
7319
  },
6243
7320
  "MetricName": {
6244
- "description": "A friendly name or description for the Amazon CloudWatch metric of this web ACL.",
7321
+ "description": "A friendly name or description for the Amazon CloudWatch metric of this web ACL. For valid values, see the MetricName parameter of the CreateWebACL action in the AWS WAF API Reference.",
6245
7322
  "required": true,
6246
7323
  "type": "String",
6247
7324
  "update_causes": "replacement"
@@ -6410,13 +7487,13 @@
6410
7487
  "update_causes": "none"
6411
7488
  },
6412
7489
  "RequestModels": {
6413
- "description": "The resources used for the response's content type. Specify response models as key-value pairs (string-to-string maps), with a content type as the key and a Model resource name as the value.",
7490
+ "description": "The resources used for the response's content type. Specify response models as key-value pairs (string-to-string map), with a content type as the key and a Model resource name as the value.",
6414
7491
  "required": false,
6415
7492
  "type": "Unknown",
6416
7493
  "update_causes": "none"
6417
7494
  },
6418
7495
  "RequestParameters": {
6419
- "description": "Request parameters that API Gateway accepts. Specify request parameters as key-value pairs (string-to-Boolean maps), with a source as the key and a Boolean as the value. The Boolean specifies whether a parameter is required. A source must match the following format method.request.location.name, where the location is querystring, path, or header, and name is a valid, unique parameter name.",
7496
+ "description": "Request parameters that API Gateway accepts. Specify request parameters as key-value pairs (string-to-Boolean map), with a source as the key and a Boolean as the value. The Boolean specifies whether a parameter is required. A source must match the following format method.request.location.name, where the location is querystring, path, or header, and name is a valid, unique parameter name.",
6420
7497
  "required": false,
6421
7498
  "type": "Unknown",
6422
7499
  "update_causes": "none"
@@ -6483,11 +7560,12 @@
6483
7560
  "AssumeRolePolicyDocument",
6484
7561
  "ManagedPolicyArns",
6485
7562
  "Path",
6486
- "Policies"
7563
+ "Policies",
7564
+ "RoleName"
6487
7565
  ],
6488
7566
  "full_properties": {
6489
7567
  "AssumeRolePolicyDocument": {
6490
- "description": "The IAM assume role policy that is associated with this role.",
7568
+ "description": "The trust policy that is associated with this role.",
6491
7569
  "required": true,
6492
7570
  "type": "JSON",
6493
7571
  "update_causes": "none"
@@ -6505,10 +7583,16 @@
6505
7583
  "update_causes": "replacement"
6506
7584
  },
6507
7585
  "Policies": {
6508
- "description": "Important",
7586
+ "description": "The policies to associate with this role. For sample templates, see Template Examples.",
6509
7587
  "required": false,
6510
7588
  "type": "Array",
6511
7589
  "update_causes": "none"
7590
+ },
7591
+ "RoleName": {
7592
+ "description": "A name for the IAM role. For valid values, see the RoleName parameter for the CreateRole action in the IAM API Reference. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.",
7593
+ "required": false,
7594
+ "type": "String",
7595
+ "update_causes": "replacement"
6512
7596
  }
6513
7597
  },
6514
7598
  "path": "aws-resource-iam-role.html"
@@ -6523,7 +7607,7 @@
6523
7607
  "FilterPattern": {
6524
7608
  "description": "Describes the pattern that CloudWatch Logs follows to interpret each entry in a log. For example, a log entry might contain fields such as timestamps, IP addresses, error codes, bytes transferred, and so on. You use the pattern to specify those fields and to specify what to look for in the log file. For example, if you're interested in error codes that begin with 1234, your filter pattern might be [timestamps, ip_addresses, error_codes = 1234*, size, ...].",
6525
7609
  "required": true,
6526
- "type": "Array",
7610
+ "type": "String",
6527
7611
  "update_causes": "none"
6528
7612
  },
6529
7613
  "LogGroupName": {
@@ -6588,6 +7672,8 @@
6588
7672
  "AgentVersion",
6589
7673
  "Attributes",
6590
7674
  "ChefConfiguration",
7675
+ "CloneAppIds",
7676
+ "ClonePermissions",
6591
7677
  "ConfigurationManager",
6592
7678
  "CustomCookbooksSource",
6593
7679
  "CustomJson",
@@ -6597,16 +7683,20 @@
6597
7683
  "DefaultRootDeviceType",
6598
7684
  "DefaultSshKeyName",
6599
7685
  "DefaultSubnetId",
7686
+ "EcsClusterArn",
7687
+ "ElasticIps",
6600
7688
  "HostnameTheme",
6601
7689
  "Name",
7690
+ "RdsDbInstances",
6602
7691
  "ServiceRoleArn",
7692
+ "SourceStackId",
6603
7693
  "UseCustomCookbooks",
6604
7694
  "UseOpsworksSecurityGroups",
6605
7695
  "VpcId"
6606
7696
  ],
6607
7697
  "full_properties": {
6608
7698
  "AgentVersion": {
6609
- "description": "The AWS OpsWorks agent version that you want to use. The agent communicates with the service and handles tasks such as initiating Chef runs in response to lifecycle events. For valid values, see the AgentVersion parameter for the CreateStack action in the AWS OpsWorks API Reference.",
7699
+ "description": "The AWS OpsWorks agent version that you want to use. The agent communicates with the service and handles tasks such as initiating Chef runs in response to lifecycle events. For valid values, see the AgentVersion parameter for the CreateStack action in the AWS OpsWorks Stacks API Reference.",
6610
7700
  "required": false,
6611
7701
  "type": "String",
6612
7702
  "update_causes": "none"
@@ -6618,13 +7708,25 @@
6618
7708
  "update_causes": "none"
6619
7709
  },
6620
7710
  "ChefConfiguration": {
6621
- "description": "Describes the Chef configuration. For more information, see the CreateStack ChefConfiguration parameter in the AWS OpsWorks API Reference.",
7711
+ "description": "Describes the Chef configuration. For more information, see the CreateStack ChefConfiguration parameter in the AWS OpsWorks Stacks API Reference.",
6622
7712
  "required": false,
6623
7713
  "type": "Unknown",
6624
7714
  "update_causes": "none"
6625
7715
  },
7716
+ "CloneAppIds": {
7717
+ "description": "If you're cloning an AWS OpsWorks stack, a list of AWS OpsWorks application stack IDs from the source stack to include in the cloned stack.",
7718
+ "required": false,
7719
+ "type": "Array",
7720
+ "update_causes": "replacement"
7721
+ },
7722
+ "ClonePermissions": {
7723
+ "description": "If you're cloning an AWS OpsWorks stack, indicates whether to clone the source stack's permissions.",
7724
+ "required": false,
7725
+ "type": "Boolean",
7726
+ "update_causes": "replacement"
7727
+ },
6626
7728
  "ConfigurationManager": {
6627
- "description": "Describes the configuration manager. When you create a stack, you use the configuration manager to specify the Chef version. For supported Chef versions, see the CreateStack ConfigurationManager parameter in the AWS OpsWorks API Reference.",
7729
+ "description": "Describes the configuration manager. When you create a stack, you use the configuration manager to specify the Chef version. For supported Chef versions, see the CreateStack ConfigurationManager parameter in the AWS OpsWorks Stacks API Reference.",
6628
7730
  "required": false,
6629
7731
  "type": "Unknown",
6630
7732
  "update_causes": "none"
@@ -6636,7 +7738,7 @@
6636
7738
  "update_causes": "none"
6637
7739
  },
6638
7740
  "CustomJson": {
6639
- "description": "A user-defined custom JSON object. The custom JSON is used to override the corresponding default stack configuration JSON values. For more information, see CreateStack in the AWS OpsWorks API Reference.",
7741
+ "description": "A user-defined custom JSON object. The custom JSON is used to override the corresponding default stack configuration JSON values. For more information, see CreateStack in the AWS OpsWorks Stacks API Reference.",
6640
7742
  "required": false,
6641
7743
  "type": "Unknown",
6642
7744
  "update_causes": "none"
@@ -6654,13 +7756,13 @@
6654
7756
  "update_causes": "none"
6655
7757
  },
6656
7758
  "DefaultOs": {
6657
- "description": "The stack's default operating system. For more information, see CreateStack in the AWS OpsWorks API Reference.",
7759
+ "description": "The stack's default operating system. For more information, see CreateStack in the AWS OpsWorks Stacks API Reference.",
6658
7760
  "required": false,
6659
7761
  "type": "String",
6660
7762
  "update_causes": "none"
6661
7763
  },
6662
7764
  "DefaultRootDeviceType": {
6663
- "description": "The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see CreateStack in the AWS OpsWorks API Reference.",
7765
+ "description": "The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see CreateStack in the AWS OpsWorks Stacks API Reference.",
6664
7766
  "required": false,
6665
7767
  "type": "String",
6666
7768
  "update_causes": "none"
@@ -6677,8 +7779,20 @@
6677
7779
  "type": "String",
6678
7780
  "update_causes": "none"
6679
7781
  },
7782
+ "EcsClusterArn": {
7783
+ "description": "The Amazon Resource Name (ARN) of the Amazon EC2 Container Service (Amazon ECS) cluster to register with the AWS OpsWorks stack.",
7784
+ "required": false,
7785
+ "type": "String",
7786
+ "update_causes": "none"
7787
+ },
7788
+ "ElasticIps": {
7789
+ "description": "A list of Elastic IP addresses to register with the AWS OpsWorks stack.",
7790
+ "required": false,
7791
+ "type": "Array",
7792
+ "update_causes": "none"
7793
+ },
6680
7794
  "HostnameTheme": {
6681
- "description": "The stack's host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. For more information, see CreateStack in the AWS OpsWorks API Reference.",
7795
+ "description": "The stack's host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. For more information, see CreateStack in the AWS OpsWorks Stacks API Reference.",
6682
7796
  "required": false,
6683
7797
  "type": "String",
6684
7798
  "update_causes": "none"
@@ -6689,12 +7803,24 @@
6689
7803
  "type": "String",
6690
7804
  "update_causes": "none"
6691
7805
  },
7806
+ "RdsDbInstances": {
7807
+ "description": "The Amazon Relational Database Service (Amazon RDS) DB instance to register with the AWS OpsWorks stack.",
7808
+ "required": false,
7809
+ "type": "Array",
7810
+ "update_causes": "none"
7811
+ },
6692
7812
  "ServiceRoleArn": {
6693
7813
  "description": "The AWS Identity and Access Management (IAM) role that AWS OpsWorks uses to work with AWS resources on your behalf. You must specify an Amazon Resource Name (ARN) for an existing IAM role.",
6694
7814
  "required": true,
6695
7815
  "type": "String",
6696
7816
  "update_causes": "replacement"
6697
7817
  },
7818
+ "SourceStackId": {
7819
+ "description": "If you're cloning an AWS OpsWorks stack, the stack ID of the source AWS OpsWorks stack to clone.",
7820
+ "required": false,
7821
+ "type": "String",
7822
+ "update_causes": "replacement"
7823
+ },
6698
7824
  "UseCustomCookbooks": {
6699
7825
  "description": "Whether the stack uses custom cookbooks.",
6700
7826
  "required": false,
@@ -6779,6 +7905,41 @@
6779
7905
  },
6780
7906
  "path": "aws-resource-codedeploy-deploymentgroup.html"
6781
7907
  },
7908
+ "AWS::OpsWorks::Volume": {
7909
+ "properties": [
7910
+ "Ec2VolumeId",
7911
+ "MountPoint",
7912
+ "Name",
7913
+ "StackId"
7914
+ ],
7915
+ "full_properties": {
7916
+ "Ec2VolumeId": {
7917
+ "description": "The ID of the Amazon EBS volume to register with the AWS OpsWorks stack.",
7918
+ "required": true,
7919
+ "type": "String",
7920
+ "update_causes": "replacement"
7921
+ },
7922
+ "MountPoint": {
7923
+ "description": "The mount point for the Amazon EBS volume, such as /mnt/disk1.",
7924
+ "required": false,
7925
+ "type": "String",
7926
+ "update_causes": "none"
7927
+ },
7928
+ "Name": {
7929
+ "description": "A name for the Amazon EBS volume.",
7930
+ "required": false,
7931
+ "type": "String",
7932
+ "update_causes": "none"
7933
+ },
7934
+ "StackId": {
7935
+ "description": "The ID of the AWS OpsWorks stack that AWS OpsWorks registers the volume to.",
7936
+ "required": true,
7937
+ "type": "String",
7938
+ "update_causes": "replacement"
7939
+ }
7940
+ },
7941
+ "path": "aws-resource-opsworks-volume.html"
7942
+ },
6782
7943
  "AWS::Logs::SubscriptionFilter": {
6783
7944
  "properties": [
6784
7945
  "DestinationArn",
@@ -6794,7 +7955,7 @@
6794
7955
  "update_causes": "replacement"
6795
7956
  },
6796
7957
  "FilterPattern": {
6797
- "description": "The filtering expressions that restrict what gets delivered to the destination AWS resource. For more information about the filter pattern syntax, see Filter and Pattern Syntax in the Amazon CloudWatch Developer Guide.",
7958
+ "description": "The filtering expressions that restrict what gets delivered to the destination AWS resource. For more information about the filter pattern syntax, see Filter and Pattern Syntax in the Amazon CloudWatch User Guide.",
6798
7959
  "required": true,
6799
7960
  "type": "String",
6800
7961
  "update_causes": "replacement"
@@ -6840,7 +8001,7 @@
6840
8001
  "update_causes": "none"
6841
8002
  },
6842
8003
  "AlarmActions": {
6843
- "description": "The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Number (ARN). For more information about creating alarms and the actions you can specify, see Creating Amazon CloudWatch Alarms in the Amazon CloudWatch Developer Guide.",
8004
+ "description": "The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Number (ARN). For more information about creating alarms and the actions you can specify, see Creating Amazon CloudWatch Alarms in the Amazon CloudWatch User Guide.",
6844
8005
  "required": false,
6845
8006
  "type": "Array",
6846
8007
  "update_causes": "none"
@@ -6872,7 +8033,7 @@
6872
8033
  "EvaluationPeriods": {
6873
8034
  "description": "The number of periods over which data is compared to the specified threshold.",
6874
8035
  "required": true,
6875
- "type": "String",
8036
+ "type": "Number",
6876
8037
  "update_causes": "none"
6877
8038
  },
6878
8039
  "InsufficientDataActions": {
@@ -6882,7 +8043,7 @@
6882
8043
  "update_causes": "none"
6883
8044
  },
6884
8045
  "MetricName": {
6885
- "description": "The name for the alarm's associated metric. For more information about the metrics that you can specify, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.",
8046
+ "description": "The name for the alarm's associated metric. For more information about the metrics that you can specify, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.",
6886
8047
  "required": true,
6887
8048
  "type": "String",
6888
8049
  "update_causes": "none"
@@ -6902,7 +8063,7 @@
6902
8063
  "Period": {
6903
8064
  "description": "The time over which the specified statistic is applied. You must specify a time in seconds that is also a multiple of 60.",
6904
8065
  "required": true,
6905
- "type": "String",
8066
+ "type": "Number",
6906
8067
  "update_causes": "none"
6907
8068
  },
6908
8069
  "Statistic": {
@@ -6914,7 +8075,7 @@
6914
8075
  "Threshold": {
6915
8076
  "description": "The value against which the specified statistic is compared.",
6916
8077
  "required": true,
6917
- "type": "String",
8078
+ "type": "Unknown",
6918
8079
  "update_causes": "none"
6919
8080
  },
6920
8081
  "Unit": {
@@ -6954,6 +8115,27 @@
6954
8115
  },
6955
8116
  "path": "aws-properties-elasticache-security-group-ingress.html"
6956
8117
  },
8118
+ "AWS::IoT::Certificate": {
8119
+ "properties": [
8120
+ "CertificateSigningRequest",
8121
+ "Status"
8122
+ ],
8123
+ "full_properties": {
8124
+ "CertificateSigningRequest": {
8125
+ "description": "The certificate signing request (CSR).",
8126
+ "required": true,
8127
+ "type": "String",
8128
+ "update_causes": "replacement"
8129
+ },
8130
+ "Status": {
8131
+ "description": "The status of the certificate.",
8132
+ "required": true,
8133
+ "type": "String",
8134
+ "update_causes": "none"
8135
+ }
8136
+ },
8137
+ "path": "aws-resource-iot-certificate.html"
8138
+ },
6957
8139
  "AWS::DirectoryService::MicrosoftAD": {
6958
8140
  "properties": [
6959
8141
  "CreateAlias",
@@ -7005,10 +8187,46 @@
7005
8187
  },
7006
8188
  "AWS::SDB::Domain": {
7007
8189
  "properties": [
7008
-
8190
+ "Description"
7009
8191
  ],
8192
+ "full_properties": {
8193
+ "Description": {
8194
+ "description": "Information about the Amazon SimpleDB domain.",
8195
+ "required": false,
8196
+ "type": "String",
8197
+ "update_causes": "unavailable"
8198
+ }
8199
+ },
7010
8200
  "path": "aws-properties-simpledb.html"
7011
8201
  },
8202
+ "DataSource": {
8203
+ "properties": [
8204
+ "Arn",
8205
+ "DatabaseName",
8206
+ "Type"
8207
+ ],
8208
+ "full_properties": {
8209
+ "Arn": {
8210
+ "description": "The ARN of the data source.",
8211
+ "required": false,
8212
+ "type": "String",
8213
+ "update_causes": "unknown"
8214
+ },
8215
+ "DatabaseName": {
8216
+ "description": "The name of the database.",
8217
+ "required": false,
8218
+ "type": "String",
8219
+ "update_causes": "unknown"
8220
+ },
8221
+ "Type": {
8222
+ "description": "The type of the data source, such as AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, or RdsDbInstance. For valid values, see the DataSource type in the AWS OpsWorks Stacks API Reference.",
8223
+ "required": false,
8224
+ "type": "String",
8225
+ "update_causes": "unknown"
8226
+ }
8227
+ },
8228
+ "path": "aws-properties-opsworks-app-datasource.html"
8229
+ },
7012
8230
  "AWS::CloudFormation::Interface": {
7013
8231
  "properties": [
7014
8232
  "ParameterGroups",
@@ -7022,12 +8240,152 @@
7022
8240
  "update_causes": "none"
7023
8241
  },
7024
8242
  "ParameterLabels": {
7025
- "description": "A list of parameters and their friendly names that the AWS CloudFormation console shows when a stack is created or updated.",
8243
+ "description": "A mapping of parameters and their friendly names that the AWS CloudFormation console shows when a stack is created or updated.",
7026
8244
  "required": false,
7027
8245
  "type": "Unknown",
7028
8246
  "update_causes": "none"
7029
8247
  }
7030
8248
  },
7031
8249
  "path": "aws-resource-cloudformation-interface.html"
8250
+ },
8251
+ "AWS::ElasticLoadBalancingV2::TargetGroup": {
8252
+ "properties": [
8253
+ "HealthCheckIntervalSeconds",
8254
+ "HealthCheckPath",
8255
+ "HealthCheckPort",
8256
+ "HealthCheckProtocol",
8257
+ "HealthCheckTimeoutSeconds",
8258
+ "HealthyThresholdCount",
8259
+ "Matcher",
8260
+ "Name",
8261
+ "Port",
8262
+ "Protocol",
8263
+ "Tags",
8264
+ "TargetGroupAttributes",
8265
+ "TargetGroupFullName",
8266
+ "Targets",
8267
+ "UnhealthyThresholdCount",
8268
+ "VpcId"
8269
+ ],
8270
+ "full_properties": {
8271
+ "HealthCheckIntervalSeconds": {
8272
+ "description": "The approximate number of seconds between health checks for an individual target.",
8273
+ "required": false,
8274
+ "type": "Number",
8275
+ "update_causes": "none"
8276
+ },
8277
+ "HealthCheckPath": {
8278
+ "description": "The ping path destination where Elastic Load Balancing sends health check requests.",
8279
+ "required": false,
8280
+ "type": "String",
8281
+ "update_causes": "none"
8282
+ },
8283
+ "HealthCheckPort": {
8284
+ "description": "The port that the load balancer uses when performing health checks on the targets.",
8285
+ "required": false,
8286
+ "type": "String",
8287
+ "update_causes": "none"
8288
+ },
8289
+ "HealthCheckProtocol": {
8290
+ "description": "The protocol that the load balancer uses when performing health checks on the targets, such as HTTP or HTTPS.",
8291
+ "required": false,
8292
+ "type": "String",
8293
+ "update_causes": "none"
8294
+ },
8295
+ "HealthCheckTimeoutSeconds": {
8296
+ "description": "The number of seconds to wait for a response before considering that a health check has failed.",
8297
+ "required": false,
8298
+ "type": "Number",
8299
+ "update_causes": "none"
8300
+ },
8301
+ "HealthyThresholdCount": {
8302
+ "description": "The number of consecutive successful health checks that are required before an unhealthy target is considered healthy.",
8303
+ "required": false,
8304
+ "type": "Number",
8305
+ "update_causes": "none"
8306
+ },
8307
+ "Matcher": {
8308
+ "description": "The HTTP codes that a healthy target uses when responding to a health check.",
8309
+ "required": false,
8310
+ "type": "Unknown",
8311
+ "update_causes": "none"
8312
+ },
8313
+ "Name": {
8314
+ "description": "A name for the target group.",
8315
+ "required": false,
8316
+ "type": "String",
8317
+ "update_causes": "replacement"
8318
+ },
8319
+ "Port": {
8320
+ "description": "The port on which the targets receive traffic.",
8321
+ "required": true,
8322
+ "type": "Number",
8323
+ "update_causes": "replacement"
8324
+ },
8325
+ "Protocol": {
8326
+ "description": "The protocol to use for routing traffic to the targets.",
8327
+ "required": true,
8328
+ "type": "String",
8329
+ "update_causes": "replacement"
8330
+ },
8331
+ "Tags": {
8332
+ "description": "An arbitrary set of tags (key–value pairs) for the target group. Use tags to help manage resources.",
8333
+ "required": false,
8334
+ "type": "Unknown",
8335
+ "update_causes": "none"
8336
+ },
8337
+ "TargetGroupAttributes": {
8338
+ "description": "Target group configurations.",
8339
+ "required": false,
8340
+ "type": "Array",
8341
+ "update_causes": "none"
8342
+ },
8343
+ "TargetGroupFullName": {
8344
+ "description": "The full name of the target group.",
8345
+ "required": false,
8346
+ "type": "String",
8347
+ "update_causes": "none"
8348
+ },
8349
+ "Targets": {
8350
+ "description": "The targets to add to this target group.",
8351
+ "required": false,
8352
+ "type": "Array",
8353
+ "update_causes": "none"
8354
+ },
8355
+ "UnhealthyThresholdCount": {
8356
+ "description": "The number of consecutive failed health checks that are required before a target is considered unhealthy.",
8357
+ "required": false,
8358
+ "type": "Number",
8359
+ "update_causes": "none"
8360
+ },
8361
+ "VpcId": {
8362
+ "description": "The ID of the VPC in which your targets are located.",
8363
+ "required": true,
8364
+ "type": "String",
8365
+ "update_causes": "replacement"
8366
+ }
8367
+ },
8368
+ "path": "aws-resource-elasticloadbalancingv2-targetgroup.html"
8369
+ },
8370
+ "AWS::IoT::ThingPrincipalAttachment": {
8371
+ "properties": [
8372
+ "Principal",
8373
+ "ThingName"
8374
+ ],
8375
+ "full_properties": {
8376
+ "Principal": {
8377
+ "description": "The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.",
8378
+ "required": true,
8379
+ "type": "String",
8380
+ "update_causes": "replacement"
8381
+ },
8382
+ "ThingName": {
8383
+ "description": "The name of the AWS IoT thing.",
8384
+ "required": true,
8385
+ "type": "String",
8386
+ "update_causes": "replacement"
8387
+ }
8388
+ },
8389
+ "path": "aws-resource-iot-thingprincipalattachment.html"
7032
8390
  }
7033
8391
  }