TargetConfiguration

public struct TargetConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Desired value to use with a target-based scaling policy. The value must be relevant for whatever metric the scaling policy is using. For example, in a policy using the metric PercentAvailableGameSessions, the target value should be the preferred size of the fleet’s buffer (the percent of capacity that should be idle and ready for new game sessions).

    Declaration

    Swift

    public let targetValue: Double
  • Undocumented

    Declaration

    Swift

    public init(targetValue: Double)