Module: AWSCDK::Logs::Distribution
- Defined in:
- logs/distribution.rb
Overview
The method used to distribute log data to the destination.
Constant Summary collapse
- BY_LOG_STREAM =
Deprecated.Note:
Default:
Log events from the same log stream are kept together and sent to the same destination.
Jsii::Enum.new("aws-cdk-lib.aws_logs.Distribution", "BY_LOG_STREAM")
- RANDOM =
Deprecated.Note:
Default:
Log events are distributed across the log destinations randomly.
Jsii::Enum.new("aws-cdk-lib.aws_logs.Distribution", "RANDOM")