File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,18 @@ Resources:
176
176
- Effect : Allow
177
177
Action : account:GetContactInformation
178
178
Resource : ' *'
179
+ - Effect : " Allow"
180
+ Action : " bedrock:ListAgents"
181
+ Resource : " *"
182
+ - Effect : " Allow"
183
+ Action : " bedrock:GetAgent"
184
+ Resource : " *"
185
+ - Effect : " Allow"
186
+ Action : " bedrock:ListKnowledgeBases"
187
+ Resource : " *"
188
+ - Effect : " Allow"
189
+ Action : " bedrock:GetKnowledgeBase"
190
+ Resource : " *"
179
191
OnboardingRole :
180
192
Type : AWS::IAM::Role
181
193
Properties :
@@ -329,6 +341,18 @@ Resources:
329
341
- Effect: "Allow"
330
342
Action: "account:GetContactInformation"
331
343
Resource: "*"
344
+ - Effect: "Allow"
345
+ Action: "bedrock:ListAgents"
346
+ Resource: "*"
347
+ - Effect: "Allow"
348
+ Action: "bedrock:GetAgent"
349
+ Resource: "*"
350
+ - Effect: "Allow"
351
+ Action: "bedrock:ListKnowledgeBases"
352
+ Resource: "*"
353
+ - Effect: "Allow"
354
+ Action: "bedrock:GetKnowledgeBase"
355
+ Resource: "*"
332
356
OnboardingRole:
333
357
Type: AWS::IAM::Role
334
358
Properties:
You can’t perform that action at this time.
0 commit comments