You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.:
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
The text was updated successfully, but these errors were encountered: