Interface CfnAlarmMuteRule.MuteTargetsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAlarmMuteRule.MuteTargetsProperty.Jsii$Proxy
- Enclosing class:
CfnAlarmMuteRule
@Stability(Stable)
public static interface CfnAlarmMuteRule.MuteTargetsProperty
extends software.amazon.jsii.JsiiSerializable
Targets to be muted.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudwatch.*;
MuteTargetsProperty muteTargetsProperty = MuteTargetsProperty.builder()
.alarmNames(List.of("alarmNames"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAlarmMuteRule.MuteTargetsPropertystatic final classAn implementation forCfnAlarmMuteRule.MuteTargetsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmNames
The alarm names to be mute by the AlarmMuteRule.- See Also:
-
builder
-