safety_rules
Retrieves a list of safety_rules
in a region
Overview
Name | safety_rules |
Type | Resource |
Description | safety_rules |
Id | awscc.route53recoverycontrol.safety_rules |
Fields
Name | Datatype | Description |
---|---|---|
safety_rule_arn | string | The Amazon Resource Name (ARN) of the safety rule. |
region | string | AWS 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