elasticmapreduce:GetManagedScalingPolicy is a Read access-level action in the elasticmapreduce service. Grants permission to retrieve the managed scaling policy associated with a cluster
ARNs that elasticmapreduce:GetManagedScalingPolicy can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticmapreduce:GetManagedScalingPolicy.
Filters access by the tag and value pair associated with an Amazon EMR resource
Filters access by the tag and value pair associated with an Amazon EMR resource
A minimal policy that allows elasticmapreduce:GetManagedScalingPolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticmapreduceGetManagedScalingPolicy",
"Effect": "Allow",
"Action": "elasticmapreduce:GetManagedScalingPolicy",
"Resource": "*"
}
]
}