CfnAutoScalingInstanceRefreshAlarmSpecification
- class aws_cdk.CfnAutoScalingInstanceRefreshAlarmSpecification(*, alarms=None)
Bases:
objectAlarm specification for the AutoScalingInstanceRefresh update policy.
- Parameters:
alarms (
Optional[Sequence[str]]) – The names of the CloudWatch alarms to monitor.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk as cdk cfn_auto_scaling_instance_refresh_alarm_specification = cdk.CfnAutoScalingInstanceRefreshAlarmSpecification( alarms=["alarms"] )
Attributes
- alarms
The names of the CloudWatch alarms to monitor.