SequenceStoreEvents
- class aws_cdk.mixins_preview.aws_omics.events.SequenceStoreEvents(*args: Any, **kwargs)
Bases:
object(experimental) EventBridge event patterns for SequenceStore.
- 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_omics import events as omics_events from aws_cdk.interfaces import aws_omics as interfaces_aws_omics # sequence_store_ref: interfaces_aws_omics.ISequenceStoreRef sequence_store_events = omics_events.SequenceStoreEvents.from_sequence_store(sequence_store_ref)
Methods
- read_set_activation_job_status_change_pattern(*, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
(experimental) EventBridge event pattern for SequenceStore Read Set Activation Job Status Change.
- Parameters:
event_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
- read_set_export_job_status_change_pattern(*, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
(experimental) EventBridge event pattern for SequenceStore Read Set Export Job Status Change.
- Parameters:
event_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
- read_set_import_job_status_change_pattern(*, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
(experimental) EventBridge event pattern for SequenceStore Read Set Import Job Status Change.
- Parameters:
event_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
- read_set_status_change_pattern(*, arn=None, creation_job_id=None, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
(experimental) EventBridge event pattern for SequenceStore Read Set Status Change.
- Parameters:
arn (
Optional[Sequence[str]]) – (experimental) arn property. Specify an array of string values to match this event if the actual value of arn 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 fieldcreation_job_id (
Optional[Sequence[str]]) – (experimental) creationJobId property. Specify an array of string values to match this event if the actual value of creationJobId 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 fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
Static Methods
- classmethod from_sequence_store(sequence_store_ref)
(experimental) Create SequenceStoreEvents from a SequenceStore reference.
- Parameters:
sequence_store_ref (
ISequenceStoreRef)- Stability:
experimental
- Return type:
ReadSetActivationJobStatusChange
- class SequenceStoreEvents.ReadSetActivationJobStatusChange
Bases:
object(experimental) aws.omics@ReadSetActivationJobStatusChange event types for SequenceStore.
- 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_omics import events as omics_events read_set_activation_job_status_change = omics_events.SequenceStoreEvents.ReadSetActivationJobStatusChange()
- Stability:
experimental
ReadSetActivationJobStatusChangeProps
- class SequenceStoreEvents.ReadSetActivationJobStatusChange.ReadSetActivationJobStatusChangeProps(*, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
Bases:
object(experimental) Props type for SequenceStore aws.omics@ReadSetActivationJobStatusChange event.
- Parameters:
event_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
# 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_omics import events as omics_events read_set_activation_job_status_change_props = omics_events.SequenceStoreEvents.ReadSetActivationJobStatusChange.ReadSetActivationJobStatusChangeProps( event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), id=["id"], omics_version=["omicsVersion"], sequence_store_id=["sequenceStoreId"], status=["status"], status_message=["statusMessage"] )
Attributes
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- id
(experimental) id property.
Specify an array of string values to match this event if the actual value of id 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
- omics_version
(experimental) omicsVersion property.
Specify an array of string values to match this event if the actual value of omicsVersion 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
- sequence_store_id
(experimental) sequenceStoreId property.
Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore reference
- Stability:
experimental
- status
(experimental) status property.
Specify an array of string values to match this event if the actual value of status 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
- status_message
(experimental) statusMessage property.
Specify an array of string values to match this event if the actual value of statusMessage 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
ReadSetExportJobStatusChange
- class SequenceStoreEvents.ReadSetExportJobStatusChange
Bases:
object(experimental) aws.omics@ReadSetExportJobStatusChange event types for SequenceStore.
- 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_omics import events as omics_events read_set_export_job_status_change = omics_events.SequenceStoreEvents.ReadSetExportJobStatusChange()
- Stability:
experimental
ReadSetExportJobStatusChangeProps
- class SequenceStoreEvents.ReadSetExportJobStatusChange.ReadSetExportJobStatusChangeProps(*, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
Bases:
object(experimental) Props type for SequenceStore aws.omics@ReadSetExportJobStatusChange event.
- Parameters:
event_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
# 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_omics import events as omics_events read_set_export_job_status_change_props = omics_events.SequenceStoreEvents.ReadSetExportJobStatusChange.ReadSetExportJobStatusChangeProps( event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), id=["id"], omics_version=["omicsVersion"], sequence_store_id=["sequenceStoreId"], status=["status"], status_message=["statusMessage"] )
Attributes
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- id
(experimental) id property.
Specify an array of string values to match this event if the actual value of id 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
- omics_version
(experimental) omicsVersion property.
Specify an array of string values to match this event if the actual value of omicsVersion 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
- sequence_store_id
(experimental) sequenceStoreId property.
Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore reference
- Stability:
experimental
- status
(experimental) status property.
Specify an array of string values to match this event if the actual value of status 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
- status_message
(experimental) statusMessage property.
Specify an array of string values to match this event if the actual value of statusMessage 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
ReadSetImportJobStatusChange
- class SequenceStoreEvents.ReadSetImportJobStatusChange
Bases:
object(experimental) aws.omics@ReadSetImportJobStatusChange event types for SequenceStore.
- 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_omics import events as omics_events read_set_import_job_status_change = omics_events.SequenceStoreEvents.ReadSetImportJobStatusChange()
- Stability:
experimental
ReadSetImportJobStatusChangeProps
- class SequenceStoreEvents.ReadSetImportJobStatusChange.ReadSetImportJobStatusChangeProps(*, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
Bases:
object(experimental) Props type for SequenceStore aws.omics@ReadSetImportJobStatusChange event.
- Parameters:
event_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
# 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_omics import events as omics_events read_set_import_job_status_change_props = omics_events.SequenceStoreEvents.ReadSetImportJobStatusChange.ReadSetImportJobStatusChangeProps( event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), id=["id"], omics_version=["omicsVersion"], sequence_store_id=["sequenceStoreId"], status=["status"], status_message=["statusMessage"] )
Attributes
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- id
(experimental) id property.
Specify an array of string values to match this event if the actual value of id 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
- omics_version
(experimental) omicsVersion property.
Specify an array of string values to match this event if the actual value of omicsVersion 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
- sequence_store_id
(experimental) sequenceStoreId property.
Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore reference
- Stability:
experimental
- status
(experimental) status property.
Specify an array of string values to match this event if the actual value of status 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
- status_message
(experimental) statusMessage property.
Specify an array of string values to match this event if the actual value of statusMessage 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
ReadSetStatusChange
- class SequenceStoreEvents.ReadSetStatusChange
Bases:
object(experimental) aws.omics@ReadSetStatusChange event types for SequenceStore.
- 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_omics import events as omics_events read_set_status_change = omics_events.SequenceStoreEvents.ReadSetStatusChange()
- Stability:
experimental
ReadSetStatusChangeProps
- class SequenceStoreEvents.ReadSetStatusChange.ReadSetStatusChangeProps(*, arn=None, creation_job_id=None, event_metadata=None, id=None, omics_version=None, sequence_store_id=None, status=None, status_message=None)
Bases:
object(experimental) Props type for SequenceStore aws.omics@ReadSetStatusChange event.
- Parameters:
arn (
Optional[Sequence[str]]) – (experimental) arn property. Specify an array of string values to match this event if the actual value of arn 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 fieldcreation_job_id (
Optional[Sequence[str]]) – (experimental) creationJobId property. Specify an array of string values to match this event if the actual value of creationJobId 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 fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -id (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id 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 fieldomics_version (
Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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 fieldsequence_store_id (
Optional[Sequence[str]]) – (experimental) sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore referencestatus (
Optional[Sequence[str]]) – (experimental) status property. Specify an array of string values to match this event if the actual value of status 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 fieldstatus_message (
Optional[Sequence[str]]) – (experimental) statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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:
# 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_omics import events as omics_events read_set_status_change_props = omics_events.SequenceStoreEvents.ReadSetStatusChange.ReadSetStatusChangeProps( arn=["arn"], creation_job_id=["creationJobId"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), id=["id"], omics_version=["omicsVersion"], sequence_store_id=["sequenceStoreId"], status=["status"], status_message=["statusMessage"] )
Attributes
- arn
(experimental) arn property.
Specify an array of string values to match this event if the actual value of arn 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
- creation_job_id
(experimental) creationJobId property.
Specify an array of string values to match this event if the actual value of creationJobId 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
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- id
(experimental) id property.
Specify an array of string values to match this event if the actual value of id 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
- omics_version
(experimental) omicsVersion property.
Specify an array of string values to match this event if the actual value of omicsVersion 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
- sequence_store_id
(experimental) sequenceStoreId property.
Specify an array of string values to match this event if the actual value of sequenceStoreId 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 SequenceStore reference
- Stability:
experimental
- status
(experimental) status property.
Specify an array of string values to match this event if the actual value of status 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
- status_message
(experimental) statusMessage property.
Specify an array of string values to match this event if the actual value of statusMessage 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