Skip to content

Update Autoshift Observer Notification Status

arczonalshift_update_autoshift_observer_notification_status R Documentation

Update the status of autoshift observer notification

Description

Update the status of autoshift observer notification. Autoshift observer notification enables you to be notified, through Amazon EventBridge, when there is an autoshift event for zonal autoshift.

If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the EventBridge pattern ⁠Autoshift In Progress⁠. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.

For more information, see Notifications for practice runs and autoshifts in the Amazon Route 53 Application Recovery Controller Developer Guide.

Usage

arczonalshift_update_autoshift_observer_notification_status(status)

Arguments

status

[required] The status to set for autoshift observer notification. If the status is ENABLED, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge pattern ⁠Autoshift In Progress⁠. When the status is DISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.

Value

A list with the following syntax:

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

Request syntax

svc$update_autoshift_observer_notification_status(
  status = "ENABLED"|"DISABLED"
)