Skip to content

Commit 04a136d

Browse files
author
AWS
committed
Amazon Bedrock Agent Core Control Plane Fronting Layer Update: Adding support for authorizer type AWS_IAM to AgentCore Control Gateway.
1 parent eefc0a4 commit 04a136d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock Agent Core Control Plane Fronting Layer",
4+
"contributor": "",
5+
"description": "Adding support for authorizer type AWS_IAM to AgentCore Control Gateway."
6+
}

services/bedrockagentcorecontrol/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,10 @@
14071407
},
14081408
"AuthorizerType":{
14091409
"type":"string",
1410-
"enum":["CUSTOM_JWT"]
1410+
"enum":[
1411+
"CUSTOM_JWT",
1412+
"AWS_IAM"
1413+
]
14111414
},
14121415
"AwsAccountId":{
14131416
"type":"string",
@@ -1978,8 +1981,7 @@
19781981
"name",
19791982
"roleArn",
19801983
"protocolType",
1981-
"authorizerType",
1982-
"authorizerConfiguration"
1984+
"authorizerType"
19831985
],
19841986
"members":{
19851987
"name":{
@@ -5991,8 +5993,7 @@
59915993
"name",
59925994
"roleArn",
59935995
"protocolType",
5994-
"authorizerType",
5995-
"authorizerConfiguration"
5996+
"authorizerType"
59965997
],
59975998
"members":{
59985999
"gatewayIdentifier":{

0 commit comments

Comments
 (0)