AWS Fundamentals Logo
AWS Fundamentals
AWS::Events::EventBus

Events EventBus

Resource type definition for AWS::Events::EventBus

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
DeadLetterConfig
object
Description
string
EventSourceName
string
Write-only
KmsKeyIdentifier
string
LogConfig
object
Policy
objectstring
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) for the event bus.

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::EventBus

Resources:
  MyResource:
    Type: AWS::Events::EventBus
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

events:CreateEventBusevents:DescribeEventBusevents:PutPermissionevents:ListTagsForResourceevents:TagResourcekms:DescribeKeykms:GenerateDataKeykms:Decrypt

read

events:DescribeEventBusevents:ListTagsForResource

update

events:TagResourceevents:UntagResourceevents:PutPermissionevents:DescribeEventBusevents:UpdateEventBuskms:DescribeKeykms:GenerateDataKeykms:Decrypt

delete

events:DescribeEventBusevents:UpdateEventBusevents:ListTagsForResourceevents:UntagResourceevents:RemovePermissionevents:DeleteEventBus

list

events:ListEventBusesevents:ListTagsForResource

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
Properties9
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links