Interface DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps.Jsii$Proxy
- Enclosing class:
DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification
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.*;
IoTAnalyticsDataSetLifeCycleNotificationProps ioTAnalyticsDataSetLifeCycleNotificationProps = IoTAnalyticsDataSetLifeCycleNotificationProps.builder()
.contentDeliveryRuleIndex(List.of("contentDeliveryRuleIndex"))
.datasetName(List.of("datasetName"))
.eventDetailVersion(List.of("eventDetailVersion"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.message(List.of("message"))
.state(List.of("state"))
.versionId(List.of("versionId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) content-delivery-rule-index property.(experimental) dataset-name property.(experimental) event-detail-version property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) message property.getState()(experimental) state property.(experimental) version-id property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContentDeliveryRuleIndex
(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
-
getDatasetName
(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
-
getEventDetailVersion
(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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getMessage
(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
-
getState
(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
-
getVersionId
(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
-
builder
@Stability(Experimental) static DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps.Builder builder()
-