eventbridge_describe_event_bus {paws.application.integration} | R Documentation |
Displays details about an event bus in your account
Description
Displays details about an event bus in your account. This can include the external Amazon Web Services 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.
See https://www.paws-r-sdk.com/docs/eventbridge_describe_event_bus/ for full documentation.
Usage
eventbridge_describe_event_bus(Name = NULL)
Arguments
Name |
The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed. |
[Package paws.application.integration version 0.6.0 Index]