| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default EmrCreateCluster.CloudWatchAlarmStatistic |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getStatistic()
(experimental) The statistic to apply to the metric associated with the alarm.
|
EmrCreateCluster.CloudWatchAlarmStatistic |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Jsii$Proxy.getStatistic() |
static EmrCreateCluster.CloudWatchAlarmStatistic |
EmrCreateCluster.CloudWatchAlarmStatistic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.CloudWatchAlarmStatistic[] |
EmrCreateCluster.CloudWatchAlarmStatistic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder.statistic(EmrCreateCluster.CloudWatchAlarmStatistic statistic)
Sets the value of
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getStatistic() |
| Constructor and Description |
|---|
Jsii$Proxy(EmrCreateCluster.CloudWatchAlarmComparisonOperator comparisonOperator,
String metricName,
Duration period,
List<? extends EmrCreateCluster.MetricDimensionProperty> dimensions,
Number evaluationPeriods,
String namespace,
EmrCreateCluster.CloudWatchAlarmStatistic statistic,
Number threshold,
EmrCreateCluster.CloudWatchAlarmUnit unit)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Copyright © 2021. All rights reserved.