Uses of Class
software.amazon.awscdk.services.cloudwatch.CfnLogAlarm.Builder
Packages that use CfnLogAlarm.Builder
-
Uses of CfnLogAlarm.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return CfnLogAlarm.BuilderModifier and TypeMethodDescriptionCfnLogAlarm.Builder.actionLogLineCount(Number actionLogLineCount) The number of log lines to include in alarm notifications.CfnLogAlarm.Builder.actionLogLineRoleArn(String actionLogLineRoleArn) The ARN of the IAM role that grants CloudWatch permissions to fetch log lines for alarm notifications.CfnLogAlarm.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.CfnLogAlarm.Builder.actionsEnabled(IResolvable actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.CfnLogAlarm.Builder.alarmActions(List<String> alarmActions) The list of actions to execute when this alarm transitions into an ALARM state from any other state.CfnLogAlarm.Builder.alarmDescription(String alarmDescription) The description of the log alarm.The name of the log alarm.CfnLogAlarm.Builder.comparisonOperator(String comparisonOperator) The arithmetic operation to use when comparing the specified threshold and the query results.static CfnLogAlarm.BuilderCfnLogAlarm.Builder.insufficientDataActions(List<String> insufficientDataActions) The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.The actions to execute when this alarm transitions to the OK state from any other state.CfnLogAlarm.Builder.queryResultsToAlarm(Number queryResultsToAlarm) The number of query results that must be breaching to trigger the alarm.CfnLogAlarm.Builder.queryResultsToEvaluate(Number queryResultsToEvaluate) The number of query results over which data is compared to the specified threshold.CfnLogAlarm.Builder.scheduledQueryConfiguration(IResolvable scheduledQueryConfiguration) The scheduled query configuration for the log alarm.CfnLogAlarm.Builder.scheduledQueryConfiguration(CfnLogAlarm.ScheduledQueryConfigurationProperty scheduledQueryConfiguration) The scheduled query configuration for the log alarm.A list of key-value pairs to associate with the log alarm.The value to compare against the results of the scheduled query evaluation.CfnLogAlarm.Builder.treatMissingData(String treatMissingData) Sets how this alarm is to handle missing data points.