| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default EmrCreateCluster.CloudWatchAlarmUnit |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getUnit()
(experimental) The unit of measure associated with the CloudWatch metric being watched.
|
EmrCreateCluster.CloudWatchAlarmUnit |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Jsii$Proxy.getUnit() |
static EmrCreateCluster.CloudWatchAlarmUnit |
EmrCreateCluster.CloudWatchAlarmUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.CloudWatchAlarmUnit[] |
EmrCreateCluster.CloudWatchAlarmUnit.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.unit(EmrCreateCluster.CloudWatchAlarmUnit unit)
Sets the value of
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getUnit() |
| 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.