mediapackage:DescribeHarvestJob

Read

mediapackage:DescribeHarvestJob is a Read access-level action in the mediapackage service. Grants permission to view the details of a harvest job in AWS Elemental MediaPackage

Resource types

ARNs that mediapackage:DescribeHarvestJob can be scoped to in an IAM policy.

arn:${Partition}:mediapackage:${Region}:${Account}:harvest_jobs/${HarvestJobIdentifier}
harvest_jobs

Condition keys

Keys you can use in the Condition block of a policy that grants mediapackage:DescribeHarvestJob.

aws:ResourceTag/${TagKey} String

Filters access by the tag for a MediaPackage resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMediapackageDescribeHarvestJob",
      "Effect": "Allow",
      "Action": "mediapackage:DescribeHarvestJob",
      "Resource": "*"
    }
  ]
}

Related actions in mediapackage

View all mediapackage actions →