aws.events.describe_rule
Example SQL Queries
SELECT * FROMaws.events.describe_ruleWHERE"name" = 'VALUE';Description
Describes the specified rule.
DescribeRule does not list the targets of a rule. To see the targets associated with a rule, use ListTargetsByRule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the rule. | VARCHAR |
| event_bus_name Input Column The name of the event bus associated with the rule. | 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 The Amazon Resource Name (ARN) of the rule. | VARCHAR |
| created_by The account ID of the user that created the rule. If you use PutRule to put a rule on an event bus in another account, the other account is the owner of the rule, and the rule ARN includes the account ID for that account. However, the value for CreatedBy is the account ID as the account that created the rule in the other account. | VARCHAR |
| description The description of the rule. | VARCHAR |
| event_pattern The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide . | VARCHAR |
| managed_by If this is a managed rule, created by an Amazon Web Services service on your behalf, this field displays the principal name of the Amazon Web Services service that created the rule. | VARCHAR |
| role_arn The Amazon Resource Name (ARN) of the IAM role associated with the rule. | VARCHAR |
| schedule_expression The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)". | VARCHAR |
| state Specifies whether the rule is enabled or disabled. | VARCHAR |