GetAutoshiftObserverNotificationStatus
Returns 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.
Request Syntax
GET /autoshift-observer-notification HTTP/1.1
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"status": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- status
-
The status of autoshift observer notification. If the status is
ENABLED
, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress
. When the status isDISABLED
, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.Type: String
Valid Values:
ENABLED | DISABLED
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You do not have sufficient access to perform this action.
HTTP Status Code: 403
- InternalServerException
-
There was an internal server error.
HTTP Status Code: 500
- ThrottlingException
-
The request was denied due to request throttling.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: