-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.needs-triageWaiting for first response or review from a maintainer.Waiting for first response or review from a maintainer.service/cloudtrailIssues and PRs that pertain to the cloudtrail service.Issues and PRs that pertain to the cloudtrail service.
Description
Description
so that event enrichment can be supported with:
resource "aws_cloudtrail_event_data_store" "example" {
name = "example-event-data-store-with-context"
# Configure event enrichment
event_enrichment {
# Add resource tag keys to include in eventContext
resource_tag_keys = ["Environment", "Project", "CostCenter"]
# Add IAM global condition keys to include in eventContext (optional)
# Example condition keys; adjust based on your actual requirements
# principal_tag_keys = [
# "aws:PrincipalTag/Team",
# ]
# iam_global_condition_keys = [
# "aws:SourceVpc",
# "aws:RequestedRegion",
# ]
}
}
Affected Resource(s) or Data Source(s)
aws_cloudtrail_event_data_store
Potential Terraform Configuration
References
No response
Would you like to implement the enhancement?
No
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.needs-triageWaiting for first response or review from a maintainer.Waiting for first response or review from a maintainer.service/cloudtrailIssues and PRs that pertain to the cloudtrail service.Issues and PRs that pertain to the cloudtrail service.