Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnAlarmPropsMixin.Builder
Packages that use CfnAlarmPropsMixin.Builder
-
Uses of CfnAlarmPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lightsail
Methods in software.amazon.awscdk.cfnpropertymixins.services.lightsail that return CfnAlarmPropsMixin.BuilderModifier and TypeMethodDescriptionThe name of the alarm.CfnAlarmPropsMixin.Builder.comparisonOperator(String comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.CfnAlarmPropsMixin.Builder.contactProtocols(List<String> contactProtocols) The contact protocols for the alarm, such asEmail,SMS(text messaging), or both.static CfnAlarmPropsMixin.BuilderCfnAlarmPropsMixin.Builder.create()static CfnAlarmPropsMixin.BuilderCfnAlarmPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAlarmPropsMixin.Builder.datapointsToAlarm(Number datapointsToAlarm) The number of data points within the evaluation periods that must be breaching to cause the alarm to go to theALARMstate.CfnAlarmPropsMixin.Builder.evaluationPeriods(Number evaluationPeriods) The number of periods over which data is compared to the specified threshold.CfnAlarmPropsMixin.Builder.metricName(String metricName) The name of the metric associated with the alarm.CfnAlarmPropsMixin.Builder.monitoredResourceName(String monitoredResourceName) The name of the Lightsail resource that the alarm monitors.CfnAlarmPropsMixin.Builder.notificationEnabled(Boolean notificationEnabled) A Boolean value indicating whether the alarm is enabled.CfnAlarmPropsMixin.Builder.notificationEnabled(IResolvable notificationEnabled) A Boolean value indicating whether the alarm is enabled.CfnAlarmPropsMixin.Builder.notificationTriggers(List<String> notificationTriggers) The alarm states that trigger a notification.The value against which the specified statistic is compared.CfnAlarmPropsMixin.Builder.treatMissingData(String treatMissingData) Specifies how the alarm handles missing data points.