Skip to content

Get Schedule Group

eventbridgescheduler_get_schedule_group R Documentation

Retrieves the specified schedule group

Description

Retrieves the specified schedule group.

Usage

eventbridgescheduler_get_schedule_group(Name)

Arguments

Name

[required] The name of the schedule group to retrieve.

Value

A list with the following syntax:

list(
  Arn = "string",
  CreationDate = as.POSIXct(
    "2015-01-01"
  ),
  LastModificationDate = as.POSIXct(
    "2015-01-01"
  ),
  Name = "string",
  State = "ACTIVE"|"DELETING"
)

Request syntax

svc$get_schedule_group(
  Name = "string"
)