cloudwatchevents_describe_rule: Describes the specified rule
Description
Describes the specified rule.
Usage
cloudwatchevents_describe_rule(Name, EventBusName)
Arguments
Name
[required] The name of the rule.
EventBusName
The event bus associated with the rule. If you omit this, the default
event bus is used.
Request syntax
svc$describe_rule(
Name = "string",
EventBusName = "string"
)
Details
DescribeRule
doesn\'t list the targets of a rule. To see the targets
associated with a rule, use ListTargetsByRule.