sdi_sources_list_only
Lists sdi_sources in a region or regions, for all properties use sdi_sources
Overview
| Name | sdi_sources_list_only |
| Type | Resource |
| Description | Definition of AWS::MediaLive::SdiSource Resource Type |
| Id | aws.medialive.sdi_sources_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | The unique identifier of the SdiSource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all sdi_sources in a region.
SELECT
region,
id
FROM aws.medialive.sdi_sources_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sdi_sources_list_only resource, see sdi_sources