AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53RecoveryControl::SafetyRule

Route53RecoveryControl SafetyRule

Resource schema for AWS Route53 Recovery Control basic constructs and validation rules.

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AssertionRule
AssertionRule
ControlPanelArn
string
GatingRule
GatingRule
Name
string
RuleConfig
RuleConfig
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
SafetyRuleArnstringThe Amazon Resource Name (ARN) of the safety rule.
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::SafetyRule

Resources:
  MyResource:
    Type: AWS::Route53RecoveryControl::SafetyRule
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

route53-recovery-control-config:CreateSafetyRuleroute53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:DescribeControlPanelroute53-recovery-control-config:DescribeRoutingControlroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResource

read

route53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:ListTagsForResource

update

route53-recovery-control-config:UpdateSafetyRuleroute53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResourceroute53-recovery-control-config:UntagResource

delete

route53-recovery-control-config:DescribeSafetyRuleroute53-recovery-control-config:DeleteSafetyRule

list

route53-recovery-control-config:ListSafetyRules

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
Properties8
Required0
TaggingSupported
Primary IDSafetyRuleArn

Supported Operations

CreateReadUpdateDeleteList

External Links