Route53RecoveryControlConfigClient

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

Properties

Link copied to clipboard

Route53RecoveryControlConfigClient's configuration

Functions

Link copied to clipboard

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 cluster data plane.

Link copied to clipboard

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 Amazon Web Services Region.

Link copied to clipboard

Creates a new routing control.

Link copied to clipboard
abstract suspend fun createSafetyRule(input: CreateSafetyRuleRequest = CreateSafetyRuleRequest { }): CreateSafetyRuleResponse

Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes.

Link copied to clipboard

Delete a cluster.

Link copied to clipboard

Deletes a control panel.

Link copied to clipboard

Deletes a routing control.

Link copied to clipboard

Deletes a safety rule.

Link copied to clipboard

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

Link copied to clipboard

Displays details about a control panel.

Link copied to clipboard

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.

Link copied to clipboard

Returns information about a safety rule.

Link copied to clipboard

Get information about the resource policy for a cluster.

Link copied to clipboard

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

Link copied to clipboard
abstract suspend fun listClusters(input: ListClustersRequest = ListClustersRequest { }): ListClustersResponse

Returns an array of all the clusters in an account.

Link copied to clipboard
abstract suspend fun listControlPanels(input: ListControlPanelsRequest = ListControlPanelsRequest { }): ListControlPanelsResponse

Returns an array of control panels in an account or in a cluster.

Link copied to clipboard

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 copied to clipboard

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

Link copied to clipboard

Lists the tags for a resource.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds a tag to a resource.

Link copied to clipboard

Removes a tag from a resource.

Link copied to clipboard

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

Link copied to clipboard

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 copied to clipboard
abstract suspend fun updateSafetyRule(input: UpdateSafetyRuleRequest = UpdateSafetyRuleRequest { }): UpdateSafetyRuleResponse

Update a safety rule (an assertion rule or gating rule). 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 one.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

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 cluster data plane.

Link copied to clipboard

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 Amazon Web Services Region.

Link copied to clipboard
Link copied to clipboard

Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes.

Link copied to clipboard

Delete a cluster.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Displays details about a control panel.

Link copied to clipboard

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.

Link copied to clipboard

Returns information about a safety rule.

Link copied to clipboard

Get information about the resource policy for a cluster.

Link copied to clipboard

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

Link copied to clipboard

Returns an array of all the clusters in an account.

Link copied to clipboard

Returns an array of control panels in an account or in a cluster.

Link copied to clipboard

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 copied to clipboard

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

Link copied to clipboard

Lists the tags for a resource.

Link copied to clipboard

Adds a tag to a resource.

Link copied to clipboard

Removes a tag from a resource.

Link copied to clipboard

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

Link copied to clipboard

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 copied to clipboard

Update a safety rule (an assertion rule or gating rule). 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 one.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.