Interface DatastoreEvents.ImageSetDeleting.ImageSetDeletingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastoreEvents.ImageSetDeleting.ImageSetDeletingProps.Jsii$Proxy
- Enclosing class:
DatastoreEvents.ImageSetDeleting
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.*;
ImageSetDeletingProps imageSetDeletingProps = ImageSetDeletingProps.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDatastoreEvents.ImageSetDeleting.ImageSetDeletingPropsstatic final classAn implementation forDatastoreEvents.ImageSetDeleting.ImageSetDeletingProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) datastoreId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) imageSetId property.(experimental) imageSetState property.(experimental) imageSetWorkflowStatus property.(experimental) imagingVersion property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Filter with the Datastore reference
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DatastoreEvents.ImageSetDeleting.ImageSetDeletingProps.Builder builder()
-