turbot/aws_compliance

Query: apigateway_rest_api_stage_use_ssl_certificate

Usage

powerpipe query aws_compliance.query.apigateway_rest_api_stage_use_ssl_certificate

Steampipe Tables

SQL

select
arn as resource,
case
when client_certificate_id is null then 'alarm'
else 'ok'
end as status,
case
when client_certificate_id is null then title || ' does not use SSL certificate.'
else title || ' uses SSL certificate.'
end as reason,
region,
account_id
from
aws_api_gateway_stage;

Controls

The query is being used by the following controls: