@aws-cdk_aws-glue-alpha.MetricType

enum MetricType ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Glue.Alpha.MetricType
Gogithub.com/aws/aws-cdk-go/awscdkgluealpha/v2#MetricType
Javasoftware.amazon.awscdk.services.glue.alpha.MetricType
Pythonaws_cdk.aws_glue_alpha.MetricType
TypeScript (source)@aws-cdk/aws-glue-alpha ยป MetricType

The Glue CloudWatch metric type.

See also: https://docs.aws.amazon.com/glue/latest/dg/monitoring-awsglue-with-cloudwatch-metrics.html

Members

NameDescription
GAUGE ๐Ÿ”นA value at a point in time.
COUNT ๐Ÿ”นAn aggregate number.

GAUGE ๐Ÿ”น

A value at a point in time.


COUNT ๐Ÿ”น

An aggregate number.