Smaws_Client_EventBridge.DescribeEventBus
val request :
Smaws_Lib.Context.t ->
describe_event_bus_request ->
(describe_event_bus_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of internal_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
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.
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.