Interface DatastoreEvents.ImportJobFailed.ImportJobFailedProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DatastoreEvents.ImportJobFailed.ImportJobFailedProps.Jsii$Proxy
Enclosing class:
DatastoreEvents.ImportJobFailed

@Stability(Experimental) public static interface DatastoreEvents.ImportJobFailed.ImportJobFailedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Datastore aws.healthimaging@ImportJobFailed 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.healthimaging.events.*;
 ImportJobFailedProps importJobFailedProps = ImportJobFailedProps.builder()
         .datastoreId(List.of("datastoreId"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .imagingVersion(List.of("imagingVersion"))
         .inputS3Uri(List.of("inputS3Uri"))
         .jobId(List.of("jobId"))
         .jobName(List.of("jobName"))
         .jobStatus(List.of("jobStatus"))
         .outputS3Uri(List.of("outputS3Uri"))
         .build();
 
  • Method Details

    • getDatastoreId

      @Stability(Experimental) @Nullable default List<String> getDatastoreId()
      (experimental) datastoreId property.

      Specify an array of string values to match this event if the actual value of datastoreId 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 Datastore reference

    • getEventMetadata

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

      Default: - -

    • getImagingVersion

      @Stability(Experimental) @Nullable default List<String> getImagingVersion()
      (experimental) imagingVersion property.

      Specify an array of string values to match this event if the actual value of imagingVersion 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

    • getInputS3Uri

      @Stability(Experimental) @Nullable default List<String> getInputS3Uri()
      (experimental) inputS3Uri property.

      Specify an array of string values to match this event if the actual value of inputS3Uri 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

    • getJobId

      @Stability(Experimental) @Nullable default List<String> getJobId()
      (experimental) jobId property.

      Specify an array of string values to match this event if the actual value of jobId 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

    • 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: - Do not filter on this field

    • getJobStatus

      @Stability(Experimental) @Nullable default List<String> getJobStatus()
      (experimental) jobStatus property.

      Specify an array of string values to match this event if the actual value of jobStatus 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

    • getOutputS3Uri

      @Stability(Experimental) @Nullable default List<String> getOutputS3Uri()
      (experimental) outputS3Uri property.

      Specify an array of string values to match this event if the actual value of outputS3Uri 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 DatastoreEvents.ImportJobFailed.ImportJobFailedProps.Builder builder()
      Returns:
      a DatastoreEvents.ImportJobFailed.ImportJobFailedProps.Builder of DatastoreEvents.ImportJobFailed.ImportJobFailedProps