ssm_get_calendar_state: Gets the state of a Amazon Web Services Systems Manager...

View source: R/ssm_operations.R

ssm_get_calendar_stateR Documentation

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time

Description

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.

Usage

ssm_get_calendar_state(CalendarNames, AtTime = NULL)

Arguments

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 AtTime, the current time is used.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.