Skip to content

Delete Schedule

gluedatabrew_delete_schedule R Documentation

Deletes the specified DataBrew schedule

Description

Deletes the specified DataBrew schedule.

Usage

gluedatabrew_delete_schedule(Name)

Arguments

Name

[required] The name of the schedule to be deleted.

Value

A list with the following syntax:

list(
  Name = "string"
)

Request syntax

svc$delete_schedule(
  Name = "string"
)