Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnLogAlarmPropsMixin.Builder
Packages that use CfnLogAlarmPropsMixin.Builder
-
Uses of CfnLogAlarmPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch that return CfnLogAlarmPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLogAlarmPropsMixin.Builder.actionLogLineCount(Number actionLogLineCount) The number of log lines to include in alarm notifications.CfnLogAlarmPropsMixin.Builder.actionLogLineRoleArn(String actionLogLineRoleArn) The ARN of the IAM role that grants CloudWatch permissions to fetch log lines for alarm notifications.CfnLogAlarmPropsMixin.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.CfnLogAlarmPropsMixin.Builder.actionsEnabled(IResolvable actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.CfnLogAlarmPropsMixin.Builder.alarmActions(List<String> alarmActions) The list of actions to execute when this alarm transitions into an ALARM state from any other state.CfnLogAlarmPropsMixin.Builder.alarmDescription(String alarmDescription) The description of the log alarm.The name of the log alarm.CfnLogAlarmPropsMixin.Builder.comparisonOperator(String comparisonOperator) The arithmetic operation to use when comparing the specified threshold and the query results.CfnLogAlarmPropsMixin.Builder.create()CfnLogAlarmPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLogAlarmPropsMixin.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.CfnLogAlarmPropsMixin.Builder.queryResultsToAlarm(Number queryResultsToAlarm) The number of query results that must be breaching to trigger the alarm.CfnLogAlarmPropsMixin.Builder.queryResultsToEvaluate(Number queryResultsToEvaluate) The number of query results over which data is compared to the specified threshold.CfnLogAlarmPropsMixin.Builder.scheduledQueryConfiguration(CfnLogAlarmPropsMixin.ScheduledQueryConfigurationProperty scheduledQueryConfiguration) The scheduled query configuration for the log alarm.CfnLogAlarmPropsMixin.Builder.scheduledQueryConfiguration(IResolvable 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.CfnLogAlarmPropsMixin.Builder.treatMissingData(String treatMissingData) Sets how this alarm is to handle missing data points.