Interface DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps

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

@Stability(Experimental) public static interface DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Datastore aws.healthimaging@ImageSetUpdating 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.*;
 ImageSetUpdatingProps imageSetUpdatingProps = ImageSetUpdatingProps.builder()
         .datastoreId(List.of("datastoreId"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .imageSetId(List.of("imageSetId"))
         .imageSetState(List.of("imageSetState"))
         .imageSetWorkflowStatus(List.of("imageSetWorkflowStatus"))
         .imagingVersion(List.of("imagingVersion"))
         .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: - -

    • getImageSetId

      @Stability(Experimental) @Nullable default List<String> getImageSetId()
      (experimental) imageSetId property.

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

    • getImageSetState

      @Stability(Experimental) @Nullable default List<String> getImageSetState()
      (experimental) imageSetState property.

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

    • getImageSetWorkflowStatus

      @Stability(Experimental) @Nullable default List<String> getImageSetWorkflowStatus()
      (experimental) imageSetWorkflowStatus property.

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

    • 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

    • builder

      @Stability(Experimental) static DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder builder()
      Returns:
      a DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder of DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps