turbot/aws_compliance

Query: vpc_endpoint_service_acceptance_required_enabled

Usage

powerpipe query aws_compliance.query.vpc_endpoint_service_acceptance_required_enabled

Steampipe Tables

SQL

select
service_id as resource,
case
when acceptance_required then 'ok'
else 'alarm'
end as status,
case
when acceptance_required then title || ' acceptance_required enabled.'
else title || ' acceptance_required disabled.'
end as reason,
region,
account_id
from
aws_vpc_endpoint_service;

Controls

The query is being used by the following controls: