Class JobEvents
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.glue.events.JobEvents
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:26.411Z")
@Stability(Experimental)
public class JobEvents
extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for Job.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.mixins.preview.services.glue.events.*; import software.amazon.awscdk.interfaces.glue.*; IJobRef jobRef; JobEvents jobEvents = JobEvents.fromJob(jobRef);
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(experimental) aws.glue@AWSAPICallViaCloudTrail event types for Job.static class(experimental) aws.glue@GlueJobRunStatus event types for Job.static class(experimental) aws.glue@GlueJobStateChange event types for Job.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(experimental) EventBridge event pattern for Job AWS API Call via CloudTrail.awsAPICallViaCloudTrailPattern(JobEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps options) (experimental) EventBridge event pattern for Job AWS API Call via CloudTrail.static JobEvents(experimental) Create JobEvents from a Job reference.(experimental) EventBridge event pattern for Job Glue Job Run Status.(experimental) EventBridge event pattern for Job Glue Job Run Status.(experimental) EventBridge event pattern for Job Glue Job State Change.(experimental) EventBridge event pattern for Job Glue Job State Change.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
JobEvents
protected JobEvents(software.amazon.jsii.JsiiObjectRef objRef) -
JobEvents
protected JobEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromJob
(experimental) Create JobEvents from a Job reference.- Parameters:
jobRef- This parameter is required.
-
awsAPICallViaCloudTrailPattern
@Stability(Experimental) @NotNull public EventPattern awsAPICallViaCloudTrailPattern(@Nullable JobEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps options) (experimental) EventBridge event pattern for Job AWS API Call via CloudTrail.- Parameters:
options-
-
awsAPICallViaCloudTrailPattern
(experimental) EventBridge event pattern for Job AWS API Call via CloudTrail. -
glueJobRunStatusPattern
@Stability(Experimental) @NotNull public EventPattern glueJobRunStatusPattern(@Nullable JobEvents.GlueJobRunStatus.GlueJobRunStatusProps options) (experimental) EventBridge event pattern for Job Glue Job Run Status.- Parameters:
options-
-
glueJobRunStatusPattern
(experimental) EventBridge event pattern for Job Glue Job Run Status. -
glueJobStateChangePattern
@Stability(Experimental) @NotNull public EventPattern glueJobStateChangePattern(@Nullable JobEvents.GlueJobStateChange.GlueJobStateChangeProps options) (experimental) EventBridge event pattern for Job Glue Job State Change.- Parameters:
options-
-
glueJobStateChangePattern
(experimental) EventBridge event pattern for Job Glue Job State Change.
-