AWS::Route53RecoveryControl::RoutingControlAWS Route53 Recovery Control Routing Control resource schema .
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
ClusterArn | string | Create-onlyWrite-only |
ControlPanelArn | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
RoutingControlArn | string | The Amazon Resource Name (ARN) of the routing control. |
Status | string | The deployment status of the routing control. 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::RoutingControl
Resources:
MyResource:
Type: AWS::Route53RecoveryControl::RoutingControl
Properties:
Name: "my-name"Permissions CloudFormation needs in your IAM role to manage this resource.
route53-recovery-control-config:CreateRoutingControlroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:UpdateRoutingControlroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:DeleteRoutingControlroute53-recovery-control-config:ListRoutingControlsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRoutingControlArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ControlPanelArnClusterArn