aws.medialive.get_event_bridge_rule_template
Example SQL Queries
SELECT * FROMaws.medialive.get_event_bridge_rule_templateWHERE"identifier" = 'VALUE';Description
Retrieves the specified eventbridge rule template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required Input Column An eventbridge rule template'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's ARN (Amazon Resource Name) | VARCHAR |
| created_at Placeholder documentation for __timestampIso8601 | TIMESTAMP_S |
| description A resource's optional description. | VARCHAR |
| event_targets Placeholder documentation for __listOfEventBridgeRuleTemplateTarget | STRUCT( |
Show child fields
| |
| event_type The type of event to match with the rule. | VARCHAR |
| group_id An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-` | VARCHAR |
| id An eventbridge rule template's id. AWS provided templates 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) |