Values.DescribeEventBusResponseSourceDisplays 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.
type nonrec t = {name : String_.t option;The name of the event bus. Currently, this is always default.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
*)description : EventBusDescription.t option;The event bus description.
*)kmsKeyIdentifier : KmsKeyIdentifier.t option;The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified. For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
*)deadLetterConfig : DeadLetterConfig.t option;policy : String_.t option;The policy that enables the external account to send events to your account.
*)logConfig : LogConfig.t option;The logging configuration settings for the event bus. For more information, see Configuring logs for event buses in the EventBridge User Guide.
*)creationTime : Timestamp.t option;The time the event bus was created.
*)lastModifiedTime : Timestamp.t option;The time the event bus was last modified.
*)}type nonrec error = [ | `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list
| `Timestamp of Timestamp.t ])
list ]