|
12220 | 12220 | } |
12221 | 12221 | }, |
12222 | 12222 | "required": [ |
12223 | | - "Type" |
| 12223 | + "Type", |
| 12224 | + "Properties" |
12224 | 12225 | ] |
12225 | 12226 | }, |
12226 | 12227 | { |
|
13496 | 13497 | ], |
13497 | 13498 | "additionalProperties": false |
13498 | 13499 | }, |
| 13500 | + "AWS_ApplicationSignals_GroupingConfiguration": { |
| 13501 | + "type": "object", |
| 13502 | + "markdownDescription": "Resource Type definition for AWS::ApplicationSignals::GroupingConfiguration \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-groupingconfiguration.html)", |
| 13503 | + "allOf": [ |
| 13504 | + { |
| 13505 | + "type": "object", |
| 13506 | + "properties": { |
| 13507 | + "Type": { |
| 13508 | + "type": "string", |
| 13509 | + "enum": [ |
| 13510 | + "AWS::ApplicationSignals::GroupingConfiguration" |
| 13511 | + ], |
| 13512 | + "markdownEnumDescriptions": [ |
| 13513 | + "Resource Type definition for AWS::ApplicationSignals::GroupingConfiguration \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-groupingconfiguration.html)" |
| 13514 | + ] |
| 13515 | + }, |
| 13516 | + "Properties": { |
| 13517 | + "$ref": "resources/aws-applicationsignals-groupingconfiguration.json" |
| 13518 | + } |
| 13519 | + }, |
| 13520 | + "required": [ |
| 13521 | + "Type", |
| 13522 | + "Properties" |
| 13523 | + ] |
| 13524 | + }, |
| 13525 | + { |
| 13526 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 13527 | + } |
| 13528 | + ], |
| 13529 | + "additionalProperties": false |
| 13530 | + }, |
13499 | 13531 | "AWS_ApiGatewayV2_ApiMapping": { |
13500 | 13532 | "type": "object", |
13501 | 13533 | "markdownDescription": "The ``AWS::ApiGatewayV2::ApiMapping`` resource contains an API mapping. An API mapping relates a path of your custom domain name to a stage of your API. A custom domain name can have multiple API mappings, but the paths can't overlap. A custom domain can map only to APIs of the same protocol type. For more information, see [CreateApiMapping](https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-apimappings.html#CreateApiMapping) in the *Amazon API Gateway V2 API Reference*. \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html)", |
|
24978 | 25010 | ], |
24979 | 25011 | "additionalProperties": false |
24980 | 25012 | }, |
| 25013 | + "AWS_BedrockAgentCore_Gateway": { |
| 25014 | + "type": "object", |
| 25015 | + "markdownDescription": "Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)", |
| 25016 | + "allOf": [ |
| 25017 | + { |
| 25018 | + "type": "object", |
| 25019 | + "properties": { |
| 25020 | + "Type": { |
| 25021 | + "type": "string", |
| 25022 | + "enum": [ |
| 25023 | + "AWS::BedrockAgentCore::Gateway" |
| 25024 | + ], |
| 25025 | + "markdownEnumDescriptions": [ |
| 25026 | + "Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)" |
| 25027 | + ] |
| 25028 | + }, |
| 25029 | + "Properties": { |
| 25030 | + "$ref": "resources/aws-bedrockagentcore-gateway.json" |
| 25031 | + } |
| 25032 | + }, |
| 25033 | + "required": [ |
| 25034 | + "Type", |
| 25035 | + "Properties" |
| 25036 | + ] |
| 25037 | + }, |
| 25038 | + { |
| 25039 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 25040 | + } |
| 25041 | + ], |
| 25042 | + "additionalProperties": false |
| 25043 | + }, |
24981 | 25044 | "AWS_MemoryDB_User": { |
24982 | 25045 | "type": "object", |
24983 | 25046 | "markdownDescription": "Resource Type definition for AWS::MemoryDB::User \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-user.html)", |
|
31248 | 31311 | ], |
31249 | 31312 | "additionalProperties": false |
31250 | 31313 | }, |
| 31314 | + "AWS_BedrockAgentCore_GatewayTarget": { |
| 31315 | + "type": "object", |
| 31316 | + "markdownDescription": "Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)", |
| 31317 | + "allOf": [ |
| 31318 | + { |
| 31319 | + "type": "object", |
| 31320 | + "properties": { |
| 31321 | + "Type": { |
| 31322 | + "type": "string", |
| 31323 | + "enum": [ |
| 31324 | + "AWS::BedrockAgentCore::GatewayTarget" |
| 31325 | + ], |
| 31326 | + "markdownEnumDescriptions": [ |
| 31327 | + "Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)" |
| 31328 | + ] |
| 31329 | + }, |
| 31330 | + "Properties": { |
| 31331 | + "$ref": "resources/aws-bedrockagentcore-gatewaytarget.json" |
| 31332 | + } |
| 31333 | + }, |
| 31334 | + "required": [ |
| 31335 | + "Type", |
| 31336 | + "Properties" |
| 31337 | + ] |
| 31338 | + }, |
| 31339 | + { |
| 31340 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 31341 | + } |
| 31342 | + ], |
| 31343 | + "additionalProperties": false |
| 31344 | + }, |
31251 | 31345 | "AWS_RAM_ResourceShare": { |
31252 | 31346 | "type": "object", |
31253 | 31347 | "markdownDescription": "Resource type definition for AWS::RAM::ResourceShare \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html)", |
|
37906 | 38000 | ], |
37907 | 38001 | "additionalProperties": false |
37908 | 38002 | }, |
| 38003 | + "AWS_ObservabilityAdmin_OrganizationCentralizationRule": { |
| 38004 | + "type": "object", |
| 38005 | + "markdownDescription": "Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html)", |
| 38006 | + "allOf": [ |
| 38007 | + { |
| 38008 | + "type": "object", |
| 38009 | + "properties": { |
| 38010 | + "Type": { |
| 38011 | + "type": "string", |
| 38012 | + "enum": [ |
| 38013 | + "AWS::ObservabilityAdmin::OrganizationCentralizationRule" |
| 38014 | + ], |
| 38015 | + "markdownEnumDescriptions": [ |
| 38016 | + "Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html)" |
| 38017 | + ] |
| 38018 | + }, |
| 38019 | + "Properties": { |
| 38020 | + "$ref": "resources/aws-observabilityadmin-organizationcentralizationrule.json" |
| 38021 | + } |
| 38022 | + }, |
| 38023 | + "required": [ |
| 38024 | + "Type", |
| 38025 | + "Properties" |
| 38026 | + ] |
| 38027 | + }, |
| 38028 | + { |
| 38029 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 38030 | + } |
| 38031 | + ], |
| 38032 | + "additionalProperties": false |
| 38033 | + }, |
37909 | 38034 | "AWS_EC2_IPAM": { |
37910 | 38035 | "type": "object", |
37911 | 38036 | "markdownDescription": "Resource Schema of AWS::EC2::IPAM Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.html)", |
|
45056 | 45181 | ], |
45057 | 45182 | "additionalProperties": false |
45058 | 45183 | }, |
| 45184 | + "AWS_Lightsail_DiskSnapshot": { |
| 45185 | + "type": "object", |
| 45186 | + "markdownDescription": "Resource Type definition for AWS::Lightsail::DiskSnapshot \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html)", |
| 45187 | + "allOf": [ |
| 45188 | + { |
| 45189 | + "type": "object", |
| 45190 | + "properties": { |
| 45191 | + "Type": { |
| 45192 | + "type": "string", |
| 45193 | + "enum": [ |
| 45194 | + "AWS::Lightsail::DiskSnapshot" |
| 45195 | + ], |
| 45196 | + "markdownEnumDescriptions": [ |
| 45197 | + "Resource Type definition for AWS::Lightsail::DiskSnapshot \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html)" |
| 45198 | + ] |
| 45199 | + }, |
| 45200 | + "Properties": { |
| 45201 | + "$ref": "resources/aws-lightsail-disksnapshot.json" |
| 45202 | + } |
| 45203 | + }, |
| 45204 | + "required": [ |
| 45205 | + "Type", |
| 45206 | + "Properties" |
| 45207 | + ] |
| 45208 | + }, |
| 45209 | + { |
| 45210 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 45211 | + } |
| 45212 | + ], |
| 45213 | + "additionalProperties": false |
| 45214 | + }, |
45059 | 45215 | "AWS_DeviceFarm_Project": { |
45060 | 45216 | "type": "object", |
45061 | 45217 | "markdownDescription": "Resource Type definition for a Device Farm Project \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-project.html)", |
|
46534 | 46690 | { |
46535 | 46691 | "$ref": "#/definitions/AWS_KMS_Alias" |
46536 | 46692 | }, |
| 46693 | + { |
| 46694 | + "$ref": "#/definitions/AWS_ApplicationSignals_GroupingConfiguration" |
| 46695 | + }, |
46537 | 46696 | { |
46538 | 46697 | "$ref": "#/definitions/AWS_ApiGatewayV2_ApiMapping" |
46539 | 46698 | }, |
|
47650 | 47809 | { |
47651 | 47810 | "$ref": "#/definitions/AWS_EFS_FileSystem" |
47652 | 47811 | }, |
| 47812 | + { |
| 47813 | + "$ref": "#/definitions/AWS_BedrockAgentCore_Gateway" |
| 47814 | + }, |
47653 | 47815 | { |
47654 | 47816 | "$ref": "#/definitions/AWS_MemoryDB_User" |
47655 | 47817 | }, |
|
48259 | 48421 | { |
48260 | 48422 | "$ref": "#/definitions/AWS_OpenSearchServerless_VpcEndpoint" |
48261 | 48423 | }, |
| 48424 | + { |
| 48425 | + "$ref": "#/definitions/AWS_BedrockAgentCore_GatewayTarget" |
| 48426 | + }, |
48262 | 48427 | { |
48263 | 48428 | "$ref": "#/definitions/AWS_RAM_ResourceShare" |
48264 | 48429 | }, |
|
48907 | 49072 | { |
48908 | 49073 | "$ref": "#/definitions/AWS_EC2_Route" |
48909 | 49074 | }, |
| 49075 | + { |
| 49076 | + "$ref": "#/definitions/AWS_ObservabilityAdmin_OrganizationCentralizationRule" |
| 49077 | + }, |
48910 | 49078 | { |
48911 | 49079 | "$ref": "#/definitions/AWS_EC2_IPAM" |
48912 | 49080 | }, |
|
49603 | 49771 | { |
49604 | 49772 | "$ref": "#/definitions/AWS_DeviceFarm_TestGridProject" |
49605 | 49773 | }, |
| 49774 | + { |
| 49775 | + "$ref": "#/definitions/AWS_Lightsail_DiskSnapshot" |
| 49776 | + }, |
49606 | 49777 | { |
49607 | 49778 | "$ref": "#/definitions/AWS_DeviceFarm_Project" |
49608 | 49779 | }, |
|
0 commit comments