We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dbaaf commit 32af82aCopy full SHA for 32af82a
modules/foundational.cft.yaml
@@ -188,6 +188,12 @@ Resources:
188
- Effect: "Allow"
189
Action: "bedrock:GetKnowledgeBase"
190
Resource: "*"
191
+ - Effect: "Allow"
192
+ Action: "bedrock:ListGuardrails"
193
+ Resource: "*"
194
195
+ Action: "bedrock:GetGuardrail"
196
197
OnboardingRole:
198
Type: AWS::IAM::Role
199
Properties:
@@ -353,6 +359,12 @@ Resources:
353
359
354
360
355
361
362
363
364
365
366
367
356
368
357
369
358
370
0 commit comments