Interface AlarmEvents.CloudWatchAlarmConfigurationChange.Configuration

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AlarmEvents.CloudWatchAlarmConfigurationChange.Configuration.Jsii$Proxy
Enclosing class:
AlarmEvents.CloudWatchAlarmConfigurationChange

@Stability(Experimental) public static interface AlarmEvents.CloudWatchAlarmConfigurationChange.Configuration extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Configuration.

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.cloudwatch.events.*;
 Configuration configuration = Configuration.builder()
         .actionsEnabled(List.of("actionsEnabled"))
         .actionsSuppressor(List.of("actionsSuppressor"))
         .actionsSuppressorExtensionPeriod(List.of("actionsSuppressorExtensionPeriod"))
         .actionsSuppressorWaitPeriod(List.of("actionsSuppressorWaitPeriod"))
         .alarmActions(List.of("alarmActions"))
         .alarmName(List.of("alarmName"))
         .alarmRule(List.of("alarmRule"))
         .comparisonOperator(List.of("comparisonOperator"))
         .datapointsToAlarm(List.of("datapointsToAlarm"))
         .description(List.of("description"))
         .evaluateLowSampleCountPercentile(List.of("evaluateLowSampleCountPercentile"))
         .evaluationPeriods(List.of("evaluationPeriods"))
         .insufficientDataActions(List.of("insufficientDataActions"))
         .metrics(List.of(ConfigurationItem.builder()
                 .id(List.of("id"))
                 .metricStat(MetricStat.builder()
                         .metric(Metric.builder()
                                 .dimensions(List.of("dimensions"))
                                 .name(List.of("name"))
                                 .namespace(List.of("namespace"))
                                 .build())
                         .period(List.of("period"))
                         .stat(List.of("stat"))
                         .build())
                 .returnData(List.of("returnData"))
                 .build()))
         .okActions(List.of("okActions"))
         .threshold(List.of("threshold"))
         .timestamp(List.of("timestamp"))
         .treatMissingData(List.of("treatMissingData"))
         .build();
 
  • Method Details

    • getActionsEnabled

      @Stability(Experimental) @Nullable default List<String> getActionsEnabled()
      (experimental) actionsEnabled property.

      Specify an array of string values to match this event if the actual value of actionsEnabled 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

    • getActionsSuppressor

      @Stability(Experimental) @Nullable default List<String> getActionsSuppressor()
      (experimental) actionsSuppressor property.

      Specify an array of string values to match this event if the actual value of actionsSuppressor 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

    • getActionsSuppressorExtensionPeriod

      @Stability(Experimental) @Nullable default List<String> getActionsSuppressorExtensionPeriod()
      (experimental) actionsSuppressorExtensionPeriod property.

      Specify an array of string values to match this event if the actual value of actionsSuppressorExtensionPeriod 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

    • getActionsSuppressorWaitPeriod

      @Stability(Experimental) @Nullable default List<String> getActionsSuppressorWaitPeriod()
      (experimental) actionsSuppressorWaitPeriod property.

      Specify an array of string values to match this event if the actual value of actionsSuppressorWaitPeriod 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

    • getAlarmActions

      @Stability(Experimental) @Nullable default List<String> getAlarmActions()
      (experimental) alarmActions property.

      Specify an array of string values to match this event if the actual value of alarmActions 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

    • getAlarmName

      @Stability(Experimental) @Nullable default List<String> getAlarmName()
      (experimental) alarmName property.

      Specify an array of string values to match this event if the actual value of alarmName 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 Alarm reference

    • getAlarmRule

      @Stability(Experimental) @Nullable default List<String> getAlarmRule()
      (experimental) alarmRule property.

      Specify an array of string values to match this event if the actual value of alarmRule 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

    • getComparisonOperator

      @Stability(Experimental) @Nullable default List<String> getComparisonOperator()
      (experimental) comparisonOperator property.

      Specify an array of string values to match this event if the actual value of comparisonOperator 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

    • getDatapointsToAlarm

      @Stability(Experimental) @Nullable default List<String> getDatapointsToAlarm()
      (experimental) datapointsToAlarm property.

      Specify an array of string values to match this event if the actual value of datapointsToAlarm 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

    • getDescription

      @Stability(Experimental) @Nullable default List<String> getDescription()
      (experimental) description property.

      Specify an array of string values to match this event if the actual value of description 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

    • getEvaluateLowSampleCountPercentile

      @Stability(Experimental) @Nullable default List<String> getEvaluateLowSampleCountPercentile()
      (experimental) evaluateLowSampleCountPercentile property.

      Specify an array of string values to match this event if the actual value of evaluateLowSampleCountPercentile 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

    • getEvaluationPeriods

      @Stability(Experimental) @Nullable default List<String> getEvaluationPeriods()
      (experimental) evaluationPeriods property.

      Specify an array of string values to match this event if the actual value of evaluationPeriods 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

    • getInsufficientDataActions

      @Stability(Experimental) @Nullable default List<String> getInsufficientDataActions()
      (experimental) insufficientDataActions property.

      Specify an array of string values to match this event if the actual value of insufficientDataActions 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

    • getMetrics

      @Stability(Experimental) @Nullable default List<AlarmEvents.CloudWatchAlarmConfigurationChange.ConfigurationItem> getMetrics()
      (experimental) metrics property.

      Specify an array of string values to match this event if the actual value of metrics 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

    • getOkActions

      @Stability(Experimental) @Nullable default List<String> getOkActions()
      (experimental) okActions property.

      Specify an array of string values to match this event if the actual value of okActions 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

    • getThreshold

      @Stability(Experimental) @Nullable default List<String> getThreshold()
      (experimental) threshold property.

      Specify an array of string values to match this event if the actual value of threshold 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

    • getTimestamp

      @Stability(Experimental) @Nullable default List<String> getTimestamp()
      (experimental) timestamp property.

      Specify an array of string values to match this event if the actual value of timestamp 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

    • getTreatMissingData

      @Stability(Experimental) @Nullable default List<String> getTreatMissingData()
      (experimental) treatMissingData property.

      Specify an array of string values to match this event if the actual value of treatMissingData 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 AlarmEvents.CloudWatchAlarmConfigurationChange.Configuration.Builder of AlarmEvents.CloudWatchAlarmConfigurationChange.Configuration