Interface DatastoreEvents.DataStoreDeleted.DataStoreDeletedProps

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

@Stability(Experimental) public static interface DatastoreEvents.DataStoreDeleted.DataStoreDeletedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Datastore aws.healthimaging@DataStoreDeleted 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.*;
 DataStoreDeletedProps dataStoreDeletedProps = DataStoreDeletedProps.builder()
         .datastoreId(List.of("datastoreId"))
         .datastoreName(List.of("datastoreName"))
         .datastoreStatus(List.of("datastoreStatus"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .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

    • getDatastoreName

      @Stability(Experimental) @Nullable default List<String> getDatastoreName()
      (experimental) datastoreName property.

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

    • getDatastoreStatus

      @Stability(Experimental) @Nullable default List<String> getDatastoreStatus()
      (experimental) datastoreStatus property.

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

    • 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

    • builder

      @Stability(Experimental) static DatastoreEvents.DataStoreDeleted.DataStoreDeletedProps.Builder builder()
      Returns:
      a DatastoreEvents.DataStoreDeleted.DataStoreDeletedProps.Builder of DatastoreEvents.DataStoreDeleted.DataStoreDeletedProps