Skip to content

Support for eventbridge in bucket notifications #254

@Alagroc

Description

@Alagroc

Describe the Feature

Hi, is it possible to enable eventbridge on the bucket notifications? At the moment it seems only lambda functions can be specified in current variables.tf

Expected Behavior

Enable eventbridge notifications, i.e.:

 + resource "aws_s3_bucket_notification" "bucket_notification" {
      + bucket      = "[bucket name]"
      + eventbridge = true
      + id          = (known after apply)

Use Case

Some of our users are requesting this feature

Describe Ideal Solution

Add new feature so eventbridge can be used i.e. as described in terraform aws provider link

Alternatives Considered

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions