enum MetricType
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Glue.Alpha.MetricType |
Go | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#MetricType |
Java | software.amazon.awscdk.services.glue.alpha.MetricType |
Python | aws_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
Name | Description |
---|---|
GAUGE | A value at a point in time. |
COUNT | An aggregate number. |
GAUGE
A value at a point in time.
COUNT
An aggregate number.