signal_map_tags
Expands all tag keys and values for signal_maps
in a region
Overview
Name | signal_map_tags |
Type | Resource |
Description | Definition of AWS::MediaLive::SignalMap Resource Type |
Id | aws.medialive.signal_map_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | A signal map's ARN (Amazon Resource Name) |
cloud_watch_alarm_template_group_identifiers | array | |
cloud_watch_alarm_template_group_ids | array | |
created_at | string | |
description | string | A resource's optional description. |
discovery_entry_point_arn | string | A top-level supported AWS resource ARN to discovery a signal map from. |
error_message | string | Error message associated with a failed creation or failed update attempt of a signal map. |
event_bridge_rule_template_group_identifiers | array | |
event_bridge_rule_template_group_ids | array | |
failed_media_resource_map | object | A map representing an incomplete AWS media workflow as a graph. |
force_rediscovery | boolean | If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided. |
id | string | A signal map's id. |
identifier | string | |
last_discovered_at | string | |
last_successful_monitor_deployment | object | Represents the latest successful monitor deployment of a signal map. |
media_resource_map | object | A map representing an AWS media workflow as a graph. |
modified_at | string | |
monitor_changes_pending_deployment | boolean | If true, there are pending monitor changes for this signal map that can be deployed. |
monitor_deployment | object | Represents the latest monitor deployment of a signal map. |
name | string | A resource's name. Names must be unique within the scope of a resource type in a specific region. |
status | string | A signal map's current status which is dependent on its lifecycle actions or associated jobs. |
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 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