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