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" {
105105 Resource = " *"
106106 },
107107 {
108- Sid = " AccessAccountContactInfo "
108+ Sid = " BedrockListAgents "
109109 Action = " bedrock:ListAgents"
110110 Effect = " Allow"
111111 Resource = " *"
112112 },
113113 {
114- Sid = " AccessAccountContactInfo "
114+ Sid = " BedrockGetAgent "
115115 Action = " bedrock:GetAgent"
116116 Effect = " Allow"
117117 Resource = " *"
118118 },
119119 {
120- Sid = " AccessAccountContactInfo "
120+ Sid = " BedrockListKnowledgeBases "
121121 Action = " bedrock:ListKnowledgeBases"
122122 Effect = " Allow"
123123 Resource = " *"
124124 },
125125 {
126- Sid = " AccessAccountContactInfo "
126+ Sid = " BedrockGetKnowledgeBase "
127127 Action = " bedrock:GetKnowledgeBase"
128128 Effect = " Allow"
129129 Resource = " *"
130130 },
131131 {
132- Sid = " AccessAccountContactInfo "
132+ Sid = " BedrockListGuardrails "
133133 Action = " bedrock:ListGuardrails"
134134 Effect = " Allow"
135135 Resource = " *"
136136 },
137137 {
138- Sid = " AccessAccountContactInfo "
138+ Sid = " BedrockGetGuardrail "
139139 Action = " bedrock:GetGuardrail"
140140 Effect = " Allow"
141141 Resource = " *"
You can’t perform that action at this time.
0 commit comments