| Modifier and Type | Method and Description |
|---|---|
static CfnAlarmProps.Builder |
CfnAlarmProps.builder() |
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withActionsEnabled(Boolean value)
Sets the value of ActionsEnabled
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withActionsEnabled(software.amazon.awscdk.core.IResolvable value)
Sets the value of ActionsEnabled
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withAlarmActions(List<String> value)
Sets the value of AlarmActions
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withAlarmDescription(String value)
Sets the value of AlarmDescription
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withAlarmName(String value)
Sets the value of AlarmName
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withComparisonOperator(String value)
Sets the value of ComparisonOperator
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withDatapointsToAlarm(Number value)
Sets the value of DatapointsToAlarm
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withDimensions(software.amazon.awscdk.core.IResolvable value)
Sets the value of Dimensions
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withDimensions(List<Object> value)
Sets the value of Dimensions
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withEvaluateLowSampleCountPercentile(String value)
Sets the value of EvaluateLowSampleCountPercentile
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withEvaluationPeriods(Number value)
Sets the value of EvaluationPeriods
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withExtendedStatistic(String value)
Sets the value of ExtendedStatistic
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withInsufficientDataActions(List<String> value)
Sets the value of InsufficientDataActions
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withMetricName(String value)
Sets the value of MetricName
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withMetrics(software.amazon.awscdk.core.IResolvable value)
Sets the value of Metrics
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withMetrics(List<Object> value)
Sets the value of Metrics
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withNamespace(String value)
Sets the value of Namespace
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withOkActions(List<String> value)
Sets the value of OkActions
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withPeriod(Number value)
Sets the value of Period
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withStatistic(String value)
Sets the value of Statistic
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withThreshold(Number value)
Sets the value of Threshold
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withTreatMissingData(String value)
Sets the value of TreatMissingData
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.withUnit(String value)
Sets the value of Unit
|
Copyright © 2019. All rights reserved.