Interface DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps.Jsii$Proxy
Enclosing class:
DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification

@Stability(Experimental) public static interface DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Dataset aws.iotanalytics@IoTAnalyticsDataSetLifeCycleNotification event.

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();
 
  • Method Details

    • getContentDeliveryRuleIndex

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getDatasetName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Filter with the Dataset reference

    • getEventDetailVersion

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getMessage

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getState

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getVersionId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps.Builder of DatasetEvents.IoTAnalyticsDataSetLifeCycleNotification.IoTAnalyticsDataSetLifeCycleNotificationProps