safety_rule
Gets an individual safety_rule
resource
Overview
Name | safety_rule |
Type | Resource |
Description | safety_rule |
Id | awscc.route53recoverycontrol.safety_rule |
Fields
Name | Datatype | Description |
---|---|---|
assertion_rule | object | |
gating_rule | object | |
name | string | |
safety_rule_arn | string | The Amazon Resource Name (ARN) of the safety rule. |
control_panel_arn | string | The Amazon Resource Name (ARN) of the control panel. |
status | string | The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. |
rule_config | object | |
tags | array | A collection of tags associated with a resource |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
assertion_rule,
gating_rule,
name,
safety_rule_arn,
control_panel_arn,
status,
rule_config,
tags
FROM awscc.route53recoverycontrol.safety_rule
WHERE data__Identifier = '<SafetyRuleArn>';
Permissions
To operate on the safety_rule
resource, the following permissions are required:
Read
route53-recovery-control-config:DescribeSafetyRule,
route53-recovery-control-config:ListTagsForResource
Update
route53-recovery-control-config:UpdateSafetyRule,
route53-recovery-control-config:DescribeSafetyRule,
route53-recovery-control-config:ListTagsForResource,
route53-recovery-control-config:TagResource,
route53-recovery-control-config:UntagResource
Delete
route53-recovery-control-config:DescribeSafetyRule,
route53-recovery-control-config:DeleteSafetyRule