Skip to content

Get Autoshift Observer Notification Status

arczonalshift_get_autoshift_observer_notification_status R Documentation

Returns the status of the autoshift observer notification

Description

Returns the status of the autoshift observer notification. Autoshift observer notifications notify you through Amazon EventBridge when there is an autoshift event for zonal autoshift. The status can be ENABLED or DISABLED. When ENABLED, a notification is sent when an autoshift is triggered. When DISABLED, notifications are not sent.

Usage

arczonalshift_get_autoshift_observer_notification_status()

Value

A list with the following syntax:

list(
  status = "ENABLED"|"DISABLED"
)

Request syntax

svc$get_autoshift_observer_notification_status()