Skip to main content

networks_list_only

Lists networks in a region or regions, for all properties use networks

Overview

Namenetworks_list_only
TypeResource
DescriptionResource schema for AWS::MediaLive::Network.
Idaws.medialive.networks_list_only

Fields

NameDatatypeDescription
idstringThe unique ID of the Network.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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