2025/07/15 - Amazon EventBridge - 3 updated api methods
Changes Add customer-facing logging for the EventBridge Event Bus, enabling customers to better observe their events and extract insights about their EventBridge usage.
{'LogConfig': {'IncludeDetail': 'NONE | FULL', 'Level': 'OFF | ERROR | INFO | TRACE'}}
Creates a new event bus within your account. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.
See also: AWS API Documentation
Request Syntax
client.create_event_bus( Name='string', EventSourceName='string', Description='string', KmsKeyIdentifier='string', DeadLetterConfig={ 'Arn': 'string' }, LogConfig={ 'IncludeDetail': 'NONE'|'FULL', 'Level': 'OFF'|'ERROR'|'INFO'|'TRACE' }, Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
string
[REQUIRED]
The name of the new event bus.
Custom event bus names can't contain the / character, but you can use the / character in partner event bus names. In addition, for partner event buses, the name must exactly match the name of the partner event source that this event bus is matched to.
You can't use the name default for a custom event bus, as this name is already used for your account's default event bus.
string
If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
string
The event bus description.
string
The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt events on the event bus.
For more information, see Identify and view keys in the Key Management Service Developer Guide.
dict
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.
Arn (string) --
The ARN of the SQS queue specified as the target for the dead-letter queue.
dict
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
IncludeDetail (string) --
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
Level (string) --
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.
list
Tags to associate with the event bus.
(dict) --
A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.
Key (string) -- [REQUIRED]
A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
Value (string) -- [REQUIRED]
The value for the specified tag key.
dict
Response Syntax
{ 'EventBusArn': 'string', 'Description': 'string', 'KmsKeyIdentifier': 'string', 'DeadLetterConfig': { 'Arn': 'string' }, 'LogConfig': { 'IncludeDetail': 'NONE'|'FULL', 'Level': 'OFF'|'ERROR'|'INFO'|'TRACE' } }
Response Structure
(dict) --
EventBusArn (string) --
The ARN of the new event bus.
Description (string) --
The event bus description.
KmsKeyIdentifier (string) --
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 (dict) --
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.
Arn (string) --
The ARN of the SQS queue specified as the target for the dead-letter queue.
LogConfig (dict) --
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
IncludeDetail (string) --
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
Level (string) --
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.
{'LogConfig': {'IncludeDetail': 'NONE | FULL', 'Level': 'OFF | ERROR | INFO | TRACE'}}
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.
See also: AWS API Documentation
Request Syntax
client.describe_event_bus( Name='string' )
string
The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.
dict
Response Syntax
{ 'Name': 'string', 'Arn': 'string', 'Description': 'string', 'KmsKeyIdentifier': 'string', 'DeadLetterConfig': { 'Arn': 'string' }, 'Policy': 'string', 'LogConfig': { 'IncludeDetail': 'NONE'|'FULL', 'Level': 'OFF'|'ERROR'|'INFO'|'TRACE' }, 'CreationTime': datetime(2015, 1, 1), 'LastModifiedTime': datetime(2015, 1, 1) }
Response Structure
(dict) --
Name (string) --
The name of the event bus. Currently, this is always default.
Arn (string) --
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
Description (string) --
The event bus description.
KmsKeyIdentifier (string) --
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 (dict) --
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.
Arn (string) --
The ARN of the SQS queue specified as the target for the dead-letter queue.
Policy (string) --
The policy that enables the external account to send events to your account.
LogConfig (dict) --
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
IncludeDetail (string) --
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
Level (string) --
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.
CreationTime (datetime) --
The time the event bus was created.
LastModifiedTime (datetime) --
The time the event bus was last modified.
{'LogConfig': {'IncludeDetail': 'NONE | FULL', 'Level': 'OFF | ERROR | INFO | TRACE'}}
Updates the specified event bus.
See also: AWS API Documentation
Request Syntax
client.update_event_bus( Name='string', KmsKeyIdentifier='string', Description='string', DeadLetterConfig={ 'Arn': 'string' }, LogConfig={ 'IncludeDetail': 'NONE'|'FULL', 'Level': 'OFF'|'ERROR'|'INFO'|'TRACE' } )
string
The name of the event bus.
string
The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt events on the event bus.
For more information, see Identify and view keys in the Key Management Service Developer Guide.
string
The event bus description.
dict
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.
Arn (string) --
The ARN of the SQS queue specified as the target for the dead-letter queue.
dict
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
IncludeDetail (string) --
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
Level (string) --
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.
dict
Response Syntax
{ 'Arn': 'string', 'Name': 'string', 'KmsKeyIdentifier': 'string', 'Description': 'string', 'DeadLetterConfig': { 'Arn': 'string' }, 'LogConfig': { 'IncludeDetail': 'NONE'|'FULL', 'Level': 'OFF'|'ERROR'|'INFO'|'TRACE' } }
Response Structure
(dict) --
Arn (string) --
The event bus Amazon Resource Name (ARN).
Name (string) --
The event bus name.
KmsKeyIdentifier (string) --
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.
Description (string) --
The event bus description.
DeadLetterConfig (dict) --
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.
Arn (string) --
The ARN of the SQS queue specified as the target for the dead-letter queue.
LogConfig (dict) --
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
IncludeDetail (string) --
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
Level (string) --
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.