elasticmapreduce:DescribeJobFlows

Read

elasticmapreduce:DescribeJobFlows is a Read access-level action in the elasticmapreduce service. Grants permission to describe details of clusters (job flows). This API is deprecated and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead

Resource types

ARNs that elasticmapreduce:DescribeJobFlows can be scoped to in an IAM policy.

arn:${Partition}:elasticmapreduce:${Region}:${Account}:cluster/${ClusterId}
cluster

Condition keys

Keys you can use in the Condition block of a policy that grants elasticmapreduce:DescribeJobFlows.

aws:ResourceTag/${TagKey} String

Filters access by the tag and value pair associated with an Amazon EMR resource

elasticmapreduce:ResourceTag/${TagKey} String

Filters access by the tag and value pair associated with an Amazon EMR resource

Example IAM policy

A minimal policy that allows elasticmapreduce:DescribeJobFlows. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElasticmapreduceDescribeJobFlows",
      "Effect": "Allow",
      "Action": "elasticmapreduce:DescribeJobFlows",
      "Resource": "*"
    }
  ]
}

Related actions in elasticmapreduce

View all elasticmapreduce actions →