File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,37 +105,37 @@ resource "aws_iam_role_policy" "cspm_role_policy" {
105
105
Resource = " *"
106
106
},
107
107
{
108
- Sid = " AccessAccountContactInfo "
108
+ Sid = " BedrockListAgents "
109
109
Action = " bedrock:ListAgents"
110
110
Effect = " Allow"
111
111
Resource = " *"
112
112
},
113
113
{
114
- Sid = " AccessAccountContactInfo "
114
+ Sid = " BedrockGetAgent "
115
115
Action = " bedrock:GetAgent"
116
116
Effect = " Allow"
117
117
Resource = " *"
118
118
},
119
119
{
120
- Sid = " AccessAccountContactInfo "
120
+ Sid = " BedrockListKnowledgeBases "
121
121
Action = " bedrock:ListKnowledgeBases"
122
122
Effect = " Allow"
123
123
Resource = " *"
124
124
},
125
125
{
126
- Sid = " AccessAccountContactInfo "
126
+ Sid = " BedrockGetKnowledgeBase "
127
127
Action = " bedrock:GetKnowledgeBase"
128
128
Effect = " Allow"
129
129
Resource = " *"
130
130
},
131
131
{
132
- Sid = " AccessAccountContactInfo "
132
+ Sid = " BedrockListGuardrails "
133
133
Action = " bedrock:ListGuardrails"
134
134
Effect = " Allow"
135
135
Resource = " *"
136
136
},
137
137
{
138
- Sid = " AccessAccountContactInfo "
138
+ Sid = " BedrockGetGuardrail "
139
139
Action = " bedrock:GetGuardrail"
140
140
Effect = " Allow"
141
141
Resource = " *"
You can’t perform that action at this time.
0 commit comments