turbot/oci_insights

Query: mysql_channels_for_mysql_db_system

Usage

powerpipe query oci_insights.query.mysql_channels_for_mysql_db_system

Steampipe Tables

SQL

select
id as channel_id
from
oci_mysql_channel
where
target ->> 'dbSystemId' = $1