Skip to main content

rules_list_only

Lists rules in a region or regions, for all properties use rules

Overview

Namerules_list_only
TypeResource
DescriptionResource Type definition for AWS::Events::Rule
Idaws.events.rules_list_only

Fields

NameDatatypeDescription
arnstringThe ARN of the rule, such as arn:aws:events:us-east-2:123456789012:rule/example.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all rules in a region.

SELECT
region,
arn
FROM aws.events.rules_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the rules_list_only resource, see rules