| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Job.onStateChange(String id,
JobState jobState)
(experimental) Create a CloudWatch Event Rule for the transition into the input jobState.
|
Rule |
IJob.onStateChange(String id,
JobState jobState)
(experimental) Defines a CloudWatch event rule triggered when this job moves to the input jobState.
|
Rule |
IJob.Jsii$Proxy.onStateChange(String id,
JobState jobState)
(experimental) Defines a CloudWatch event rule triggered when this job moves to the input jobState.
|
Rule |
Job.onStateChange(String id,
JobState jobState,
OnEventOptions options)
(experimental) Create a CloudWatch Event Rule for the transition into the input jobState.
|
Rule |
IJob.onStateChange(String id,
JobState jobState,
OnEventOptions options)
(experimental) Defines a CloudWatch event rule triggered when this job moves to the input jobState.
|
Rule |
IJob.Jsii$Proxy.onStateChange(String id,
JobState jobState,
OnEventOptions options)
(experimental) Defines a CloudWatch event rule triggered when this job moves to the input jobState.
|
default Rule |
IJob.Jsii$Default.onStateChange(String id,
JobState jobState,
OnEventOptions options)
(experimental) Defines a CloudWatch event rule triggered when this job moves to the input jobState.
|
Copyright © 2022. All rights reserved.