AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53RecoveryControl::RoutingControl

Route53RecoveryControl RoutingControl

AWS Route53 Recovery Control Routing Control resource schema .

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
ClusterArn
string
Create-onlyWrite-only
ControlPanelArn
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
RoutingControlArnstringThe Amazon Resource Name (ARN) of the routing control.
StatusstringThe deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53RecoveryControl::RoutingControl

Resources:
  MyResource:
    Type: AWS::Route53RecoveryControl::RoutingControl
    Properties:
      Name: "my-name"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53-recovery-control-config:CreateRoutingControlroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:DescribeCluster

read

route53-recovery-control-config:DescribeRoutingControl

update

route53-recovery-control-config:UpdateRoutingControlroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:DescribeControlPanel

delete

route53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:DeleteRoutingControl

list

route53-recovery-control-config:ListRoutingControls

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53RecoveryControl
Properties5
Required1
TaggingNot supported
Primary IDRoutingControlArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ControlPanelArnClusterArn

External Links