Interface CfnAlarmMuteRulePropsMixin.MuteTargetsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAlarmMuteRulePropsMixin.MuteTargetsProperty.Jsii$Proxy
Enclosing class:
CfnAlarmMuteRulePropsMixin

@Stability(Stable) public static interface CfnAlarmMuteRulePropsMixin.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.cfnpropertymixins.services.cloudwatch.*;
 MuteTargetsProperty muteTargetsProperty = MuteTargetsProperty.builder()
         .alarmNames(List.of("alarmNames"))
         .build();
 

See Also: