Interface ReferenceStoreEvents.ReferenceImportJobStatusChange.ReferenceImportJobStatusChangeProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ReferenceStoreEvents.ReferenceImportJobStatusChange.ReferenceImportJobStatusChangeProps.Jsii$Proxy
Enclosing class:
ReferenceStoreEvents.ReferenceImportJobStatusChange

@Stability(Experimental) public static interface ReferenceStoreEvents.ReferenceImportJobStatusChange.ReferenceImportJobStatusChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for ReferenceStore aws.omics@ReferenceImportJobStatusChange 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.omics.events.*;
 ReferenceImportJobStatusChangeProps referenceImportJobStatusChangeProps = ReferenceImportJobStatusChangeProps.builder()
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .id(List.of("id"))
         .omicsVersion(List.of("omicsVersion"))
         .referenceStoreId(List.of("referenceStoreId"))
         .status(List.of("status"))
         .statusMessage(List.of("statusMessage"))
         .build();
 
  • Method Details

    • getEventMetadata

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

      Default: - -

    • getId

      @Stability(Experimental) @Nullable default List<String> getId()
      (experimental) id property.

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

    • getOmicsVersion

      @Stability(Experimental) @Nullable default List<String> getOmicsVersion()
      (experimental) omicsVersion property.

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

    • getReferenceStoreId

      @Stability(Experimental) @Nullable default List<String> getReferenceStoreId()
      (experimental) referenceStoreId property.

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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (experimental) status property.

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

    • getStatusMessage

      @Stability(Experimental) @Nullable default List<String> getStatusMessage()
      (experimental) statusMessage property.

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

      Returns:
      a ReferenceStoreEvents.ReferenceImportJobStatusChange.ReferenceImportJobStatusChangeProps.Builder of ReferenceStoreEvents.ReferenceImportJobStatusChange.ReferenceImportJobStatusChangeProps