turbot/aws_compliance

Query: apigateway_rest_api_stage_xray_tracing_enabled

Usage

powerpipe query aws_compliance.query.apigateway_rest_api_stage_xray_tracing_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when tracing_enabled then 'ok'
else 'alarm'
end as status,
case
when tracing_enabled then title || ' X-Ray tracing enabled.'
else title || ' X-Ray tracing disabled.'
end as reason,
region,
account_id
from
aws_api_gateway_stage;

Controls

The query is being used by the following controls: