turbot/aws_compliance

Query: route53_domain_privacy_protection_enabled

Usage

powerpipe query aws_compliance.query.route53_domain_privacy_protection_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when admin_privacy then 'ok'
else 'alarm'
end as status,
case
when admin_privacy then title || ' privacy protection enabled.'
else title || ' privacy protection disabled.'
end as reason,
region,
account_id
from
aws_route53_domain;

Controls

The query is being used by the following controls: