eventbridgescheduler_create_schedule_group: Creates the specified schedule group

View source: R/eventbridgescheduler_operations.R

eventbridgescheduler_create_schedule_groupR 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.


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