Class DatasetEvents
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iotanalytics.events.DatasetEvents
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:27.095Z")
@Stability(Experimental)
public class DatasetEvents
extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for Dataset.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.mixins.preview.services.iotanalytics.events.*; import software.amazon.awscdk.interfaces.iotanalytics.*; IDatasetRef datasetRef; DatasetEvents datasetEvents = DatasetEvents.fromDataset(datasetRef);
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(experimental) aws.iotanalytics@IoTAnalyticsDataSetLifeCycleNotification event types for Dataset.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDatasetEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedDatasetEvents(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic DatasetEventsfromDataset(IDatasetRef datasetRef) (experimental) Create DatasetEvents from a Dataset reference.(experimental) EventBridge event pattern for Dataset IoT Analytics DataSet Lifecycle Notification.ioTAnalyticsDataSetLifeCycleNotificationPattern(DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps options) (experimental) EventBridge event pattern for Dataset IoT Analytics DataSet Lifecycle Notification.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
DatasetEvents
protected DatasetEvents(software.amazon.jsii.JsiiObjectRef objRef) -
DatasetEvents
protected DatasetEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromDataset
@Stability(Experimental) @NotNull public static DatasetEvents fromDataset(@NotNull IDatasetRef datasetRef) (experimental) Create DatasetEvents from a Dataset reference.- Parameters:
datasetRef- This parameter is required.
-
ioTAnalyticsDataSetLifeCycleNotificationPattern
@Stability(Experimental) @NotNull public EventPattern ioTAnalyticsDataSetLifeCycleNotificationPattern(@Nullable DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps options) (experimental) EventBridge event pattern for Dataset IoT Analytics DataSet Lifecycle Notification.- Parameters:
options-
-
ioTAnalyticsDataSetLifeCycleNotificationPattern
@Stability(Experimental) @NotNull public EventPattern ioTAnalyticsDataSetLifeCycleNotificationPattern()(experimental) EventBridge event pattern for Dataset IoT Analytics DataSet Lifecycle Notification.
-