eventbridgescheduler_create_schedule_group {paws.application.integration} | R Documentation |
Creates the specified schedule group
Description
Creates the specified schedule group.
See https://www.paws-r-sdk.com/docs/eventbridgescheduler_create_schedule_group/ for full documentation.
Usage
eventbridgescheduler_create_schedule_group(
ClientToken = NULL,
Name,
Tags = NULL
)
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 that you are creating. |
Tags |
The list of tags to associate with the schedule group. |
[Package paws.application.integration version 0.9.0 Index]