DatasetEvents
- class aws_cdk.mixins_preview.aws_iotanalytics.events.DatasetEvents(*args: Any, **kwargs)
Bases:
object(experimental) EventBridge event patterns for Dataset.
- 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_iotanalytics import events as iotanalytics_events from aws_cdk.interfaces import aws_iotanalytics as interfaces_iotanalytics # dataset_ref: interfaces_iotanalytics.IDatasetRef dataset_events = iotanalytics_events.DatasetEvents.from_dataset(dataset_ref)
Methods
- io_t_analytics_data_set_life_cycle_notification_pattern(*, content_delivery_rule_index=None, dataset_name=None, event_detail_version=None, event_metadata=None, message=None, state=None, version_id=None)
(experimental) EventBridge event pattern for Dataset IoT Analytics DataSet Lifecycle Notification.
- Parameters:
content_delivery_rule_index (
Optional[Sequence[str]]) – (experimental) content-delivery-rule-index property. Specify an array of string values to match this event if the actual value of content-delivery-rule-index 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 fielddataset_name (
Optional[Sequence[str]]) – (experimental) dataset-name property. Specify an array of string values to match this event if the actual value of dataset-name 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 Dataset referenceevent_detail_version (
Optional[Sequence[str]]) – (experimental) event-detail-version property. Specify an array of string values to match this event if the actual value of event-detail-version 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: - -message (
Optional[Sequence[str]]) – (experimental) message property. Specify an array of string values to match this event if the actual value of message 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 fieldstate (
Optional[Sequence[str]]) – (experimental) state property. Specify an array of string values to match this event if the actual value of state 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 fieldversion_id (
Optional[Sequence[str]]) – (experimental) version-id property. Specify an array of string values to match this event if the actual value of version-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 field
- Stability:
experimental
- Return type:
Static Methods
- classmethod from_dataset(dataset_ref)
(experimental) Create DatasetEvents from a Dataset reference.
- Parameters:
dataset_ref (
IDatasetRef)- Stability:
experimental
- Return type: