Learn R Programming

paws.application.integration (version 0.1.5)

eventbridge_describe_event_bus: Displays details about an event bus in your account

Description

Displays details about an event bus in your account. This can include the external AWS accounts that are permitted to write events to your default event bus, and the associated policy. For custom event buses and partner event buses, it displays the name, ARN, policy, state, and creation time.

Usage

eventbridge_describe_event_bus(Name)

Arguments

Name

The name of the event bus to show details for. If you omit this, the default event bus is displayed.

Request syntax

svc$describe_event_bus(
  Name = "string"
)

Details

To enable your account to receive events from other accounts on its default event bus, use PutPermission.

For more information about partner event buses, see CreateEventBus.