aws.medialive.get_event_bridge_rule_template_group
Example SQL Queries
SELECT * FROMaws.medialive.get_event_bridge_rule_template_groupWHERE"identifier" = 'VALUE';Description
Retrieves the specified eventbridge rule template group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required 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 An eventbridge rule template group's ARN (Amazon Resource Name) | VARCHAR |
| created_at Placeholder documentation for __timestampIso8601 | TIMESTAMP_S |
| description A resource's optional description. | VARCHAR |
| id An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-` | VARCHAR |
| modified_at Placeholder documentation for __timestampIso8601 | TIMESTAMP_S |
| name A resource's name. Names must be unique within the scope of a resource type in a specific region. | VARCHAR |
| tags Represents the tags associated with a resource. | MAP(VARCHAR, VARCHAR) |