Skip to content

Commit b031a9b

Browse files
authored
add new policy for bedrock api key
1 parent 6adc0ab commit b031a9b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Effect": "Deny",
6+
"Action": "iam:CreateServiceSpecificCredential",
7+
"Resource": "*",
8+
"Condition": {
9+
"StringEquals": {
10+
"iam:ServiceSpecificCredentialServiceName": "bedrock.amazonaws.com"
11+
},
12+
"NumericGreaterThanEquals": {
13+
"iam:ServiceSpecificCredentialAgeDays": "30"
14+
}
15+
}
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)