interface CfnAutoScalingInstanceRefreshAlarmSpecification
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnAutoScalingInstanceRefreshAlarmSpecification |
Go | github.com/aws/aws-cdk-go/awscdk/v2#CfnAutoScalingInstanceRefreshAlarmSpecification |
Java | software.amazon.awscdk.CfnAutoScalingInstanceRefreshAlarmSpecification |
Python | aws_cdk.CfnAutoScalingInstanceRefreshAlarmSpecification |
TypeScript (source) | aws-cdk-lib » CfnAutoScalingInstanceRefreshAlarmSpecification |
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 * as cdk from 'aws-cdk-lib';
const cfnAutoScalingInstanceRefreshAlarmSpecification: cdk.CfnAutoScalingInstanceRefreshAlarmSpecification = {
alarms: ['alarms'],
};
Properties
| Name | Type | Description |
|---|---|---|
| alarms? | string[] | The names of the CloudWatch alarms to monitor. |
alarms?
Type:
string[]
(optional)
The names of the CloudWatch alarms to monitor.

.NET
Go
Java
Python
TypeScript (