aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 54 forks source link

AWS::S3::Bucket.NotificationConfiguration - EventsBridge notification #992

Open JohnPreston opened 2 years ago

JohnPreston commented 2 years ago

Name of the resource

AWS::S3::Bucket

Resource name

No response

Description

From the new feature announcement, there is now a new field for notification from S3 to AWS EventsBridge. For example, in boto3 SDK we have.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.put_bucket_notification_configuration -> EventBridgeConfiguration

This is missing in https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig.html

Thank you,

Other Details

No response

markotitel commented 2 years ago

If CloudFormation supports this feature but is not in the documentation page, could you share how to set this in CloudFormation while we wait for the docs?

@JohnPreston

jaidisido commented 2 years ago

@markotitel see this example and here