eventbridgescheduler_get_schedule {paws.application.integration} | R Documentation |
Retrieves the specified schedule
Description
Retrieves the specified schedule.
See https://www.paws-r-sdk.com/docs/eventbridgescheduler_get_schedule/ for full documentation.
Usage
eventbridgescheduler_get_schedule(GroupName = NULL, Name)
Arguments
GroupName |
The name of the schedule group associated with this schedule. If you omit this, EventBridge Scheduler assumes that the schedule is associated with the default group. |
Name |
[required] The name of the schedule to retrieve. |
[Package paws.application.integration version 0.7.0 Index]