Interface IJob.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IGrantable,IGrantable.Jsii$Default,IJob,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IJob.Jsii$Proxy
- Enclosing interface:
IJob
@Internal
public static interface IJob.Jsii$Default
extends IJob, IResource.Jsii$Default, IGrantable.Jsii$Default
Internal default implementation for
IJob.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IGrantable
IGrantable.Jsii$Default, IGrantable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.IJob
IJob.Jsii$Default, IJob.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the job.default String(experimental) The name of the job.default Metricmetric(String metricName, MetricType type) (experimental) Create a CloudWatch metric.default Metricmetric(String metricName, MetricType type, MetricOptions props) (experimental) Create a CloudWatch metric.default Metric(experimental) Create a CloudWatch Metric indicating job failure.default MetricmetricFailure(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job failure.default Metric(experimental) Create a CloudWatch Metric indicating job success.default MetricmetricSuccess(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job success.default Metric(experimental) Create a CloudWatch Metric indicating job timeout.default MetricmetricTimeout(MetricOptions props) (experimental) Create a CloudWatch Metric indicating job timeout.default Rule(experimental) Defines a CloudWatch event rule triggered when something happens with this job.default RuleonEvent(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when something happens with this job.default Rule(experimental) Defines a CloudWatch event rule triggered when this job moves to the FAILED state.default RuleonFailure(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the FAILED state.default Rule(experimental) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state.default RuleonSuccess(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state.default Rule(experimental) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state.default RuleonTimeout(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable.Jsii$Default
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJobArn
(experimental) The ARN of the job. -
getJobName
(experimental) The name of the job.- Specified by:
getJobNamein interfaceIJob
-
metric
@Stability(Experimental) @NotNull default Metric metric(@NotNull String metricName, @NotNull MetricType type, @Nullable MetricOptions props) (experimental) Create a CloudWatch metric. -
metric
@Stability(Experimental) @NotNull default Metric metric(@NotNull String metricName, @NotNull MetricType type) (experimental) Create a CloudWatch metric. -
metricFailure
(experimental) Create a CloudWatch Metric indicating job failure.- Specified by:
metricFailurein interfaceIJob- Parameters:
props-
-
metricFailure
(experimental) Create a CloudWatch Metric indicating job failure.- Specified by:
metricFailurein interfaceIJob
-
metricSuccess
(experimental) Create a CloudWatch Metric indicating job success.- Specified by:
metricSuccessin interfaceIJob- Parameters:
props-
-
metricSuccess
(experimental) Create a CloudWatch Metric indicating job success.- Specified by:
metricSuccessin interfaceIJob
-
metricTimeout
(experimental) Create a CloudWatch Metric indicating job timeout.- Specified by:
metricTimeoutin interfaceIJob- Parameters:
props-
-
metricTimeout
(experimental) Create a CloudWatch Metric indicating job timeout.- Specified by:
metricTimeoutin interfaceIJob
-
onEvent
@Stability(Experimental) @NotNull default Rule onEvent(@NotNull String id, @Nullable OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when something happens with this job. -
onEvent
(experimental) Defines a CloudWatch event rule triggered when something happens with this job. -
onFailure
@Stability(Experimental) @NotNull default Rule onFailure(@NotNull String id, @Nullable OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the FAILED state. -
onFailure
(experimental) Defines a CloudWatch event rule triggered when this job moves to the FAILED state. -
onSuccess
@Stability(Experimental) @NotNull default Rule onSuccess(@NotNull String id, @Nullable OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state. -
onSuccess
(experimental) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state. -
onTimeout
@Stability(Experimental) @NotNull default Rule onTimeout(@NotNull String id, @Nullable OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state. -
onTimeout
(experimental) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state.
-