scheduler:DeleteScheduleGroup

Write

scheduler:DeleteScheduleGroup is a Write access-level action in the scheduler service. Grants permission to delete an Amazon EventBridge Scheduler schedule group

Resource types

ARNs that scheduler:DeleteScheduleGroup can be scoped to in an IAM policy.

arn:${Partition}:scheduler:${Region}:${Account}:schedule-group/${GroupName}
schedule-group

Condition keys

Keys you can use in the Condition block of a policy that grants scheduler:DeleteScheduleGroup.

aws:ResourceTag/${TagKey} String

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

Dependent actions

To use scheduler:DeleteScheduleGroup you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSchedulerDeleteScheduleGroup",
      "Effect": "Allow",
      "Action": "scheduler:DeleteScheduleGroup",
      "Resource": "*"
    }
  ]
}

Related actions in scheduler

View all scheduler actions →