safety_rules_list_only
Lists safety_rules
in a region or regions, for all properties use safety_rules
Overview
Name | safety_rules_list_only |
Type | Resource |
Description | Resource schema for AWS Route53 Recovery Control basic constructs and validation rules. |
Id | aws.route53recoverycontrol.safety_rules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
safety_rule_arn | string | The Amazon Resource Name (ARN) of the safety rule. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all safety_rules
in a region.
SELECT
region,
safety_rule_arn
FROM aws.route53recoverycontrol.safety_rules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the safety_rules_list_only
resource, see safety_rules