DescribeRuleResponse
class DescribeRuleResponse
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
The description of the rule.
Link copied to clipboard
The name of the event bus associated with the rule.
Link copied to clipboard
The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
Link copied to clipboard
The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".