glue:CreateTableOptimizer is a Write access-level action in the glue service. Grants permission to create a new table optimizer for a specific function. Compaction is the only currently supported optimizer type
ARNs that glue:CreateTableOptimizer can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants glue:CreateTableOptimizer.
Filters access by tag key-value pairs attached to the resource
To use glue:CreateTableOptimizer you may also need to grant:
A minimal policy that allows glue:CreateTableOptimizer. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGlueCreateTableOptimizer",
"Effect": "Allow",
"Action": "glue:CreateTableOptimizer",
"Resource": "*"
}
]
}