Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If you specify a time, get_calendar_state
returns the state of the calendar at that specific time, and returns the next time that the change calendar state will transition. If you don't specify a time, get_calendar_state
uses the current time. Change Calendar entries have two possible states: OPEN
or CLOSED
.
See https://www.paws-r-sdk.com/docs/ssm_get_calendar_state/ for full documentation.
ssm_get_calendar_state(CalendarNames, AtTime = NULL)
[required] The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
(Optional) The specific time for which you want to get calendar state
information, in ISO 8601
format. If you don't specify a value or AtTime
, the current time is
used.