View Source aws_route53_recovery_readiness (aws v1.0.4)

Recovery readiness

Summary

Functions

Creates a cell in an account.

Creates a cross-account readiness authorization.

Creates a readiness check in an account.

Creates a recovery group in an account.

Creates a resource set.

Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
Gets details about a readiness check.

Gets individual readiness status for a readiness check.

Gets the readiness status for an individual readiness check.

Gets details about a recovery group, including a list of the cells that are included in it.

Displays a summary of information about a recovery group's readiness status.

Displays the details about a resource set, including a list of the resources in the set.
Lists the cells for an account.
Lists the cross-account readiness authorizations that are in place for an account.
Lists the readiness checks for an account.
Lists the recovery groups in an account.
Lists the resource sets in an account.
Lists all readiness rules, or lists the readiness rules for a specific resource type.
Lists the tags for a resource.
Adds a tag to a resource.
Removes a tag from a resource.
Updates a cell to replace the list of nested cells with a new list of nested cells.

Functions

Link to this function

create_cell(Client, Input)

View Source
Creates a cell in an account.
Link to this function

create_cell(Client, Input0, Options0)

View Source
Link to this function

create_cross_account_authorization(Client, Input)

View Source

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.
Link to this function

create_cross_account_authorization(Client, Input0, Options0)

View Source
Link to this function

create_readiness_check(Client, Input)

View Source

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.
Link to this function

create_readiness_check(Client, Input0, Options0)

View Source
Link to this function

create_recovery_group(Client, Input)

View Source

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.
Link to this function

create_recovery_group(Client, Input0, Options0)

View Source
Link to this function

create_resource_set(Client, Input)

View Source

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.
Link to this function

create_resource_set(Client, Input0, Options0)

View Source
Link to this function

delete_cell(Client, CellName, Input)

View Source

Delete a cell.

When successful, the response code is 204, with no response body.
Link to this function

delete_cell(Client, CellName, Input0, Options0)

View Source
Link to this function

delete_cross_account_authorization(Client, CrossAccountAuthorization, Input)

View Source
Deletes cross account readiness authorization.
Link to this function

delete_cross_account_authorization(Client, CrossAccountAuthorization, Input0, Options0)

View Source
Link to this function

delete_readiness_check(Client, ReadinessCheckName, Input)

View Source
Deletes a readiness check.
Link to this function

delete_readiness_check(Client, ReadinessCheckName, Input0, Options0)

View Source
Link to this function

delete_recovery_group(Client, RecoveryGroupName, Input)

View Source
Deletes a recovery group.
Link to this function

delete_recovery_group(Client, RecoveryGroupName, Input0, Options0)

View Source
Link to this function

delete_resource_set(Client, ResourceSetName, Input)

View Source
Deletes a resource set.
Link to this function

delete_resource_set(Client, ResourceSetName, Input0, Options0)

View Source
Link to this function

get_architecture_recommendations(Client, RecoveryGroupName)

View Source
Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.
Link to this function

get_architecture_recommendations(Client, RecoveryGroupName, QueryMap, HeadersMap)

View Source
Link to this function

get_architecture_recommendations(Client, RecoveryGroupName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_cell(Client, CellName)

View Source
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
Link to this function

get_cell(Client, CellName, QueryMap, HeadersMap)

View Source
Link to this function

get_cell(Client, CellName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_cell_readiness_summary(Client, CellName)

View Source

Gets readiness for a cell.

Aggregates the readiness of all the resources that are associated with the cell into a single value.
Link to this function

get_cell_readiness_summary(Client, CellName, QueryMap, HeadersMap)

View Source
Link to this function

get_cell_readiness_summary(Client, CellName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_readiness_check(Client, ReadinessCheckName)

View Source
Gets details about a readiness check.
Link to this function

get_readiness_check(Client, ReadinessCheckName, QueryMap, HeadersMap)

View Source
Link to this function

get_readiness_check(Client, ReadinessCheckName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_readiness_check_resource_status(Client, ReadinessCheckName, ResourceIdentifier)

View Source

Gets 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.
Link to this function

get_readiness_check_resource_status(Client, ReadinessCheckName, ResourceIdentifier, QueryMap, HeadersMap)

View Source
Link to this function

get_readiness_check_resource_status(Client, ReadinessCheckName, ResourceIdentifier, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_readiness_check_status(Client, ReadinessCheckName)

View Source

Gets 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.
Link to this function

get_readiness_check_status(Client, ReadinessCheckName, QueryMap, HeadersMap)

View Source
Link to this function

get_readiness_check_status(Client, ReadinessCheckName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_recovery_group(Client, RecoveryGroupName)

View Source
Gets details about a recovery group, including a list of the cells that are included in it.
Link to this function

get_recovery_group(Client, RecoveryGroupName, QueryMap, HeadersMap)

View Source
Link to this function

get_recovery_group(Client, RecoveryGroupName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_recovery_group_readiness_summary(Client, RecoveryGroupName)

View Source

Displays 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.
Link to this function

get_recovery_group_readiness_summary(Client, RecoveryGroupName, QueryMap, HeadersMap)

View Source
Link to this function

get_recovery_group_readiness_summary(Client, RecoveryGroupName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_resource_set(Client, ResourceSetName)

View Source
Displays the details about a resource set, including a list of the resources in the set.
Link to this function

get_resource_set(Client, ResourceSetName, QueryMap, HeadersMap)

View Source
Link to this function

get_resource_set(Client, ResourceSetName, QueryMap, HeadersMap, Options0)

View Source
Lists the cells for an account.
Link to this function

list_cells(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_cells(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_cross_account_authorizations(Client)

View Source
Lists the cross-account readiness authorizations that are in place for an account.
Link to this function

list_cross_account_authorizations(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_cross_account_authorizations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_readiness_checks(Client)

View Source
Lists the readiness checks for an account.
Link to this function

list_readiness_checks(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_readiness_checks(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_recovery_groups(Client)

View Source
Lists the recovery groups in an account.
Link to this function

list_recovery_groups(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_recovery_groups(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_resource_sets(Client)

View Source
Lists the resource sets in an account.
Link to this function

list_resource_sets(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_resource_sets(Client, QueryMap, HeadersMap, Options0)

View Source
Lists all readiness rules, or lists the readiness rules for a specific resource type.
Link to this function

list_rules(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_rules(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resources(Client, ResourceArn)

View Source
Lists the tags for a resource.
Link to this function

list_tags_for_resources(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resources(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds a tag to a resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes a tag from a resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_cell(Client, CellName, Input)

View Source
Updates a cell to replace the list of nested cells with a new list of nested cells.
Link to this function

update_cell(Client, CellName, Input0, Options0)

View Source
Link to this function

update_readiness_check(Client, ReadinessCheckName, Input)

View Source
Updates a readiness check.
Link to this function

update_readiness_check(Client, ReadinessCheckName, Input0, Options0)

View Source
Link to this function

update_recovery_group(Client, RecoveryGroupName, Input)

View Source
Updates a recovery group.
Link to this function

update_recovery_group(Client, RecoveryGroupName, Input0, Options0)

View Source
Link to this function

update_resource_set(Client, ResourceSetName, Input)

View Source
Updates a resource set.
Link to this function

update_resource_set(Client, ResourceSetName, Input0, Options0)

View Source