turbot/aws_compliance

Query: sagemaker_model_network_isolation_enabled

Usage

powerpipe query aws_compliance.query.sagemaker_model_network_isolation_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when enable_network_isolation then 'ok'
else 'alarm'
end as status,
case
when enable_network_isolation then title || ' network isolation enabled.'
else title || ' network isolation disabled.'
end as reason,
region,
account_id
from
aws_sagemaker_model;

Controls

The query is being used by the following controls: