AWS Route 53 Recovery Control Recoverycontrolconfig Routing Control

This page shows how to write Terraform and CloudFormation for Route 53 Recovery Control Recoverycontrolconfig Routing Control and write them securely.

aws_route53recoverycontrolconfig_routing_control (Terraform)

The Recoverycontrolconfig Routing Control in Route 53 Recovery Control can be configured in Terraform with the resource name aws_route53recoverycontrolconfig_routing_control. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are required:

  • cluster_arn - (Required) ARN of the cluster in which this routing control will reside.
  • name - (Required) The name describing the routing control.

The following arguments are optional:

  • control_panel_arn - (Optional) ARN of the control panel in which this routing control will reside.

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the routing control.
  • status - Status of routing control. PENDING when it is being created/updated, PENDING_DELETION when it is being deleted, and DEPLOYED otherwise.

Explanation in Terraform Registry

Provides an AWS Route 53 Recovery Control Config Routing Control.

AWS::Route53RecoveryControl::RoutingControl (CloudFormation)

The RoutingControl in Route53RecoveryControl can be configured in CloudFormation with the resource name AWS::Route53RecoveryControl::RoutingControl. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

ClusterArn The Amazon Resource Name (ARN) of the cluster that includes the routing control.
Required: No
Type: String
Update requires: Replacement

ControlPanelArn The Amazon Resource Name (ARN) of the control panel that includes the routing control.
Required: No
Type: String
Update requires: Replacement

Name The name of the routing control. You can use any non-white space character in the name.
Required: Yes
Type: String
Update requires: No interruption

Explanation in CloudFormation Registry

Defines a 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.

Frequently asked questions

What is AWS Route 53 Recovery Control Recoverycontrolconfig Routing Control?

AWS Route 53 Recovery Control Recoverycontrolconfig Routing Control is a resource for Route 53 Recovery Control of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.