turbot/steampipe-mod-aws-compliance

Query: redshiftserverless_workgroup_enhanced_vpc_routing_enabled

Usage

powerpipe query aws_compliance.query.redshiftserverless_workgroup_enhanced_vpc_routing_enabled

SQL

select
workgroup_arn as resource,
case
when enhanced_vpc_routing then 'ok'
else 'alarm'
end as status,
case
when enhanced_vpc_routing then title || ' enhanced VPC routing enabled.'
else title || ' enhanced VPC routing disabled.'
end as reason
, region, account_id
from
aws_redshiftserverless_workgroup;

Controls

The query is being used by the following controls: