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,IJobRef,IJobRef.Jsii$Default,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, IJobRef.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.interfaces.glue.IJobRef
IJobRef.Jsii$Default, IJobRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringDeprecated.default StringDeprecated.default Metricmetric(String metricName, MetricType type) Deprecated.default Metricmetric(String metricName, MetricType type, MetricOptions props) Deprecated.default MetricDeprecated.default MetricmetricFailure(MetricOptions props) Deprecated.default MetricDeprecated.default MetricmetricSuccess(MetricOptions props) Deprecated.default MetricDeprecated.default MetricmetricTimeout(MetricOptions props) Deprecated.default RuleDeprecated.default RuleonEvent(String id, OnEventOptions options) Deprecated.default RuleDeprecated.default RuleonFailure(String id, OnEventOptions options) Deprecated.default RuleDeprecated.default RuleonSuccess(String id, OnEventOptions options) Deprecated.default RuleDeprecated.default RuleonTimeout(String id, OnEventOptions options) Deprecated.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNode, withMethods 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.interfaces.glue.IJobRef.Jsii$Default
getJobRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJobArn
Deprecated.(deprecated) The ARN of the job. -
getJobName
Deprecated.(deprecated) The name of the job.- Specified by:
getJobNamein interfaceIJob
-
metric
@Stability(Deprecated) @Deprecated @NotNull default Metric metric(@NotNull String metricName, @NotNull MetricType type, @Nullable MetricOptions props) Deprecated.(deprecated) Create a CloudWatch metric. -
metric
@Stability(Deprecated) @Deprecated @NotNull default Metric metric(@NotNull String metricName, @NotNull MetricType type) Deprecated.(deprecated) Create a CloudWatch metric. -
metricFailure
@Stability(Deprecated) @Deprecated @NotNull default Metric metricFailure(@Nullable MetricOptions props) Deprecated.(deprecated) Create a CloudWatch Metric indicating job failure.- Specified by:
metricFailurein interfaceIJob- Parameters:
props-
-
metricFailure
Deprecated.(deprecated) Create a CloudWatch Metric indicating job failure.- Specified by:
metricFailurein interfaceIJob
-
metricSuccess
@Stability(Deprecated) @Deprecated @NotNull default Metric metricSuccess(@Nullable MetricOptions props) Deprecated.(deprecated) Create a CloudWatch Metric indicating job success.- Specified by:
metricSuccessin interfaceIJob- Parameters:
props-
-
metricSuccess
Deprecated.(deprecated) Create a CloudWatch Metric indicating job success.- Specified by:
metricSuccessin interfaceIJob
-
metricTimeout
@Stability(Deprecated) @Deprecated @NotNull default Metric metricTimeout(@Nullable MetricOptions props) Deprecated.(deprecated) Create a CloudWatch Metric indicating job timeout.- Specified by:
metricTimeoutin interfaceIJob- Parameters:
props-
-
metricTimeout
Deprecated.(deprecated) Create a CloudWatch Metric indicating job timeout.- Specified by:
metricTimeoutin interfaceIJob
-
onEvent
@Stability(Deprecated) @Deprecated @NotNull default Rule onEvent(@NotNull String id, @Nullable OnEventOptions options) Deprecated.(deprecated) Defines a CloudWatch event rule triggered when something happens with this job. -
onEvent
Deprecated.(deprecated) Defines a CloudWatch event rule triggered when something happens with this job. -
onFailure
@Stability(Deprecated) @Deprecated @NotNull default Rule onFailure(@NotNull String id, @Nullable OnEventOptions options) Deprecated.(deprecated) Defines a CloudWatch event rule triggered when this job moves to the FAILED state. -
onFailure
Deprecated.(deprecated) Defines a CloudWatch event rule triggered when this job moves to the FAILED state. -
onSuccess
@Stability(Deprecated) @Deprecated @NotNull default Rule onSuccess(@NotNull String id, @Nullable OnEventOptions options) Deprecated.(deprecated) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state. -
onSuccess
Deprecated.(deprecated) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state. -
onTimeout
@Stability(Deprecated) @Deprecated @NotNull default Rule onTimeout(@NotNull String id, @Nullable OnEventOptions options) Deprecated.(deprecated) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state. -
onTimeout
Deprecated.(deprecated) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state.
-