AWS::Route53RecoveryControl::SafetyRuleResource schema for AWS Route53 Recovery Control basic constructs and validation rules.
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AssertionRule | AssertionRule | |
ControlPanelArn | string | |
GatingRule | GatingRule | |
Name | string | |
RuleConfig | RuleConfig | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
SafetyRuleArn | string | The Amazon Resource Name (ARN) of the safety rule. |
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::SafetyRule
Resources:
MyResource:
Type: AWS::Route53RecoveryControl::SafetyRule
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
route53-recovery-control-config:CreateSafetyRuleroute53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResourceroute53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:UpdateSafetyRuleroute53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResourceroute53-recovery-control-config:UntagResourceroute53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:DeleteSafetyRuleroute53-recovery-control-config:ListSafetyRulesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSafetyRuleArn