Learn R Programming

paws.application.integration (version 0.1.10)

eventbridge_describe_rule: Describes the specified rule

Description

Describes the specified rule.

DescribeRule does not list the targets of a rule. To see the targets associated with a rule, use ListTargetsByRule.

Usage

eventbridge_describe_rule(Name, EventBusName)

Arguments

Name

[required] The name of the rule.

EventBusName

The name or ARN of 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"
)