{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "KumoGlueCatalogReadPermissions",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::926922431314:role/kumo-{% $customerId %}-external-shared-iam-role"
},
"Action": [
"glue:GetDatabase",
"glue:GetDatabases",
"glue:GetTable",
"glue:GetTables",
"glue:GetPartitions",
"glue:GetPartitionIndexes",
"glue:ListSchemas",
"glue:ListSchemaVersions",
"glue:GetSchema"
],
"Resource": [
"arn:aws:glue:<region>:<account id>:catalog",
"arn:aws:glue:<region>:<account id>:database/*",
"arn:aws:glue:<region>:<account id>:schema/*",
"arn:aws:glue:<region>:<account id>:table/*",
"arn:aws:glue:<region>:<account id>:registry/*"
]
}
]
}