terraform aws guardduty notifications:启用AWS GuardDuty并将发现结果发送到SNS主题 源码
启用AWS GuardDuty并配置要发送到的所有发现以及SNS主题。 创建以下资源: CloudWatch事件规则可过滤GuardDuty结果 发送给SNS主题的CloudWatch事件目标,其格式设置为GuardDuty finding: <title> 也可以选择创建GuardDuty检测器。 用法 module " guardduty-notifications " { source = " trussworks/guardduty-notifications/aws " version = " 5.0.0 " sns_topic_slack_arn = aws_sns_topic . slack . arn sns_topic_pagerduty_arn = aws_sns_topic . pagerduty . arn } 地形版本 Terraf
用户评论