ReferenceStoreEvents

class aws_cdk.mixins_preview.aws_omics.events.ReferenceStoreEvents(*args: Any, **kwargs)

Bases: object

(experimental) EventBridge event patterns for ReferenceStore.

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

# reference_store_ref: interfaces_aws_omics.IReferenceStoreRef

reference_store_events = omics_events.ReferenceStoreEvents.from_reference_store(reference_store_ref)

Methods

reference_import_job_status_change_pattern(*, event_metadata=None, id=None, omics_version=None, reference_store_id=None, status=None, status_message=None)

(experimental) EventBridge event pattern for ReferenceStore Reference 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • omics_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • reference_store_id (Optional[Sequence[str]]) – (experimental) referenceStoreId property. Specify an array of string values to match this event if the actual value of referenceStoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Filter with the ReferenceStore reference

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

reference_status_change_pattern(*, arn=None, creation_job_id=None, event_metadata=None, id=None, omics_version=None, reference_store_id=None, status=None)

(experimental) EventBridge event pattern for ReferenceStore Reference 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • creation_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • omics_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • reference_store_id (Optional[Sequence[str]]) – (experimental) referenceStoreId property. Specify an array of string values to match this event if the actual value of referenceStoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Filter with the ReferenceStore reference

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

Static Methods

classmethod from_reference_store(reference_store_ref)

(experimental) Create ReferenceStoreEvents from a ReferenceStore reference.

Parameters:

reference_store_ref (IReferenceStoreRef)

Stability:

experimental

Return type:

ReferenceStoreEvents

ReferenceImportJobStatusChange

class ReferenceStoreEvents.ReferenceImportJobStatusChange

Bases: object

(experimental) aws.omics@ReferenceImportJobStatusChange event types for ReferenceStore.

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

reference_import_job_status_change = omics_events.ReferenceStoreEvents.ReferenceImportJobStatusChange()
Stability:

experimental

ReferenceImportJobStatusChangeProps

class ReferenceStoreEvents.ReferenceImportJobStatusChange.ReferenceImportJobStatusChangeProps(*, event_metadata=None, id=None, omics_version=None, reference_store_id=None, status=None, status_message=None)

Bases: object

(experimental) Props type for ReferenceStore aws.omics@ReferenceImportJobStatusChange 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • omics_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • reference_store_id (Optional[Sequence[str]]) – (experimental) referenceStoreId property. Specify an array of string values to match this event if the actual value of referenceStoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Filter with the ReferenceStore reference

  • status (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • status_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 the aws_events.Match for 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

reference_import_job_status_change_props = omics_events.ReferenceStoreEvents.ReferenceImportJobStatusChange.ReferenceImportJobStatusChangeProps(
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    id=["id"],
    omics_version=["omicsVersion"],
    reference_store_id=["referenceStoreId"],
    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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

reference_store_id

(experimental) referenceStoreId property.

Specify an array of string values to match this event if the actual value of referenceStoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Filter with the ReferenceStore 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ReferenceStatusChange

class ReferenceStoreEvents.ReferenceStatusChange

Bases: object

(experimental) aws.omics@ReferenceStatusChange event types for ReferenceStore.

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

reference_status_change = omics_events.ReferenceStoreEvents.ReferenceStatusChange()
Stability:

experimental

ReferenceStatusChangeProps

class ReferenceStoreEvents.ReferenceStatusChange.ReferenceStatusChangeProps(*, arn=None, creation_job_id=None, event_metadata=None, id=None, omics_version=None, reference_store_id=None, status=None)

Bases: object

(experimental) Props type for ReferenceStore aws.omics@ReferenceStatusChange 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • creation_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • omics_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • reference_store_id (Optional[Sequence[str]]) – (experimental) referenceStoreId property. Specify an array of string values to match this event if the actual value of referenceStoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Filter with the ReferenceStore reference

  • status (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 the aws_events.Match for 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

reference_status_change_props = omics_events.ReferenceStoreEvents.ReferenceStatusChange.ReferenceStatusChangeProps(
    arn=["arn"],
    creation_job_id=["creationJobId"],
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    id=["id"],
    omics_version=["omicsVersion"],
    reference_store_id=["referenceStoreId"],
    status=["status"]
)

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.Match for 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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

reference_store_id

(experimental) referenceStoreId property.

Specify an array of string values to match this event if the actual value of referenceStoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Filter with the ReferenceStore 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental