| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
Job.metric(String metricName,
MetricType type)
(experimental) Create a CloudWatch metric.
|
Metric |
IJob.metric(String metricName,
MetricType type)
(experimental) Create a CloudWatch metric.
|
Metric |
IJob.Jsii$Proxy.metric(String metricName,
MetricType type)
(experimental) Create a CloudWatch metric.
|
Metric |
Job.metric(String metricName,
MetricType type,
MetricOptions props)
(experimental) Create a CloudWatch metric.
|
Metric |
IJob.metric(String metricName,
MetricType type,
MetricOptions props)
(experimental) Create a CloudWatch metric.
|
Metric |
IJob.Jsii$Proxy.metric(String metricName,
MetricType type,
MetricOptions props)
(experimental) Create a CloudWatch metric.
|
default Metric |
IJob.Jsii$Default.metric(String metricName,
MetricType type,
MetricOptions props)
(experimental) Create a CloudWatch metric.
|
Copyright © 2022. All rights reserved.