Method: Aws::AutoScaling::Types::RefreshPreferences#alarm_specification
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
#alarm_specification ⇒ Types::AlarmSpecification
(Optional) The CloudWatch alarm specification. CloudWatch alarms can be used to identify any issues and fail the operation if an alarm threshold is met.
6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 6830 class RefreshPreferences < Struct.new( :min_healthy_percentage, :instance_warmup, :checkpoint_percentages, :checkpoint_delay, :skip_matching, :auto_rollback, :scale_in_protected_instances, :standby_instances, :alarm_specification, :max_healthy_percentage, :bake_time) SENSITIVE = [] include Aws::Structure end |