pub type CloudWatchCout = CoutWrite<CloudWatchCoutMessageFormatter>;Expand description
A specialized CoutWrite service that outputs JSON logs for AWS CloudWatch.
This service is specifically designed for AWS CloudWatch Logs when running in
environments like AWS Lambda, ECS, or Fargate, where stdout is automatically
captured and ingested as structured logs.
Aliased Typeยง
pub struct CloudWatchCout { /* private fields */ }