AWS.Route53RecoveryControlConfig (aws-elixir v0.10.1) View Source

Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller

Link to this section Summary

Functions

Creates a safety rule in a control panel.

Display the details about a cluster.

Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.

Returns an array of all Amazon Route 53 health checks associated with a specific routing control.

Returns an array of all the clusters in an account.

List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.

Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel.

Link to this section Functions

Link to this function

create_cluster(client, input, options \\ [])

View Source

Create a new cluster.

A cluster is a set of redundant Regional endpoints against which you can run API calls to update or get the state of one or more routing controls. Each cluster has a name, status, Amazon Resource Name (ARN), and an array of the five cluster endpoints (one for each supported Amazon Web Services Region) that you can use with API calls to the Amazon Route 53 Application Recovery Controller cluster data plane.

Link to this function

create_control_panel(client, input, options \\ [])

View Source

Creates a new control panel.

A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over an Availability Zone or AWS Region.

Link to this function

create_routing_control(client, input, options \\ [])

View Source

Creates a new routing control.

A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control traffic routing.

To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

Link to this function

create_safety_rule(client, input, options \\ [])

View Source

Creates a safety rule in a control panel.

Safety rules let you add safeguards around enabling and disabling routing controls, to help prevent unexpected outcomes.

There are two types of safety rules: assertion rules and gating rules.

Assertion rule: An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control is not accepted.

Gating rule: A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you specify. If the gating rule evaluates to true, Amazon Route 53 Application Recovery Controller allows a set of routing control state changes to run and complete against the set of target controls.

Link to this function

delete_cluster(client, cluster_arn, input, options \\ [])

View Source

Delete a cluster.

Link to this function

delete_control_panel(client, control_panel_arn, input, options \\ [])

View Source

Deletes a control panel.

Link to this function

delete_routing_control(client, routing_control_arn, input, options \\ [])

View Source

Deletes a routing control.

Link to this function

delete_safety_rule(client, safety_rule_arn, input, options \\ [])

View Source

Deletes a safety rule.

/>

Link to this function

describe_cluster(client, cluster_arn, options \\ [])

View Source

Display the details about a cluster.

The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).

Link to this function

describe_control_panel(client, control_panel_arn, options \\ [])

View Source

Displays details about a control panel.

Link to this function

describe_routing_control(client, routing_control_arn, options \\ [])

View Source

Displays details about a routing control.

A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.

To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

Link to this function

describe_safety_rule(client, safety_rule_arn, options \\ [])

View Source

Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.

Link to this function

list_associated_route53_health_checks( client, routing_control_arn, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns an array of all Amazon Route 53 health checks associated with a specific routing control.

Link to this function

list_clusters(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns an array of all the clusters in an account.

Link to this function

list_control_panels( client, cluster_arn \\ nil, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns an array of control panels for a cluster.

Link to this function

list_routing_controls( client, control_panel_arn, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns an array of routing controls for a control panel.

A routing control is an Amazon Route 53 Application Recovery Controller construct that has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.

Link to this function

list_safety_rules(client, control_panel_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.

Link to this function

update_control_panel(client, input, options \\ [])

View Source

Updates a control panel.

The only update you can make to a control panel is to change the name of the control panel.

Link to this function

update_routing_control(client, input, options \\ [])

View Source

Updates a routing control.

You can only update the name of the routing control. To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

Link to this function

update_safety_rule(client, input, options \\ [])

View Source

Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel.

You can only update the name and the waiting period for a safety rule. To make other updates, delete the safety rule and create a new safety rule.