AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53RecoveryControl::ControlPanel

Route53RecoveryControl ControlPanel

AWS Route53 Recovery Control Control Panel resource schema .

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
ClusterArn
string
Create-only
Tags
Array<Tag>
Create-only

Return Values

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

AttributeTypeDescription
ControlPanelArnstringThe Amazon Resource Name (ARN) of the cluster.
DefaultControlPanelbooleanA flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control pan...
RoutingControlCountintegerCount of associated routing controls
StatusstringThe deployment status of control panel. 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::ControlPanel

Resources:
  MyResource:
    Type: AWS::Route53RecoveryControl::ControlPanel
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

route53-recovery-control-config:CreateControlPanelroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResource

read

route53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:ListTagsForResource

update

route53-recovery-control-config:UpdateControlPanelroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResourceroute53-recovery-control-config:UntagResource

delete

route53-recovery-control-config:DeleteControlPanelroute53-recovery-control-config:DescribeControlPanel

list

route53-recovery-control-config:ListControlPanels

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
Properties7
Required1
TaggingSupported
Primary IDControlPanelArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ClusterArnTags

External Links