event_bridge_rule_templates_list_only
Lists event_bridge_rule_templates in a region or regions, for all properties use event_bridge_rule_templates
Overview
| Name | event_bridge_rule_templates_list_only |
| Type | Resource |
| Description | Definition of AWS::MediaLive::EventBridgeRuleTemplate Resource Type |
| Id | aws.medialive.event_bridge_rule_templates_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | An eventbridge rule template's id. AWS provided templates have ids that start with aws- |
identifier | string | Placeholder documentation for __string |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all event_bridge_rule_templates in a region.
SELECT
region,
identifier
FROM aws.medialive.event_bridge_rule_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the event_bridge_rule_templates_list_only resource, see event_bridge_rule_templates