Skip to main content

network_tags

Expands all tag keys and values for networks in a region

Overview

Namenetwork_tags
TypeResource
DescriptionResource schema for AWS::MediaLive::Network.
Idaws.medialive.network_tags

Fields

NameDatatypeDescription
arnstringThe ARN of the Network.
associated_cluster_idsarray
idstringThe unique ID of the Network.
ip_poolsarrayThe list of IP address cidr pools for the network
namestringThe user-specified name of the Network to be created.
routesarrayThe routes for the network
statestringThe current state of the Network.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all networks in a region.

SELECT
region,
arn,
associated_cluster_ids,
id,
ip_pools,
name,
routes,
state,
tag_key,
tag_value
FROM aws.medialive.network_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the network_tags resource, see networks