RefreshPreferences

public struct RefreshPreferences : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of seconds until a newly launched instance is configured and ready to use. During this time, Amazon EC2 Auto Scaling does not immediately move on to the next replacement. The default is to use the value for the health check grace period defined for the group.

    Declaration

    Swift

    public let instanceWarmup: Int?
  • The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group (rounded up to the nearest integer). The default is 90.

    Declaration

    Swift

    public let minHealthyPercentage: Int?
  • Undocumented

    Declaration

    Swift

    public init(instanceWarmup: Int? = nil, minHealthyPercentage: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws