hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.83k stars 9.17k forks source link

[Enhancement]: Add PutNotificationChannel API call for FMS resource #35267

Open axi43 opened 10 months ago

axi43 commented 10 months ago

Description

In AWS we can enable SNS notifications for DDoS activity on protected resources. https://docs.aws.amazon.com/waf/latest/developerguide/get-started-fms-shield-cloudwatch.html and Scenario 1 in https://aws.amazon.com/blogs/security/set-up-centralized-monitoring-for-ddos-events-and-auto-remediate-noncompliant-resources/

This is currently only possible through the Console, API, CloudFormation and Boto3. API - https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_PutNotificationChannel.html Boto3 - https://boto3.amazonaws.com/v1/documentation/api/1.12.28/reference/services/fms.html#FMS.Client.put_notification_channel CF- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html

Please add this feature to the aws provider as well! Thanks in advance!

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 10 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue