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 53 forks source link

AWS::S3::Bucket TopicConfiguration | Adding S3 event name property #1961

Open tomiryo-a opened 4 months ago

tomiryo-a commented 4 months ago

Name of the resource

AWS::S3::Bucket

Resource name

AWS::S3::Bucket TopicConfiguration

Description

Currently AWS::S3::Bucket TopicConfiguration does not have Id property which corresponds to S3 event notification names. So could you please add Id property so that you can name S3 event whatever you want.

CloudFormation docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-topicconfiguration.html S3 API docs: https://docs.aws.amazon.com/AmazonS3/latest/API/API_TopicConfiguration.html

Id An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

Type: String

Required: No

Other Details

No response