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 6170a56 commit 931006fCopy full SHA for 931006f
policies/AmazonBedrockMantleReadOnly
@@ -0,0 +1,29 @@
1
+{
2
+ "PolicyVersion": {
3
+ "CreateDate": "2025-12-04T07:19:12Z",
4
+ "VersionId": "v1",
5
+ "Document": {
6
+ "Version": "2012-10-17",
7
+ "Statement": [
8
+ {
9
+ "Action": [
10
+ "bedrock-mantle:Get*",
11
+ "bedrock-mantle:List*"
12
+ ],
13
+ "Resource": "arn:aws:bedrock-mantle:*:*:project/*",
14
+ "Effect": "Allow",
15
+ "Sid": "BedrockMantleReadOnly"
16
+ },
17
18
19
+ "bedrock-mantle:CallWithBearerToken"
20
21
+ "Resource": "*",
22
23
+ "Sid": "BedrockMantleCallWithBearerToken"
24
+ }
25
+ ]
26
27
+ "IsDefaultVersion": true
28
29
+}
0 commit comments