AWS::Route53RecoveryControl::ControlPanelAWS Route53 Recovery Control Control Panel resource schema .
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
ClusterArn | string | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ControlPanelArn | string | The Amazon Resource Name (ARN) of the cluster. |
DefaultControlPanel | boolean | A 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... |
RoutingControlCount | integer | Count of associated routing controls |
Status | string | The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
route53-recovery-control-config:CreateControlPanelroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResourceroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:UpdateControlPanelroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResourceroute53-recovery-control-config:UntagResourceroute53-recovery-control-config:DeleteControlPanelroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:ListControlPanelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterControlPanelArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterArnTags