File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "PolicyVersion": {
3+ "CreateDate": "2025-11-22T00:04:08Z",
4+ "VersionId": "v1",
5+ "Document": {
6+ "Version": "2012-10-17",
7+ "Statement": [
8+ {
9+ "Action": [
10+ "glue:GetCatalog",
11+ "glue:GetCatalogs",
12+ "glue:GetDatabase",
13+ "glue:GetDatabases",
14+ "glue:GetTable",
15+ "glue:GetTables",
16+ "glue:GetUserDefinedFunctions",
17+ "glue:CreateDatabase",
18+ "glue:CreateTable",
19+ "glue:DeleteDatabase",
20+ "glue:DeleteTable",
21+ "glue:UpdateCatalog",
22+ "glue:UpdateDatabase",
23+ "glue:UpdateTable",
24+ "glue:RenameTable",
25+ "glue:FederateAuthorization"
26+ ],
27+ "Resource": [
28+ "arn:aws:glue:*:*:*"
29+ ],
30+ "Effect": "Allow",
31+ "Condition": {
32+ "StringEquals": {
33+ "glue:FederatedAuthorizationSource": "Redshift"
34+ }
35+ },
36+ "Sid": "AmazonRedshiftFederatedAuthorization"
37+ },
38+ {
39+ "Action": [
40+ "sts:SetContext"
41+ ],
42+ "Resource": "arn:aws:sts::*:self",
43+ "Effect": "Allow",
44+ "Sid": "AmazonRedshiftIdentityCenterSetContext"
45+ }
46+ ]
47+ },
48+ "IsDefaultVersion": true
49+ }
50+ }
You can’t perform that action at this time.
0 commit comments