network_tags
Expands all tag keys and values for networks
in a region
Overview
Name | network_tags |
Type | Resource |
Description | Resource schema for AWS::MediaLive::Network. |
Id | aws.medialive.network_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the Network. |
associated_cluster_ids | array | |
id | string | The unique ID of the Network. |
ip_pools | array | The list of IP address cidr pools for the network |
name | string | The user-specified name of the Network to be created. |
routes | array | The routes for the network |
state | string | The current state of the Network. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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