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.74k stars 9.1k forks source link

[Enhancement]: aws_cognito_user_pool.Export_user_activity_logs #39019

Closed jordancparker closed 2 weeks ago

jordancparker commented 2 weeks ago

Description

Enhancement request to add the functionality to export logs from Cognito to the approved destinations:

New functionality from AWS.

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

aws_cognito_user_pool

Potential Terraform Configuration

resource "aws_cognito_user_pool" "this {
  Export_user_activity_logs {
    logging_destination = "CloudWatch"
    logging_destination_arn = "arn:*:*:*:*:"
  } 
}

References

No response

Would you like to implement a fix?

No

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

justinretzolk commented 2 weeks ago

Hey @jordancparker 👋 Thank you for taking the time to raise this! According to the AWS Documentation, this would ultimately be accomplished using the underlying SetLogDeliveryConfiguration action. There's already a request open to add a resource that maps to that action (#36251), so I'm going to close this request as a duplicate.

justinretzolk commented 2 weeks ago

Duplicate of #36251

github-actions[bot] commented 2 weeks ago

[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.