DataStoreCreating
- class aws_cdk.mixins_preview.aws_healthlake.events.DataStoreCreating
Bases:
object(experimental) EventBridge event pattern for aws.healthlake@DataStoreCreating.
- 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_healthlake import events as healthlake_events data_store_creating = healthlake_events.DataStoreCreating()
- Stability:
experimental
Static Methods
- classmethod data_store_creating_pattern(*, datastore_endpoint=None, datastore_id=None, datastore_name=None, datastore_type_version=None, event_metadata=None)
(experimental) EventBridge event pattern for Data Store Creating.
- Parameters:
datastore_endpoint (
Optional[Sequence[str]]) – (experimental) datastoreEndpoint property. Specify an array of string values to match this event if the actual value of datastoreEndpoint 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 fielddatastore_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: - Do not filter on this fielddatastore_name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddatastore_type_version (
Optional[Sequence[str]]) – (experimental) datastoreTypeVersion property. Specify an array of string values to match this event if the actual value of datastoreTypeVersion 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: - -
- Stability:
experimental
- Return type:
DataStoreCreatingProps
- class DataStoreCreating.DataStoreCreatingProps(*, datastore_endpoint=None, datastore_id=None, datastore_name=None, datastore_type_version=None, event_metadata=None)
Bases:
object(experimental) Props type for aws.healthlake@DataStoreCreating event.
- Parameters:
datastore_endpoint (
Optional[Sequence[str]]) – (experimental) datastoreEndpoint property. Specify an array of string values to match this event if the actual value of datastoreEndpoint 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 fielddatastore_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: - Do not filter on this fielddatastore_name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddatastore_type_version (
Optional[Sequence[str]]) – (experimental) datastoreTypeVersion property. Specify an array of string values to match this event if the actual value of datastoreTypeVersion 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: - -
- 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_healthlake import events as healthlake_events data_store_creating_props = healthlake_events.DataStoreCreating.DataStoreCreatingProps( datastore_endpoint=["datastoreEndpoint"], datastore_id=["datastoreId"], datastore_name=["datastoreName"], datastore_type_version=["datastoreTypeVersion"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ) )
Attributes
- datastore_endpoint
(experimental) datastoreEndpoint property.
Specify an array of string values to match this event if the actual value of datastoreEndpoint 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
- 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:
Do not filter on this field
- Stability:
experimental
- datastore_name
(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
- Stability:
experimental
- datastore_type_version
(experimental) datastoreTypeVersion property.
Specify an array of string values to match this event if the actual value of datastoreTypeVersion 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