Interface DatastoreEvents.ImportJobFailed.ImportJobFailedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastoreEvents.ImportJobFailed.ImportJobFailedProps.Jsii$Proxy
- Enclosing class:
DatastoreEvents.ImportJobFailed
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.*;
ImportJobFailedProps importJobFailedProps = ImportJobFailedProps.builder()
.datastoreId(List.of("datastoreId"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.imagingVersion(List.of("imagingVersion"))
.inputS3Uri(List.of("inputS3Uri"))
.jobId(List.of("jobId"))
.jobName(List.of("jobName"))
.jobStatus(List.of("jobStatus"))
.outputS3Uri(List.of("outputS3Uri"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDatastoreEvents.ImportJobFailed.ImportJobFailedPropsstatic final classAn implementation forDatastoreEvents.ImportJobFailed.ImportJobFailedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) datastoreId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) imagingVersion property.(experimental) inputS3Uri property.getJobId()(experimental) jobId property.(experimental) jobName property.(experimental) jobStatus property.(experimental) outputS3Uri 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: - -
-
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
-
getInputS3Uri
(experimental) inputS3Uri property.Specify an array of string values to match this event if the actual value of inputS3Uri 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
-
getJobId
(experimental) jobId property.Specify an array of string values to match this event if the actual value of jobId 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
-
getJobName
(experimental) jobName property.Specify an array of string values to match this event if the actual value of jobName 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
-
getJobStatus
(experimental) jobStatus property.Specify an array of string values to match this event if the actual value of jobStatus 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
-
getOutputS3Uri
(experimental) outputS3Uri property.Specify an array of string values to match this event if the actual value of outputS3Uri 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.ImportJobFailed.ImportJobFailedProps.Builder builder()
-