Interface DatastoreEvents.DataStoreDeleted.DataStoreDeletedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastoreEvents.DataStoreDeleted.DataStoreDeletedProps.Jsii$Proxy
- Enclosing class:
DatastoreEvents.DataStoreDeleted
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDatastoreEvents.DataStoreDeleted.DataStoreDeletedPropsstatic final classAn implementation forDatastoreEvents.DataStoreDeleted.DataStoreDeletedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) datastoreId property.(experimental) datastoreName property.(experimental) datastoreStatus property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.DataStoreDeleted.DataStoreDeletedProps.Builder builder()
-