[Enhancement]: Suspend CloudTrail Event Data Store data ingestionย #34910
Closed
Description
Description
Update the aws_cloudtrail_event_data_store
to add support for stopping ingestion of new CloudTrail events into the data store.
Affected Resource(s) and/or Data Source(s)
- aws_cloudtrail_event_data_store
Potential Terraform Configuration
resource "aws_cloudtrail_event_data_store" "this" {
# ...
suspend = true
}
References
- AWS API Documentation: StopEventDataStoreIngestion and StartEventDataStoreIngestion.
Would you like to implement a fix?
No