credentials: Optional credentials shorthand for the config parameter
creds :
access_key_id : AWS access key ID
secret_access_key : AWS secret access key
session_token : AWS temporary session token
profile : The name of a profile to use. If not given, then the default profile is used.
anonymous : Set anonymous credentials.
endpoint: Optional shorthand for complete URL to use for the constructed client.
region: Optional shorthand for AWS Region used in instantiating the client.
Returns
A client for the service. You can call the service's operations using syntax like svc$operation(...), where svc is the name you've assigned to the client. The available operations are listed in the Operations section.
Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group
get_cell
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
get_cell_readiness_summary
Gets readiness for a cell
get_readiness_check
Gets details about a readiness check
get_readiness_check_resource_status
Gets individual readiness status for a readiness check
get_readiness_check_status
Gets the readiness status for an individual readiness check
get_recovery_group
Gets details about a recovery group, including a list of the cells that are included in it
get_recovery_group_readiness_summary
Displays a summary of information about a recovery group's readiness status
get_resource_set
Displays the details about a resource set, including a list of the resources in the set
list_cells
Lists the cells for an account
list_cross_account_authorizations
Lists the cross-account readiness authorizations that are in place for an account
list_readiness_checks
Lists the readiness checks for an account
list_recovery_groups
Lists the recovery groups in an account
list_resource_sets
Lists the resource sets in an account
list_rules
Lists all readiness rules, or lists the readiness rules for a specific resource type
list_tags_for_resources
Lists the tags for a resource
tag_resource
Adds a tag to a resource
untag_resource
Removes a tag from a resource
update_cell
Updates a cell to replace the list of nested cells with a new list of nested cells
update_readiness_check
Updates a readiness check
update_recovery_group
Updates a recovery group
update_resource_set
Updates a resource set
Examples
## Not run:svc <- route53recoveryreadiness()svc$create_cell( Foo =123)## End(Not run)