|
5890 | 5890 | } |
5891 | 5891 | } |
5892 | 5892 | }, |
| 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 | + }, |
5893 | 5916 | "AWS::ECS::TaskDefinition.KernelCapabilities": { |
5894 | 5917 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-kernelcapabilities.html", |
5895 | 5918 | "Properties": { |
|
8792 | 8815 | } |
8793 | 8816 | } |
8794 | 8817 | }, |
| 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 | + }, |
8795 | 8835 | "AWS::Elasticsearch::Domain.NodeToNodeEncryptionOptions": { |
8796 | 8836 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-nodetonodeencryptionoptions.html", |
8797 | 8837 | "Properties": { |
|
8896 | 8936 | } |
8897 | 8937 | } |
8898 | 8938 | }, |
| 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 | + }, |
8899 | 8990 | "AWS::Events::Rule.EcsParameters": { |
8900 | 8991 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html", |
8901 | 8992 | "Properties": { |
|
9030 | 9121 | "Required": true, |
9031 | 9122 | "UpdateType": "Mutable" |
9032 | 9123 | }, |
| 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 | + }, |
9033 | 9130 | "EcsParameters": { |
9034 | 9131 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-ecsparameters", |
9035 | 9132 | "Required": false, |
|
11389 | 11486 | "PrimitiveType": "String", |
11390 | 11487 | "Required": true, |
11391 | 11488 | "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" |
11398 | 11489 | } |
11399 | 11490 | } |
11400 | 11491 | }, |
|
11441 | 11532 | "PrimitiveType": "String", |
11442 | 11533 | "Required": true, |
11443 | 11534 | "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" |
11450 | 11535 | } |
11451 | 11536 | } |
11452 | 11537 | }, |
|
13378 | 13463 | } |
13379 | 13464 | } |
13380 | 13465 | }, |
13381 | | - "ResourceSpecificationVersion": "7.1.0", |
| 13466 | + "ResourceSpecificationVersion": "7.3.0", |
13382 | 13467 | "ResourceTypes": { |
13383 | 13468 | "AWS::ApiGateway::Account": { |
13384 | 13469 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html", |
|
13432 | 13517 | "Type": "List", |
13433 | 13518 | "UpdateType": "Mutable" |
13434 | 13519 | }, |
| 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 | + }, |
13435 | 13528 | "Value": { |
13436 | 13529 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value", |
13437 | 13530 | "PrimitiveType": "String", |
|
13544 | 13637 | "PrimitiveType": "String", |
13545 | 13638 | "Required": false, |
13546 | 13639 | "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" |
13547 | 13648 | } |
13548 | 13649 | } |
13549 | 13650 | }, |
|
13668 | 13769 | "PrimitiveType": "String", |
13669 | 13770 | "Required": false, |
13670 | 13771 | "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" |
13671 | 13786 | } |
13672 | 13787 | } |
13673 | 13788 | }, |
|
13971 | 14086 | "PrimitiveType": "Json", |
13972 | 14087 | "Required": false, |
13973 | 14088 | "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" |
13974 | 14097 | } |
13975 | 14098 | } |
13976 | 14099 | }, |
|
14092 | 14215 | "Type": "QuotaSettings", |
14093 | 14216 | "UpdateType": "Mutable" |
14094 | 14217 | }, |
| 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 | + }, |
14095 | 14226 | "Throttle": { |
14096 | 14227 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-throttle", |
14097 | 14228 | "Required": false, |
|
16067 | 16198 | "Type": "Settings", |
16068 | 16199 | "UpdateType": "Immutable" |
16069 | 16200 | }, |
| 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 | + }, |
16070 | 16209 | "Version": { |
16071 | 16210 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html#cfn-codepipeline-customactiontype-version", |
16072 | 16211 | "PrimitiveType": "String", |
|
16130 | 16269 | "Required": true, |
16131 | 16270 | "Type": "List", |
16132 | 16271 | "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" |
16133 | 16280 | } |
16134 | 16281 | } |
16135 | 16282 | }, |
|
18542 | 18689 | "Required": false, |
18543 | 18690 | "UpdateType": "Immutable" |
18544 | 18691 | }, |
| 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 | + }, |
18545 | 18700 | "IpcMode": { |
18546 | 18701 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-ipcmode", |
18547 | 18702 | "PrimitiveType": "String", |
|
20177 | 20332 | "Type": "EncryptionAtRestOptions", |
20178 | 20333 | "UpdateType": "Immutable" |
20179 | 20334 | }, |
| 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 | + }, |
20180 | 20343 | "NodeToNodeEncryptionOptions": { |
20181 | 20344 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions", |
20182 | 20345 | "Required": false, |
|
20282 | 20445 | "Required": false, |
20283 | 20446 | "UpdateType": "Mutable" |
20284 | 20447 | }, |
| 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 | + }, |
20285 | 20454 | "EventPattern": { |
20286 | 20455 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern", |
20287 | 20456 | "PrimitiveType": "Json", |
|
23637 | 23806 | "Type": "List", |
23638 | 23807 | "UpdateType": "Mutable" |
23639 | 23808 | }, |
| 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 | + }, |
23640 | 23817 | "TopicName": { |
23641 | 23818 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname", |
23642 | 23819 | "PrimitiveType": "String", |
|
0 commit comments