Class: Aws::AutoScaling::Types::AvailabilityZoneImpairmentPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Describes an Availability Zone impairment policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#impaired_zone_health_check_behaviorString

Specifies the health check behavior for the impaired Availability Zone in an active zonal shift. If you select Replace unhealthy, instances that appear unhealthy will be replaced in all Availability Zones. If you select Ignore unhealthy, instances will not be replaced in the Availability Zone with the active zonal shift. For more information, see Auto Scaling group zonal shift in the Amazon EC2 Auto Scaling User Guide.

Returns:

  • (String)


811
812
813
814
815
816
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 811

class AvailabilityZoneImpairmentPolicy < Struct.new(
  :zonal_shift_enabled,
  :impaired_zone_health_check_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#zonal_shift_enabledBoolean

If true, enable zonal shift for your Auto Scaling group.

Returns:

  • (Boolean)


811
812
813
814
815
816
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 811

class AvailabilityZoneImpairmentPolicy < Struct.new(
  :zonal_shift_enabled,
  :impaired_zone_health_check_behavior)
  SENSITIVE = []
  include Aws::Structure
end