|
3449 | 3449 | }, |
3450 | 3450 | "AWS_ServiceCatalog_ResourceUpdateConstraint": { |
3451 | 3451 | "type": "object", |
3452 | | - "markdownDescription": "Resource Type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)", |
| 3452 | + "markdownDescription": "Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)", |
3453 | 3453 | "allOf": [ |
3454 | 3454 | { |
3455 | 3455 | "type": "object", |
|
3460 | 3460 | "AWS::ServiceCatalog::ResourceUpdateConstraint" |
3461 | 3461 | ], |
3462 | 3462 | "markdownEnumDescriptions": [ |
3463 | | - "Resource Type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)" |
| 3463 | + "Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)" |
3464 | 3464 | ] |
3465 | 3465 | }, |
3466 | 3466 | "Properties": { |
|
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)", |
|
19516 | 19548 | ], |
19517 | 19549 | "additionalProperties": false |
19518 | 19550 | }, |
| 19551 | + "AWS_Lightsail_DiskSnapshot": { |
| 19552 | + "type": "object", |
| 19553 | + "markdownDescription": "Resource Type definition for AWS::Lightsail::DiskSnapshot \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html)", |
| 19554 | + "allOf": [ |
| 19555 | + { |
| 19556 | + "type": "object", |
| 19557 | + "properties": { |
| 19558 | + "Type": { |
| 19559 | + "type": "string", |
| 19560 | + "enum": [ |
| 19561 | + "AWS::Lightsail::DiskSnapshot" |
| 19562 | + ], |
| 19563 | + "markdownEnumDescriptions": [ |
| 19564 | + "Resource Type definition for AWS::Lightsail::DiskSnapshot \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html)" |
| 19565 | + ] |
| 19566 | + }, |
| 19567 | + "Properties": { |
| 19568 | + "$ref": "resources/aws-lightsail-disksnapshot.json" |
| 19569 | + } |
| 19570 | + }, |
| 19571 | + "required": [ |
| 19572 | + "Type", |
| 19573 | + "Properties" |
| 19574 | + ] |
| 19575 | + }, |
| 19576 | + { |
| 19577 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 19578 | + } |
| 19579 | + ], |
| 19580 | + "additionalProperties": false |
| 19581 | + }, |
19519 | 19582 | "AWS_ApiGateway_Method": { |
19520 | 19583 | "type": "object", |
19521 | 19584 | "markdownDescription": "The ``AWS::ApiGateway::Method`` resource creates API Gateway methods that define the parameters and body that clients must send in their requests. \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html)", |
|
24978 | 25041 | ], |
24979 | 25042 | "additionalProperties": false |
24980 | 25043 | }, |
| 25044 | + "AWS_BedrockAgentCore_Gateway": { |
| 25045 | + "type": "object", |
| 25046 | + "markdownDescription": "Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)", |
| 25047 | + "allOf": [ |
| 25048 | + { |
| 25049 | + "type": "object", |
| 25050 | + "properties": { |
| 25051 | + "Type": { |
| 25052 | + "type": "string", |
| 25053 | + "enum": [ |
| 25054 | + "AWS::BedrockAgentCore::Gateway" |
| 25055 | + ], |
| 25056 | + "markdownEnumDescriptions": [ |
| 25057 | + "Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)" |
| 25058 | + ] |
| 25059 | + }, |
| 25060 | + "Properties": { |
| 25061 | + "$ref": "resources/aws-bedrockagentcore-gateway.json" |
| 25062 | + } |
| 25063 | + }, |
| 25064 | + "required": [ |
| 25065 | + "Type", |
| 25066 | + "Properties" |
| 25067 | + ] |
| 25068 | + }, |
| 25069 | + { |
| 25070 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 25071 | + } |
| 25072 | + ], |
| 25073 | + "additionalProperties": false |
| 25074 | + }, |
24981 | 25075 | "AWS_MemoryDB_User": { |
24982 | 25076 | "type": "object", |
24983 | 25077 | "markdownDescription": "Resource Type definition for AWS::MemoryDB::User \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-user.html)", |
|
31248 | 31342 | ], |
31249 | 31343 | "additionalProperties": false |
31250 | 31344 | }, |
| 31345 | + "AWS_BedrockAgentCore_GatewayTarget": { |
| 31346 | + "type": "object", |
| 31347 | + "markdownDescription": "Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)", |
| 31348 | + "allOf": [ |
| 31349 | + { |
| 31350 | + "type": "object", |
| 31351 | + "properties": { |
| 31352 | + "Type": { |
| 31353 | + "type": "string", |
| 31354 | + "enum": [ |
| 31355 | + "AWS::BedrockAgentCore::GatewayTarget" |
| 31356 | + ], |
| 31357 | + "markdownEnumDescriptions": [ |
| 31358 | + "Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)" |
| 31359 | + ] |
| 31360 | + }, |
| 31361 | + "Properties": { |
| 31362 | + "$ref": "resources/aws-bedrockagentcore-gatewaytarget.json" |
| 31363 | + } |
| 31364 | + }, |
| 31365 | + "required": [ |
| 31366 | + "Type", |
| 31367 | + "Properties" |
| 31368 | + ] |
| 31369 | + }, |
| 31370 | + { |
| 31371 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 31372 | + } |
| 31373 | + ], |
| 31374 | + "additionalProperties": false |
| 31375 | + }, |
31251 | 31376 | "AWS_RAM_ResourceShare": { |
31252 | 31377 | "type": "object", |
31253 | 31378 | "markdownDescription": "Resource type definition for AWS::RAM::ResourceShare \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html)", |
|
36857 | 36982 | ], |
36858 | 36983 | "additionalProperties": false |
36859 | 36984 | }, |
| 36985 | + "AWS_BedrockAgentCore_Memory": { |
| 36986 | + "type": "object", |
| 36987 | + "markdownDescription": "Resource Type definition for AWS::BedrockAgentCore::Memory \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-memory.html)", |
| 36988 | + "allOf": [ |
| 36989 | + { |
| 36990 | + "type": "object", |
| 36991 | + "properties": { |
| 36992 | + "Type": { |
| 36993 | + "type": "string", |
| 36994 | + "enum": [ |
| 36995 | + "AWS::BedrockAgentCore::Memory" |
| 36996 | + ], |
| 36997 | + "markdownEnumDescriptions": [ |
| 36998 | + "Resource Type definition for AWS::BedrockAgentCore::Memory \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-memory.html)" |
| 36999 | + ] |
| 37000 | + }, |
| 37001 | + "Properties": { |
| 37002 | + "$ref": "resources/aws-bedrockagentcore-memory.json" |
| 37003 | + } |
| 37004 | + }, |
| 37005 | + "required": [ |
| 37006 | + "Type", |
| 37007 | + "Properties" |
| 37008 | + ] |
| 37009 | + }, |
| 37010 | + { |
| 37011 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 37012 | + } |
| 37013 | + ], |
| 37014 | + "additionalProperties": false |
| 37015 | + }, |
36860 | 37016 | "AWS_DataZone_EnvironmentBlueprintConfiguration": { |
36861 | 37017 | "type": "object", |
36862 | 37018 | "markdownDescription": "Definition of AWS::DataZone::EnvironmentBlueprintConfiguration Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentblueprintconfiguration.html)", |
|
37906 | 38062 | ], |
37907 | 38063 | "additionalProperties": false |
37908 | 38064 | }, |
| 38065 | + "AWS_ObservabilityAdmin_OrganizationCentralizationRule": { |
| 38066 | + "type": "object", |
| 38067 | + "markdownDescription": "Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html)", |
| 38068 | + "allOf": [ |
| 38069 | + { |
| 38070 | + "type": "object", |
| 38071 | + "properties": { |
| 38072 | + "Type": { |
| 38073 | + "type": "string", |
| 38074 | + "enum": [ |
| 38075 | + "AWS::ObservabilityAdmin::OrganizationCentralizationRule" |
| 38076 | + ], |
| 38077 | + "markdownEnumDescriptions": [ |
| 38078 | + "Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html)" |
| 38079 | + ] |
| 38080 | + }, |
| 38081 | + "Properties": { |
| 38082 | + "$ref": "resources/aws-observabilityadmin-organizationcentralizationrule.json" |
| 38083 | + } |
| 38084 | + }, |
| 38085 | + "required": [ |
| 38086 | + "Type", |
| 38087 | + "Properties" |
| 38088 | + ] |
| 38089 | + }, |
| 38090 | + { |
| 38091 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 38092 | + } |
| 38093 | + ], |
| 38094 | + "additionalProperties": false |
| 38095 | + }, |
37909 | 38096 | "AWS_EC2_IPAM": { |
37910 | 38097 | "type": "object", |
37911 | 38098 | "markdownDescription": "Resource Schema of AWS::EC2::IPAM Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.html)", |
|
46534 | 46721 | { |
46535 | 46722 | "$ref": "#/definitions/AWS_KMS_Alias" |
46536 | 46723 | }, |
| 46724 | + { |
| 46725 | + "$ref": "#/definitions/AWS_ApplicationSignals_GroupingConfiguration" |
| 46726 | + }, |
46537 | 46727 | { |
46538 | 46728 | "$ref": "#/definitions/AWS_ApiGatewayV2_ApiMapping" |
46539 | 46729 | }, |
|
47119 | 47309 | { |
47120 | 47310 | "$ref": "#/definitions/AWS_EC2_VPNGatewayRoutePropagation" |
47121 | 47311 | }, |
| 47312 | + { |
| 47313 | + "$ref": "#/definitions/AWS_Lightsail_DiskSnapshot" |
| 47314 | + }, |
47122 | 47315 | { |
47123 | 47316 | "$ref": "#/definitions/AWS_ApiGateway_Method" |
47124 | 47317 | }, |
|
47650 | 47843 | { |
47651 | 47844 | "$ref": "#/definitions/AWS_EFS_FileSystem" |
47652 | 47845 | }, |
| 47846 | + { |
| 47847 | + "$ref": "#/definitions/AWS_BedrockAgentCore_Gateway" |
| 47848 | + }, |
47653 | 47849 | { |
47654 | 47850 | "$ref": "#/definitions/AWS_MemoryDB_User" |
47655 | 47851 | }, |
|
48259 | 48455 | { |
48260 | 48456 | "$ref": "#/definitions/AWS_OpenSearchServerless_VpcEndpoint" |
48261 | 48457 | }, |
| 48458 | + { |
| 48459 | + "$ref": "#/definitions/AWS_BedrockAgentCore_GatewayTarget" |
| 48460 | + }, |
48262 | 48461 | { |
48263 | 48462 | "$ref": "#/definitions/AWS_RAM_ResourceShare" |
48264 | 48463 | }, |
|
48805 | 49004 | { |
48806 | 49005 | "$ref": "#/definitions/AWS_MediaConnect_Flow" |
48807 | 49006 | }, |
| 49007 | + { |
| 49008 | + "$ref": "#/definitions/AWS_BedrockAgentCore_Memory" |
| 49009 | + }, |
48808 | 49010 | { |
48809 | 49011 | "$ref": "#/definitions/AWS_DataZone_EnvironmentBlueprintConfiguration" |
48810 | 49012 | }, |
|
48907 | 49109 | { |
48908 | 49110 | "$ref": "#/definitions/AWS_EC2_Route" |
48909 | 49111 | }, |
| 49112 | + { |
| 49113 | + "$ref": "#/definitions/AWS_ObservabilityAdmin_OrganizationCentralizationRule" |
| 49114 | + }, |
48910 | 49115 | { |
48911 | 49116 | "$ref": "#/definitions/AWS_EC2_IPAM" |
48912 | 49117 | }, |
|
0 commit comments