turbot/aws_compliance

Query: kinesis_stream_server_side_encryption_enabled

Usage

powerpipe query aws_compliance.query.kinesis_stream_server_side_encryption_enabled

Steampipe Tables

SQL

select
stream_arn as resource,
case
when encryption_type = 'KMS' then 'ok'
else 'alarm'
end as status,
case
when encryption_type = 'KMS' then title || ' server side encryption enabled.'
else title || ' server side encryption disabled.'
end as reason,
region,
account_id
from
aws_kinesis_stream;

Controls

The query is being used by the following controls: