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 b0231f5 commit 7305996Copy full SHA for 7305996
samtranslator/policy_templates_data/policy_templates.json
@@ -122,13 +122,23 @@
122
{
123
"Action": [
124
"athena:ListWorkGroups",
125
- "athena:GetExecutionEngine",
+ "athena:GetWorkGroup",
126
"athena:GetExecutionEngines",
127
- "athena:GetNamespace",
128
- "athena:GetCatalogs",
129
- "athena:GetNamespaces",
130
- "athena:GetTables",
131
- "athena:GetTable"
+ "athena:GetDatabase",
+ "athena:ListDataCatalogs",
+ "athena:ListDatabases",
+ "athena:ListTableMetadata",
+ "athena:GetTableMetadata"
132
+ ],
133
+ "Effect": "Allow",
134
+ "Resource": "*"
135
+ },
136
+ {
137
+ "Action": [
138
+ "glue:GetDatabases",
139
+ "glue:GetDatabase",
140
+ "glue:GetTables",
141
+ "glue:GetTable"
142
],
143
"Effect": "Allow",
144
"Resource": "*"
0 commit comments