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: