---
type: resource-type
title: EventBus
description: aws resource type AWS::Events::EventBus
name: EventBus
lexicon: aws
resource_type: AWS::Events::EventBus
---
`AWS::Events::EventBus`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the event bus.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) for the event bus.
- `DeadLetterConfig` (`Record<string, unknown>`, optional): Dead Letter Queue for the event bus.
- `Description` (`string`, optional): The description of the event bus.
- `EventSourceName` (`string`, optional): If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
- `KmsKeyIdentifier` (`string`, optional): Kms Key Identifier used to encrypt events at rest in the event bus.
- `LogConfig` (`Record<string, unknown>`, optional): The logging configuration settings for vended logs.
- `Policy` (`Record<string, unknown>`, optional): A JSON string that describes the permission policy statement for the event bus.
- `Tags` (`EventBus_Tag[]`, optional): Any tags assigned to the event bus.

## Attributes

- `Arn`
