AWS Fundamentals Logo
AWS Fundamentals
AWS::Events::EventBusPolicy

Events EventBusPolicy

Resource Type definition for AWS::Events::EventBusPolicy

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
StatementId
string
RequiredCreate-only
Action
string
Write-onlyDeprecated
Condition
Condition
Write-onlyDeprecated
EventBusName
string
Create-only
Principal
string
Write-onlyDeprecated
Statement
object

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Events::EventBusPolicy

Resources:
  MyResource:
    Type: AWS::Events::EventBusPolicy
    Properties:
      StatementId: "my-statementid"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

events:DescribeEventBusevents:PutPermission

read

events:DescribeEventBus

update

events:DescribeEventBusevents:PutPermission

delete

events:DescribeEventBusevents:RemovePermission

list

events:DescribeEventBus

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEvents
Properties6
Required1
TaggingNot supported
Primary IDEventBusName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EventBusNameStatementId

External Links