View source: R/ssm_operations.R
ssm_get_calendar_state | R Documentation |
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)
CalendarNames |
[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. |
AtTime |
(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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.