Skip to main content

safety_rules

Retrieves a list of safety_rules in a region

Overview

Namesafety_rules
TypeResource
Descriptionsafety_rules
Idawscc.route53recoverycontrol.safety_rules

Fields

NameDatatypeDescription
safety_rule_arnstringThe Amazon Resource Name (ARN) of the safety rule.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
safety_rule_arn
FROM awscc.route53recoverycontrol.safety_rules
WHERE region = 'us-east-1'

Permissions

To operate on the safety_rules resource, the following permissions are required:

Create

route53-recovery-control-config:CreateSafetyRule,
route53-recovery-control-config:DescribeSafetyRule,
route53-recovery-control-config:DescribeControlPanel,
route53-recovery-control-config:DescribeRoutingControl,
route53-recovery-control-config:ListTagsForResource,
route53-recovery-control-config:TagResource

List

route53-recovery-control-config:ListSafetyRules