It is now possible to pipe custom events in to CloudTrail using put-audit-events API call. To do this it requires a channel be created with custom integration
Requested Resource(s) and/or Data Source(s)
aws_cloudtrail_channel
Potential Terraform Configuration
resource "aws_cloudtrail_channel" "foo" {
name = "foo"
source = "Custom"
destination {
type = "EVENT_DATA_STORE"
location = "arn:aws:cloudtrail:us-east-1:1234567890:eventdatastore/foo-foo-foo"
}
}
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
It is now possible to pipe custom events in to CloudTrail using put-audit-events API call. To do this it requires a channel be created with custom integration
Requested Resource(s) and/or Data Source(s)
aws_cloudtrail_channel
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
No