Interface JobEvents.GlueJobRunStatus.GlueJobRunStatusProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
JobEvents.GlueJobRunStatus.GlueJobRunStatusProps.Jsii$Proxy
Enclosing class:
JobEvents.GlueJobRunStatus

@Stability(Experimental) public static interface JobEvents.GlueJobRunStatus.GlueJobRunStatusProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Job aws.glue@GlueJobRunStatus event.

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.*;
 GlueJobRunStatusProps glueJobRunStatusProps = GlueJobRunStatusProps.builder()
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .jobName(List.of("jobName"))
         .jobRunId(List.of("jobRunId"))
         .message(List.of("message"))
         .notificationCondition(NotificationCondition.builder()
                 .notifyDelayAfter(List.of("notifyDelayAfter"))
                 .build())
         .severity(List.of("severity"))
         .startedOn(List.of("startedOn"))
         .state(List.of("state"))
         .build();
 
  • Method Details

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getJobName

      @Stability(Experimental) @Nullable default List<String> getJobName()
      (experimental) jobName property.

      Specify an array of string values to match this event if the actual value of jobName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Filter with the Job reference

    • getJobRunId

      @Stability(Experimental) @Nullable default List<String> getJobRunId()
      (experimental) jobRunId property.

      Specify an array of string values to match this event if the actual value of jobRunId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getMessage

      @Stability(Experimental) @Nullable default List<String> getMessage()
      (experimental) message property.

      Specify an array of string values to match this event if the actual value of message is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getNotificationCondition

      @Stability(Experimental) @Nullable default JobEvents.GlueJobRunStatus.NotificationCondition getNotificationCondition()
      (experimental) notificationCondition property.

      Specify an array of string values to match this event if the actual value of notificationCondition is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSeverity

      @Stability(Experimental) @Nullable default List<String> getSeverity()
      (experimental) severity property.

      Specify an array of string values to match this event if the actual value of severity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getStartedOn

      @Stability(Experimental) @Nullable default List<String> getStartedOn()
      (experimental) startedOn property.

      Specify an array of string values to match this event if the actual value of startedOn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getState

      @Stability(Experimental) @Nullable default List<String> getState()
      (experimental) state property.

      Specify an array of string values to match this event if the actual value of state is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static JobEvents.GlueJobRunStatus.GlueJobRunStatusProps.Builder builder()
      Returns:
      a JobEvents.GlueJobRunStatus.GlueJobRunStatusProps.Builder of JobEvents.GlueJobRunStatus.GlueJobRunStatusProps