mediatailor:DeletePrefetchSchedule

Write

mediatailor:DeletePrefetchSchedule is a Write access-level action in the mediatailor service. Grants permission to delete a prefetch schedule for a playback configuration with the specified prefetch schedule name

Resource types

ARNs that mediatailor:DeletePrefetchSchedule can be scoped to in an IAM policy.

arn:${Partition}:mediatailor:${Region}:${Account}:playbackConfiguration/${ResourceId}
playbackConfiguration
arn:${Partition}:mediatailor:${Region}:${Account}:prefetchSchedule/${ResourceId}
prefetchSchedule

Condition keys

Keys you can use in the Condition block of a policy that grants mediatailor:DeletePrefetchSchedule.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMediatailorDeletePrefetchSchedule",
      "Effect": "Allow",
      "Action": "mediatailor:DeletePrefetchSchedule",
      "Resource": "*"
    }
  ]
}

Related actions in mediatailor

View all mediatailor actions →