Skip to content

Commit fd860bf

Browse files
kddejonggithub-actions[bot]
authored andcommitted
1 parent 1920608 commit fd860bf

8 files changed

+2419
-1423
lines changed

server/schema/resources.schema.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24978,6 +24978,37 @@
2497824978
],
2497924979
"additionalProperties": false
2498024980
},
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+
},
2498125012
"AWS_MemoryDB_User": {
2498225013
"type": "object",
2498325014
"markdownDescription": "Resource Type definition for AWS::MemoryDB::User \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-user.html)",
@@ -31248,6 +31279,37 @@
3124831279
],
3124931280
"additionalProperties": false
3125031281
},
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+
},
3125131313
"AWS_RAM_ResourceShare": {
3125231314
"type": "object",
3125331315
"markdownDescription": "Resource type definition for AWS::RAM::ResourceShare \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html)",
@@ -47650,6 +47712,9 @@
4765047712
{
4765147713
"$ref": "#/definitions/AWS_EFS_FileSystem"
4765247714
},
47715+
{
47716+
"$ref": "#/definitions/AWS_BedrockAgentCore_Gateway"
47717+
},
4765347718
{
4765447719
"$ref": "#/definitions/AWS_MemoryDB_User"
4765547720
},
@@ -48259,6 +48324,9 @@
4825948324
{
4826048325
"$ref": "#/definitions/AWS_OpenSearchServerless_VpcEndpoint"
4826148326
},
48327+
{
48328+
"$ref": "#/definitions/AWS_BedrockAgentCore_GatewayTarget"
48329+
},
4826248330
{
4826348331
"$ref": "#/definitions/AWS_RAM_ResourceShare"
4826448332
},

0 commit comments

Comments
 (0)