UpdateAutoshiftObserverNotificationStatus
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.
Request Syntax
PUT /autoshift-observer-notification HTTP/1.1
Content-type: application/json
{
"status": "string
"
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- status
-
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 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
Required: Yes
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 for autoshift observer notification.
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
- ValidationException
-
The input fails to satisfy the constraints specified by an AWS service.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: