Terraform resource: aws s3 bucket notification
Example[edit]
resource "aws_s3_bucket_notification" "bucket_notification" { bucket = aws_s3_bucket.bucket.id topic { topic_arn = aws_sns_topic.topic.arn events = ["s3:ObjectCreated:*"] filter_suffix = ".log" } }
Related[edit]
See also[edit]
Advertising: