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

## Properties

- `StatementId` (`string`, required): An identifier string for the external account that you are granting permissions to
- `Action` (`"events:PutEvents"`, optional): The action that you are enabling the other account to perform.
- `Condition` (`EventBusPolicy_Condition`, optional)
- `EventBusName` (`string`, optional): The name of the event bus associated with the rule. If you omit this, the default event bus is used.
- `Principal` (`string`, optional): The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus.
- `Statement` (`Record<string, unknown>`, optional): A JSON string that describes the permission policy statement. You can include a Policy parameter in the request instead of using the StatementId, Action, Principal, or Condition parameters.
