6 amazon-web-services terraform
使用 aws 和 terraform 是否可以向过滤器后缀添加多个值,查看文档,他们在这里有一个示例
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 = ".dcm"
Run Code Online (Sandbox Code Playgroud)
}
我努力了
filter_suffix = [".dcm",".DCM"]
没有成功
| 归档时间: |
|
| 查看次数: |
2281 次 |
| 最近记录: |