eventbridgescheduler_delete_schedule_group: Deletes the specified schedule group

View source: R/eventbridgescheduler_operations.R

eventbridgescheduler_delete_schedule_groupR Documentation

Deletes the specified schedule group

Description

Deletes the specified schedule group. Deleting a schedule group results in EventBridge Scheduler deleting all schedules associated with the group. When you delete a group, it remains in a DELETING state until all of its associated schedules are deleted. Schedules associated with the group that are set to run while the schedule group is in the process of being deleted might continue to invoke their targets until the schedule group and its associated schedules are deleted.

See https://www.paws-r-sdk.com/docs/eventbridgescheduler_delete_schedule_group/ for full documentation.

Usage

eventbridgescheduler_delete_schedule_group(ClientToken = NULL, Name)

Arguments

ClientToken

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

Name

[required] The name of the schedule group to delete.


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.