You must be logged in to view saved presets
Creates a custom action in AWS Security Hub to send selected findings to a chat system.
resource "aws_securityhub_account" "example" {
}
resource "aws_securityhub_action_target" "example" {
depends_on = ["aws_securityhub_account.example"]
description = "This is custom action sends selected findings to chat"
identifier = "SendToChat"
name = "Send notification to chat"
}