ImportJobFailed
- class aws_cdk.mixins_preview.aws_healthimaging.events.ImportJobFailed
Bases:
object(experimental) EventBridge event pattern for aws.healthimaging@ImportJobFailed.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_healthimaging import events as healthimaging_events import_job_failed = healthimaging_events.ImportJobFailed()
- Stability:
experimental
Static Methods
- classmethod import_job_failed_pattern(*, datastore_id=None, event_metadata=None, imaging_version=None, input_s3_uri=None, job_id=None, job_name=None, job_status=None, output_s3_uri=None)
(experimental) EventBridge event pattern for Import Job Failed.
- Parameters:
datastore_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Datastore referenceevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -imaging_version (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldinput_s3_uri (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldjob_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldjob_name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldjob_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldoutput_s3_uri (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
ImportJobFailedProps
- class ImportJobFailed.ImportJobFailedProps(*, datastore_id=None, event_metadata=None, imaging_version=None, input_s3_uri=None, job_id=None, job_name=None, job_status=None, output_s3_uri=None)
Bases:
object(experimental) Props type for aws.healthimaging@ImportJobFailed event.
- Parameters:
datastore_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Datastore referenceevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -imaging_version (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldinput_s3_uri (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldjob_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldjob_name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldjob_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldoutput_s3_uri (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_healthimaging import events as healthimaging_events import_job_failed_props = healthimaging_events.ImportJobFailed.ImportJobFailedProps( datastore_id=["datastoreId"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), imaging_version=["imagingVersion"], input_s3_uri=["inputS3Uri"], job_id=["jobId"], job_name=["jobName"], job_status=["jobStatus"], output_s3_uri=["outputS3Uri"] )
Attributes
- datastore_id
(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
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- imaging_version
(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
- Stability:
experimental
- input_s3_uri
(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
- Stability:
experimental
- job_id
(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
- Stability:
experimental
- job_name
(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
- Stability:
experimental
- job_status
(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
- Stability:
experimental
- output_s3_uri
(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
- Stability:
experimental