AWS.Route53RecoveryReadiness (aws-elixir v0.10.1) View Source
AWS Route53 Recovery Readiness
Link to this section Summary
Functions
Creates a new Cell.
Create a new cross account readiness authorization.
Creates a new Readiness Check.
Creates a new Recovery Group.
Creates a new Resource Set.
Deletes an existing Cell.
Delete cross account readiness authorization
Deletes an existing Readiness Check.
Deletes an existing Recovery Group.
Deletes an existing Resource Set.
Returns a collection of recommendations to improve resilliance and readiness check quality for a Recovery Group.
Returns information about a Cell.
Returns information about readiness of a Cell.
Returns information about a ReadinessCheck.
Returns detailed information about the status of an individual resource within a Readiness Check's Resource Set.
Returns information about the status of a Readiness Check.
Returns information about a Recovery Group.
Returns information about a Recovery Group.
Returns information about a Resource Set.
Returns a collection of Cells.
Returns a collection of cross account readiness authorizations.
Returns a collection of Readiness Checks.
Returns a collection of Recovery Groups.
Returns a collection of Resource Sets.
Returns a collection of rules that are applied as part of Readiness Checks.
Returns a list of the tags assigned to the specified resource.
Adds tags to the specified resource.
Removes tags from the specified resource.
Updates an existing Cell.
Updates an exisiting Readiness Check.
Updates an existing Recovery Group.
Updates an existing Resource Set.
Link to this section Functions
Creates a new Cell.
Create a new cross account readiness authorization.
Creates a new Readiness Check.
Creates a new Recovery Group.
Creates a new Resource Set.
Deletes an existing Cell.
delete_cross_account_authorization(client, cross_account_authorization, input, options \\ [])
View SourceDelete cross account readiness authorization
delete_readiness_check(client, readiness_check_name, input, options \\ [])
View SourceDeletes an existing Readiness Check.
delete_recovery_group(client, recovery_group_name, input, options \\ [])
View SourceDeletes an existing Recovery Group.
delete_resource_set(client, resource_set_name, input, options \\ [])
View SourceDeletes an existing Resource Set.
get_architecture_recommendations( client, recovery_group_name, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceReturns a collection of recommendations to improve resilliance and readiness check quality for a Recovery Group.
Returns information about a Cell.
get_cell_readiness_summary( client, cell_name, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceReturns information about readiness of a Cell.
Returns information about a ReadinessCheck.
get_readiness_check_resource_status( client, readiness_check_name, resource_identifier, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceReturns detailed information about the status of an individual resource within a Readiness Check's Resource Set.
get_readiness_check_status( client, readiness_check_name, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceReturns information about the status of a Readiness Check.
Returns information about a Recovery Group.
get_recovery_group_readiness_summary( client, recovery_group_name, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceReturns information about a Recovery Group.
Returns information about a Resource Set.
list_cells(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of Cells.
list_cross_account_authorizations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of cross account readiness authorizations.
list_readiness_checks(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of Readiness Checks.
list_recovery_groups(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of Recovery Groups.
list_resource_sets(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of Resource Sets.
list_rules(client, max_results \\ nil, next_token \\ nil, resource_type \\ nil, options \\ [])
View SourceReturns a collection of rules that are applied as part of Readiness Checks.
Returns a list of the tags assigned to the specified resource.
Adds tags to the specified resource.
You can specify one or more tags to add.
Removes tags from the specified resource.
You can specify one or more tags to remove.
Updates an existing Cell.
update_readiness_check(client, readiness_check_name, input, options \\ [])
View SourceUpdates an exisiting Readiness Check.
update_recovery_group(client, recovery_group_name, input, options \\ [])
View SourceUpdates an existing Recovery Group.
update_resource_set(client, resource_set_name, input, options \\ [])
View SourceUpdates an existing Resource Set.