Skip to main content

signal_map_tags

Expands all tag keys and values for signal_maps in a region

Overview

Namesignal_map_tags
TypeResource
DescriptionDefinition of AWS::MediaLive::SignalMap Resource Type
Idaws.medialive.signal_map_tags

Fields

NameDatatypeDescription
arnstringA signal map's ARN (Amazon Resource Name)
cloud_watch_alarm_template_group_identifiersarray
cloud_watch_alarm_template_group_idsarray
created_atstring
descriptionstringA resource's optional description.
discovery_entry_point_arnstringA top-level supported AWS resource ARN to discovery a signal map from.
error_messagestringError message associated with a failed creation or failed update attempt of a signal map.
event_bridge_rule_template_group_identifiersarray
event_bridge_rule_template_group_idsarray
failed_media_resource_mapobjectA map representing an incomplete AWS media workflow as a graph.
force_rediscoverybooleanIf true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
idstringA signal map's id.
identifierstring
last_discovered_atstring
last_successful_monitor_deploymentobjectRepresents the latest successful monitor deployment of a signal map.
media_resource_mapobjectA map representing an AWS media workflow as a graph.
modified_atstring
monitor_changes_pending_deploymentbooleanIf true, there are pending monitor changes for this signal map that can be deployed.
monitor_deploymentobjectRepresents the latest monitor deployment of a signal map.
namestringA resource's name. Names must be unique within the scope of a resource type in a specific region.
statusstringA signal map's current status which is dependent on its lifecycle actions or associated jobs.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all signal_maps in a region.

SELECT
region,
arn,
cloud_watch_alarm_template_group_identifiers,
cloud_watch_alarm_template_group_ids,
created_at,
description,
discovery_entry_point_arn,
error_message,
event_bridge_rule_template_group_identifiers,
event_bridge_rule_template_group_ids,
failed_media_resource_map,
force_rediscovery,
id,
identifier,
last_discovered_at,
last_successful_monitor_deployment,
media_resource_map,
modified_at,
monitor_changes_pending_deployment,
monitor_deployment,
name,
status,
tag_key,
tag_value
FROM aws.medialive.signal_map_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the signal_map_tags resource, see signal_maps