|
24978 | 24978 | ], |
24979 | 24979 | "additionalProperties": false |
24980 | 24980 | }, |
| 24981 | + "AWS_BedrockAgentCore_Gateway": { |
| 24982 | + "type": "object", |
| 24983 | + "markdownDescription": "Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)", |
| 24984 | + "allOf": [ |
| 24985 | + { |
| 24986 | + "type": "object", |
| 24987 | + "properties": { |
| 24988 | + "Type": { |
| 24989 | + "type": "string", |
| 24990 | + "enum": [ |
| 24991 | + "AWS::BedrockAgentCore::Gateway" |
| 24992 | + ], |
| 24993 | + "markdownEnumDescriptions": [ |
| 24994 | + "Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)" |
| 24995 | + ] |
| 24996 | + }, |
| 24997 | + "Properties": { |
| 24998 | + "$ref": "resources/aws-bedrockagentcore-gateway.json" |
| 24999 | + } |
| 25000 | + }, |
| 25001 | + "required": [ |
| 25002 | + "Type", |
| 25003 | + "Properties" |
| 25004 | + ] |
| 25005 | + }, |
| 25006 | + { |
| 25007 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 25008 | + } |
| 25009 | + ], |
| 25010 | + "additionalProperties": false |
| 25011 | + }, |
24981 | 25012 | "AWS_MemoryDB_User": { |
24982 | 25013 | "type": "object", |
24983 | 25014 | "markdownDescription": "Resource Type definition for AWS::MemoryDB::User \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-user.html)", |
|
31248 | 31279 | ], |
31249 | 31280 | "additionalProperties": false |
31250 | 31281 | }, |
| 31282 | + "AWS_BedrockAgentCore_GatewayTarget": { |
| 31283 | + "type": "object", |
| 31284 | + "markdownDescription": "Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)", |
| 31285 | + "allOf": [ |
| 31286 | + { |
| 31287 | + "type": "object", |
| 31288 | + "properties": { |
| 31289 | + "Type": { |
| 31290 | + "type": "string", |
| 31291 | + "enum": [ |
| 31292 | + "AWS::BedrockAgentCore::GatewayTarget" |
| 31293 | + ], |
| 31294 | + "markdownEnumDescriptions": [ |
| 31295 | + "Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)" |
| 31296 | + ] |
| 31297 | + }, |
| 31298 | + "Properties": { |
| 31299 | + "$ref": "resources/aws-bedrockagentcore-gatewaytarget.json" |
| 31300 | + } |
| 31301 | + }, |
| 31302 | + "required": [ |
| 31303 | + "Type", |
| 31304 | + "Properties" |
| 31305 | + ] |
| 31306 | + }, |
| 31307 | + { |
| 31308 | + "$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes" |
| 31309 | + } |
| 31310 | + ], |
| 31311 | + "additionalProperties": false |
| 31312 | + }, |
31251 | 31313 | "AWS_RAM_ResourceShare": { |
31252 | 31314 | "type": "object", |
31253 | 31315 | "markdownDescription": "Resource type definition for AWS::RAM::ResourceShare \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html)", |
|
47650 | 47712 | { |
47651 | 47713 | "$ref": "#/definitions/AWS_EFS_FileSystem" |
47652 | 47714 | }, |
| 47715 | + { |
| 47716 | + "$ref": "#/definitions/AWS_BedrockAgentCore_Gateway" |
| 47717 | + }, |
47653 | 47718 | { |
47654 | 47719 | "$ref": "#/definitions/AWS_MemoryDB_User" |
47655 | 47720 | }, |
|
48259 | 48324 | { |
48260 | 48325 | "$ref": "#/definitions/AWS_OpenSearchServerless_VpcEndpoint" |
48261 | 48326 | }, |
| 48327 | + { |
| 48328 | + "$ref": "#/definitions/AWS_BedrockAgentCore_GatewayTarget" |
| 48329 | + }, |
48262 | 48330 | { |
48263 | 48331 | "$ref": "#/definitions/AWS_RAM_ResourceShare" |
48264 | 48332 | }, |
|
0 commit comments