aws.medialive.list_signal_maps
Example SQL Queries
SELECT * FROMaws.medialive.list_signal_maps;Description
Lists signal maps.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cloud_watch_alarm_template_group_identifier Input Column A cloudwatch alarm template group's identifier. Can be either be its id or current name. | VARCHAR |
| event_bridge_rule_template_group_identifier Input Column An eventbridge rule template group's identifier. Can be either be its id or current name. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn A signal map's ARN (Amazon Resource Name) | VARCHAR |
| created_at Placeholder documentation for __timestampIso8601 | TIMESTAMP_S |
| description A resource's optional description. | VARCHAR |
| id A signal map's id. | VARCHAR |
| modified_at Placeholder documentation for __timestampIso8601 | TIMESTAMP_S |
| monitor_deployment_status A signal map's monitor deployment status. | VARCHAR |
| name A resource's name. Names must be unique within the scope of a resource type in a specific region. | VARCHAR |
| status A signal map's current status which is dependent on its lifecycle actions or associated jobs. | VARCHAR |
| tags Represents the tags associated with a resource. | MAP(VARCHAR, VARCHAR) |