Add support of publishing destination in a GuardDuty Detector resource #12753
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/guardduty
Issues and PRs that pertain to the guardduty service.
Community Note
New or Affected Resource(s)
aws_guardduty_detector
Description
This request is related to a new feature released by AWS in November 2019 and it enables a GuardDuty detector to send the finding to an S3 bucket.
Today the GuardDuty detector resource supports only the following arguments:
enable
- (Optional) Enable monitoring and feedback reporting. Setting to false is equivalent to "suspending" GuardDuty. Defaults to true.finding_publishing_frequency
- (Optional) Specifies the frequency of notifications sent for subsequent finding occurrences.Support should be added for the creation of publishing destination.
The desination should have two properties:
References
(https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreatePublishingDestination.html)
The text was updated successfully, but these errors were encountered: