View Source aws_route53_recovery_readiness (aws v1.0.4)
Summary
Functions
Creates a cross-account readiness authorization.
Creates a readiness check in an account.
Creates a recovery group in an account.
Creates a resource set.
Delete a cell.
Gets readiness for a cell.
Gets individual readiness status for a readiness check.
Gets the readiness status for an individual readiness check.
Displays a summary of information about a recovery group's readiness status.
Functions
Creates a cross-account readiness authorization.
This lets you authorize another account to work with Route 53 Application Recovery Controller, for example, to check the readiness status of resources in a separate account.Creates a readiness check in an account.
A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.Creates a recovery group in an account.
A recovery group corresponds to an application and includes a list of the cells that make up the application.Creates a resource set.
A resource set is a set of resources of one type that span multiple cells. You can associate a resource set with a readiness check to monitor the resources for failover readiness.Delete a cell.
When successful, the response code is 204, with no response body.delete_cross_account_authorization(Client, CrossAccountAuthorization, Input)
View Sourcedelete_cross_account_authorization(Client, CrossAccountAuthorization, Input0, Options0)
View Sourcedelete_readiness_check(Client, ReadinessCheckName, Input0, Options0)
View Sourcedelete_recovery_group(Client, RecoveryGroupName, Input0, Options0)
View Sourceget_architecture_recommendations(Client, RecoveryGroupName, QueryMap, HeadersMap)
View Sourceget_architecture_recommendations(Client, RecoveryGroupName, QueryMap, HeadersMap, Options0)
View SourceGets readiness for a cell.
Aggregates the readiness of all the resources that are associated with the cell into a single value.get_cell_readiness_summary(Client, CellName, QueryMap, HeadersMap)
View Sourceget_cell_readiness_summary(Client, CellName, QueryMap, HeadersMap, Options0)
View Sourceget_readiness_check(Client, ReadinessCheckName, QueryMap, HeadersMap)
View Sourceget_readiness_check(Client, ReadinessCheckName, QueryMap, HeadersMap, Options0)
View Sourceget_readiness_check_resource_status(Client, ReadinessCheckName, ResourceIdentifier)
View SourceGets individual readiness status for a readiness check.
To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in the recovery group, use GetRecoveryGroupReadinessSummary.get_readiness_check_resource_status(Client, ReadinessCheckName, ResourceIdentifier, QueryMap, HeadersMap)
View Sourceget_readiness_check_resource_status(Client, ReadinessCheckName, ResourceIdentifier, QueryMap, HeadersMap, Options0)
View SourceGets the readiness status for an individual readiness check.
To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in a recovery group, use GetRecoveryGroupReadinessSummary.get_readiness_check_status(Client, ReadinessCheckName, QueryMap, HeadersMap)
View Sourceget_readiness_check_status(Client, ReadinessCheckName, QueryMap, HeadersMap, Options0)
View Sourceget_recovery_group(Client, RecoveryGroupName, QueryMap, HeadersMap)
View Sourceget_recovery_group(Client, RecoveryGroupName, QueryMap, HeadersMap, Options0)
View SourceDisplays a summary of information about a recovery group's readiness status.
Includes the readiness checks for resources in the recovery group and the readiness status of each one.