Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 4b55dff

Browse files
Version 7.3.0 2019-11-01
1 parent 16686a6 commit 4b55dff

23 files changed

+4388
-317
lines changed

specs/ap-east-1/CloudFormationResourceSpecification.json

Lines changed: 190 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5890,6 +5890,29 @@
58905890
}
58915891
}
58925892
},
5893+
"AWS::ECS::TaskDefinition.InferenceAccelerator": {
5894+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html",
5895+
"Properties": {
5896+
"DeviceName": {
5897+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicename",
5898+
"PrimitiveType": "String",
5899+
"Required": false,
5900+
"UpdateType": "Immutable"
5901+
},
5902+
"DevicePolicy": {
5903+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicepolicy",
5904+
"PrimitiveType": "String",
5905+
"Required": false,
5906+
"UpdateType": "Immutable"
5907+
},
5908+
"DeviceType": {
5909+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicetype",
5910+
"PrimitiveType": "String",
5911+
"Required": false,
5912+
"UpdateType": "Immutable"
5913+
}
5914+
}
5915+
},
58935916
"AWS::ECS::TaskDefinition.KernelCapabilities": {
58945917
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-kernelcapabilities.html",
58955918
"Properties": {
@@ -8792,6 +8815,23 @@
87928815
}
87938816
}
87948817
},
8818+
"AWS::Elasticsearch::Domain.LogPublishingOption": {
8819+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-logpublishingoption.html",
8820+
"Properties": {
8821+
"CloudWatchLogsLogGroupArn": {
8822+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-logpublishingoption.html#cfn-elasticsearch-domain-logpublishingoption-cloudwatchlogsloggrouparn",
8823+
"PrimitiveType": "String",
8824+
"Required": false,
8825+
"UpdateType": "Mutable"
8826+
},
8827+
"Enabled": {
8828+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-logpublishingoption.html#cfn-elasticsearch-domain-logpublishingoption-enabled",
8829+
"PrimitiveType": "Boolean",
8830+
"Required": false,
8831+
"UpdateType": "Mutable"
8832+
}
8833+
}
8834+
},
87958835
"AWS::Elasticsearch::Domain.NodeToNodeEncryptionOptions": {
87968836
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html",
87978837
"Properties": {
@@ -8896,6 +8936,57 @@
88968936
}
88978937
}
88988938
},
8939+
"AWS::Events::Rule.BatchArrayProperties": {
8940+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batcharrayproperties.html",
8941+
"Properties": {
8942+
"Size": {
8943+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batcharrayproperties.html#cfn-events-rule-batcharrayproperties-size",
8944+
"PrimitiveType": "Integer",
8945+
"Required": false,
8946+
"UpdateType": "Mutable"
8947+
}
8948+
}
8949+
},
8950+
"AWS::Events::Rule.BatchParameters": {
8951+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batchparameters.html",
8952+
"Properties": {
8953+
"ArrayProperties": {
8954+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batchparameters.html#cfn-events-rule-batchparameters-arrayproperties",
8955+
"Required": false,
8956+
"Type": "BatchArrayProperties",
8957+
"UpdateType": "Mutable"
8958+
},
8959+
"JobDefinition": {
8960+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batchparameters.html#cfn-events-rule-batchparameters-jobdefinition",
8961+
"PrimitiveType": "String",
8962+
"Required": true,
8963+
"UpdateType": "Mutable"
8964+
},
8965+
"JobName": {
8966+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batchparameters.html#cfn-events-rule-batchparameters-jobname",
8967+
"PrimitiveType": "String",
8968+
"Required": true,
8969+
"UpdateType": "Mutable"
8970+
},
8971+
"RetryStrategy": {
8972+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batchparameters.html#cfn-events-rule-batchparameters-retrystrategy",
8973+
"Required": false,
8974+
"Type": "BatchRetryStrategy",
8975+
"UpdateType": "Mutable"
8976+
}
8977+
}
8978+
},
8979+
"AWS::Events::Rule.BatchRetryStrategy": {
8980+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batchretrystrategy.html",
8981+
"Properties": {
8982+
"Attempts": {
8983+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batchretrystrategy.html#cfn-events-rule-batchretrystrategy-attempts",
8984+
"PrimitiveType": "Integer",
8985+
"Required": false,
8986+
"UpdateType": "Mutable"
8987+
}
8988+
}
8989+
},
88998990
"AWS::Events::Rule.EcsParameters": {
89008991
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html",
89018992
"Properties": {
@@ -9030,6 +9121,12 @@
90309121
"Required": true,
90319122
"UpdateType": "Mutable"
90329123
},
9124+
"BatchParameters": {
9125+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-batchparameters",
9126+
"Required": false,
9127+
"Type": "BatchParameters",
9128+
"UpdateType": "Mutable"
9129+
},
90339130
"EcsParameters": {
90349131
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-ecsparameters",
90359132
"Required": false,
@@ -11389,12 +11486,6 @@
1138911486
"PrimitiveType": "String",
1139011487
"Required": true,
1139111488
"UpdateType": "Mutable"
11392-
},
11393-
"Status": {
11394-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-dbclusterrole.html#cfn-rds-dbcluster-dbclusterrole-status",
11395-
"PrimitiveType": "String",
11396-
"Required": false,
11397-
"UpdateType": "Mutable"
1139811489
}
1139911490
}
1140011491
},
@@ -11441,12 +11532,6 @@
1144111532
"PrimitiveType": "String",
1144211533
"Required": true,
1144311534
"UpdateType": "Mutable"
11444-
},
11445-
"Status": {
11446-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancerole.html#cfn-rds-dbinstance-dbinstancerole-status",
11447-
"PrimitiveType": "String",
11448-
"Required": false,
11449-
"UpdateType": "Mutable"
1145011535
}
1145111536
}
1145211537
},
@@ -13378,7 +13463,7 @@
1337813463
}
1337913464
}
1338013465
},
13381-
"ResourceSpecificationVersion": "7.1.0",
13466+
"ResourceSpecificationVersion": "7.3.0",
1338213467
"ResourceTypes": {
1338313468
"AWS::ApiGateway::Account": {
1338413469
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
@@ -13432,6 +13517,14 @@
1343213517
"Type": "List",
1343313518
"UpdateType": "Mutable"
1343413519
},
13520+
"Tags": {
13521+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-tags",
13522+
"DuplicatesAllowed": true,
13523+
"ItemType": "Tag",
13524+
"Required": false,
13525+
"Type": "List",
13526+
"UpdateType": "Mutable"
13527+
},
1343513528
"Value": {
1343613529
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value",
1343713530
"PrimitiveType": "String",
@@ -13544,6 +13637,14 @@
1354413637
"PrimitiveType": "String",
1354513638
"Required": false,
1354613639
"UpdateType": "Mutable"
13640+
},
13641+
"Tags": {
13642+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-tags",
13643+
"DuplicatesAllowed": true,
13644+
"ItemType": "Tag",
13645+
"Required": false,
13646+
"Type": "List",
13647+
"UpdateType": "Mutable"
1354713648
}
1354813649
}
1354913650
},
@@ -13668,6 +13769,20 @@
1366813769
"PrimitiveType": "String",
1366913770
"Required": false,
1367013771
"UpdateType": "Mutable"
13772+
},
13773+
"SecurityPolicy": {
13774+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-securitypolicy",
13775+
"PrimitiveType": "String",
13776+
"Required": false,
13777+
"UpdateType": "Mutable"
13778+
},
13779+
"Tags": {
13780+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-tags",
13781+
"DuplicatesAllowed": true,
13782+
"ItemType": "Tag",
13783+
"Required": false,
13784+
"Type": "List",
13785+
"UpdateType": "Mutable"
1367113786
}
1367213787
}
1367313788
},
@@ -13971,6 +14086,14 @@
1397114086
"PrimitiveType": "Json",
1397214087
"Required": false,
1397314088
"UpdateType": "Mutable"
14089+
},
14090+
"Tags": {
14091+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-tags",
14092+
"DuplicatesAllowed": true,
14093+
"ItemType": "Tag",
14094+
"Required": false,
14095+
"Type": "List",
14096+
"UpdateType": "Mutable"
1397414097
}
1397514098
}
1397614099
},
@@ -14092,6 +14215,14 @@
1409214215
"Type": "QuotaSettings",
1409314216
"UpdateType": "Mutable"
1409414217
},
14218+
"Tags": {
14219+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-tags",
14220+
"DuplicatesAllowed": true,
14221+
"ItemType": "Tag",
14222+
"Required": false,
14223+
"Type": "List",
14224+
"UpdateType": "Mutable"
14225+
},
1409514226
"Throttle": {
1409614227
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-throttle",
1409714228
"Required": false,
@@ -16067,6 +16198,14 @@
1606716198
"Type": "Settings",
1606816199
"UpdateType": "Immutable"
1606916200
},
16201+
"Tags": {
16202+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-tags",
16203+
"DuplicatesAllowed": true,
16204+
"ItemType": "Tag",
16205+
"Required": false,
16206+
"Type": "List",
16207+
"UpdateType": "Mutable"
16208+
},
1607016209
"Version": {
1607116210
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version",
1607216211
"PrimitiveType": "String",
@@ -16130,6 +16269,14 @@
1613016269
"Required": true,
1613116270
"Type": "List",
1613216271
"UpdateType": "Mutable"
16272+
},
16273+
"Tags": {
16274+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-tags",
16275+
"DuplicatesAllowed": true,
16276+
"ItemType": "Tag",
16277+
"Required": false,
16278+
"Type": "List",
16279+
"UpdateType": "Mutable"
1613316280
}
1613416281
}
1613516282
},
@@ -18542,6 +18689,14 @@
1854218689
"Required": false,
1854318690
"UpdateType": "Immutable"
1854418691
},
18692+
"InferenceAccelerators": {
18693+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-inferenceaccelerators",
18694+
"DuplicatesAllowed": false,
18695+
"ItemType": "InferenceAccelerator",
18696+
"Required": false,
18697+
"Type": "List",
18698+
"UpdateType": "Immutable"
18699+
},
1854518700
"IpcMode": {
1854618701
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode",
1854718702
"PrimitiveType": "String",
@@ -20177,6 +20332,14 @@
2017720332
"Type": "EncryptionAtRestOptions",
2017820333
"UpdateType": "Immutable"
2017920334
},
20335+
"LogPublishingOptions": {
20336+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-logpublishingoptions",
20337+
"DuplicatesAllowed": false,
20338+
"ItemType": "LogPublishingOption",
20339+
"Required": false,
20340+
"Type": "Map",
20341+
"UpdateType": "Mutable"
20342+
},
2018020343
"NodeToNodeEncryptionOptions": {
2018120344
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions",
2018220345
"Required": false,
@@ -20282,6 +20445,12 @@
2028220445
"Required": false,
2028320446
"UpdateType": "Mutable"
2028420447
},
20448+
"EventBusName": {
20449+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname",
20450+
"PrimitiveType": "String",
20451+
"Required": false,
20452+
"UpdateType": "Immutable"
20453+
},
2028520454
"EventPattern": {
2028620455
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern",
2028720456
"PrimitiveType": "Json",
@@ -23637,6 +23806,14 @@
2363723806
"Type": "List",
2363823807
"UpdateType": "Mutable"
2363923808
},
23809+
"Tags": {
23810+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-tags",
23811+
"DuplicatesAllowed": true,
23812+
"ItemType": "Tag",
23813+
"Required": false,
23814+
"Type": "List",
23815+
"UpdateType": "Mutable"
23816+
},
2364023817
"TopicName": {
2364123818
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname",
2364223819
"PrimitiveType": "String",

0 commit comments

Comments
 (0)