Builder
Properties
The expression that defines how to aggregate query results into one or more scalar values for alarm evaluation. For example, count(*) or avg(latency) by host | sort desc. Length constraints: minimum 1 character, maximum 2048 characters.
The log groups to query. Each entry can be a log group name or ARN. Use the ARN form when querying log groups in a different account (for example, when running cross-account queries from a monitoring account). The list must contain between 1 and 50 entries.
The CloudWatch Logs query to execute on each scheduled run. Length constraints: maximum of 10,000 characters.
The schedule and time-range offset configuration for the underlying scheduled query.
The Amazon Resource Name (ARN) of the IAM role that CloudWatch assumes when executing the scheduled query against the configured log groups.
Functions
construct an aws.sdk.kotlin.services.cloudwatch.model.ScheduleConfiguration inside the given block