Interface AlarmEvents.CloudWatchAlarmConfigurationChange.State
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlarmEvents.CloudWatchAlarmConfigurationChange.State.Jsii$Proxy
- Enclosing class:
AlarmEvents.CloudWatchAlarmConfigurationChange
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAlarmEvents.CloudWatchAlarmConfigurationChange.Statestatic final classAn implementation forAlarmEvents.CloudWatchAlarmConfigurationChange.State -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static AlarmEvents.CloudWatchAlarmConfigurationChange.State.Builder builder()
-