eventbridgescheduler_delete_schedule: Deletes the specified schedule

View source: R/eventbridgescheduler_operations.R

eventbridgescheduler_delete_scheduleR Documentation

Deletes the specified schedule

Description

Deletes the specified schedule.

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

Usage

eventbridgescheduler_delete_schedule(
  ClientToken = NULL,
  GroupName = 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.

GroupName

The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.

Name

[required] The name of the schedule to delete.


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