Skip to content

Commit 89dcc72

Browse files
authored
Merge pull request #28 from rhythmictech/add-iam-perms
add additional iam perms
2 parents 5725935 + 42107dc commit 89dcc72

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

iam-fullperms.json

+27
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,30 @@
22
"Statement": [
33
{
44
"Action": [
5+
"account:GetContactInformation",
56
"apigateway:GET",
67
"autoscaling:Describe*",
78
"backup:List*",
89
"bcm-data-exports:GetExport",
910
"bcm-data-exports:ListExports",
11+
"bedrock:GetAgent",
12+
"bedrock:GetAgentAlias",
13+
"bedrock:GetFlow",
14+
"bedrock:GetFlowAlias",
15+
"bedrock:GetGuardrail",
16+
"bedrock:GetImportedModel",
17+
"bedrock:GetInferenceProfile",
18+
"bedrock:GetMarketplaceModelEndpoint",
19+
"bedrock:ListAgentAliases",
20+
"bedrock:ListAgents",
21+
"bedrock:ListFlowAliases",
22+
"bedrock:ListFlows",
23+
"bedrock:ListGuardrails",
24+
"bedrock:ListImportedModels",
25+
"bedrock:ListInferenceProfiles",
26+
"bedrock:ListMarketplaceModelEndpoints",
27+
"bedrock:ListPromptRouters",
28+
"bedrock:ListProvisionedModelThroughputs",
1029
"budgets:ViewBudget",
1130
"cassandra:Select",
1231
"cloudfront:GetDistributionConfig",
@@ -67,6 +86,13 @@
6786
"logs:FilterLogEvents",
6887
"logs:PutSubscriptionFilter",
6988
"logs:TestMetricFilter",
89+
"memorydb:DescribeACLs",
90+
"memorydb:DescribeMultiRegionClusters",
91+
"memorydb:DescribeParameterGroups",
92+
"memorydb:DescribeReservedNodes",
93+
"memorydb:DescribeSnapshots",
94+
"memorydb:DescribeSubnetGroups",
95+
"memorydb:DescribeUsers",
7096
"oam:ListAttachedLinks",
7197
"oam:ListSinks",
7298
"organizations:Describe*",
@@ -98,6 +124,7 @@
98124
"tag:GetTagKeys",
99125
"tag:GetTagValues",
100126
"timestream:DescribeEndpoints",
127+
"timestream:ListTables",
101128
"waf-regional:ListRuleGroups",
102129
"waf-regional:ListRules",
103130
"waf:ListRuleGroups",

0 commit comments

Comments
 (0)