Package software.amazon.awscdk
Interface CfnAutoScalingInstanceRefreshAlarmSpecification
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutoScalingInstanceRefreshAlarmSpecification.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:21.580Z")
@Stability(Stable)
public interface CfnAutoScalingInstanceRefreshAlarmSpecification
extends software.amazon.jsii.JsiiSerializable
Alarm specification for the AutoScalingInstanceRefresh update policy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
CfnAutoScalingInstanceRefreshAlarmSpecification cfnAutoScalingInstanceRefreshAlarmSpecification = CfnAutoScalingInstanceRefreshAlarmSpecification.builder()
.alarms(List.of("alarms"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAutoScalingInstanceRefreshAlarmSpecificationstatic final classAn implementation forCfnAutoScalingInstanceRefreshAlarmSpecification -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarms
The names of the CloudWatch alarms to monitor. -
builder
-