Interface AlarmEvents.CloudWatchAlarmConfigurationChange.State

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

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

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.*;
 State state = State.builder()
         .actionsSuppressedBy(List.of("actionsSuppressedBy"))
         .evaluationState(List.of("evaluationState"))
         .reason(List.of("reason"))
         .reasonData(List.of("reasonData"))
         .timestamp(List.of("timestamp"))
         .value(List.of("value"))
         .build();
 
  • Method Details

    • getActionsSuppressedBy

      @Stability(Experimental) @Nullable default List<String> getActionsSuppressedBy()
      (experimental) actionsSuppressedBy property.

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

    • getEvaluationState

      @Stability(Experimental) @Nullable default List<String> getEvaluationState()
      (experimental) evaluationState property.

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

    • getReason

      @Stability(Experimental) @Nullable default List<String> getReason()
      (experimental) reason property.

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

    • getReasonData

      @Stability(Experimental) @Nullable default List<String> getReasonData()
      (experimental) reasonData property.

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

    • getValue

      @Stability(Experimental) @Nullable default List<String> getValue()
      (experimental) value property.

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

      @Stability(Experimental) static AlarmEvents.CloudWatchAlarmConfigurationChange.State.Builder builder()
      Returns:
      a AlarmEvents.CloudWatchAlarmConfigurationChange.State.Builder of AlarmEvents.CloudWatchAlarmConfigurationChange.State