IoTAnalyticsDataSetLifeCycleNotification
- class aws_cdk.mixins_preview.aws_iotanalytics.events.IoTAnalyticsDataSetLifeCycleNotification
Bases:
object(experimental) EventBridge event pattern for aws.iotanalytics@IoTAnalyticsDataSetLifeCycleNotification.
- 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 io_tAnalytics_data_set_life_cycle_notification = iotanalytics_events.IoTAnalyticsDataSetLifeCycleNotification()
- Stability:
experimental
Static Methods
- classmethod 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 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:
IoTAnalyticsDataSetLifeCycleNotificationProps
- class IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps(*, content_delivery_rule_index=None, dataset_name=None, event_detail_version=None, event_metadata=None, message=None, state=None, version_id=None)
Bases:
object(experimental) Props type for aws.iotanalytics@IoTAnalyticsDataSetLifeCycleNotification event.
- 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
- 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_iotanalytics import events as iotanalytics_events io_tAnalytics_data_set_life_cycle_notification_props = iotanalytics_events.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps( content_delivery_rule_index=["contentDeliveryRuleIndex"], dataset_name=["datasetName"], event_detail_version=["eventDetailVersion"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), message=["message"], state=["state"], version_id=["versionId"] )
Attributes
- content_delivery_rule_index
(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 the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- dataset_name
(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 the
aws_events.Matchfor more advanced matching options.- Default:
Filter with the Dataset reference
- Stability:
experimental
- event_detail_version
(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 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
- message
(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 the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- state
(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 the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- version_id
(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 the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental