turbot/steampipe-mod-aws-compliance

Query: transfer_connector_logging_enabled

Usage

powerpipe query aws_compliance.query.transfer_connector_logging_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when logging_role is not null then 'ok'
else 'alarm'
end as status,
case
when logging_role is not null then title || ' logging enabled'
else title || ' logging disabled.'
end as reason
, region, account_id
from
aws_transfer_connector;

Controls

The query is being used by the following controls: