View source: R/eventbridgescheduler_operations.R
eventbridgescheduler_create_schedule_group | R Documentation |
Creates the specified schedule group.
See https://www.paws-r-sdk.com/docs/eventbridgescheduler_create_schedule_group/ for full documentation.
eventbridgescheduler_create_schedule_group(
ClientToken = NULL,
Name,
Tags = NULL
)
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 that you are creating. |
Tags |
The list of tags to associate with the schedule group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.