aws-cdk-lib.aws_stepfunctions_tasks.EmrCreateCluster.CloudWatchAlarmStatistic

enum CloudWatchAlarmStatistic

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.EmrCreateCluster.CloudWatchAlarmStatistic
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#EmrCreateCluster_CloudWatchAlarmStatistic
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.CloudWatchAlarmStatistic
Pythonaws_cdk.aws_stepfunctions_tasks.EmrCreateCluster.CloudWatchAlarmStatistic
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » EmrCreateCluster » CloudWatchAlarmStatistic

CloudWatch Alarm Statistics.

Members

NameDescription
SAMPLE_COUNTSAMPLE_COUNT.
AVERAGEAVERAGE.
SUMSUM.
MINIMUMMINIMUM.
MAXIMUMMAXIMUM.

SAMPLE_COUNT

SAMPLE_COUNT.


AVERAGE

AVERAGE.


SUM

SUM.


MINIMUM

MINIMUM.


MAXIMUM

MAXIMUM.