EndpointGroup

public struct EndpointGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of endpoint objects.

    Declaration

    Swift

    public let endpointDescriptions: [EndpointDescription]?
  • The Amazon Resource Name (ARN) of the endpoint group.

    Declaration

    Swift

    public let endpointGroupArn: String?
  • The AWS Region that this endpoint group belongs.

    Declaration

    Swift

    public let endpointGroupRegion: String?
  • The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

    Declaration

    Swift

    public let healthCheckIntervalSeconds: Int?
  • If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

    Declaration

    Swift

    public let healthCheckPath: String?
  • The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

    Declaration

    Swift

    public let healthCheckPort: Int?
  • The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

    Declaration

    Swift

    public let healthCheckProtocol: HealthCheckProtocol?
  • The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

    Declaration

    Swift

    public let thresholdCount: Int?
  • The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing. The default value is 100.

    Declaration

    Swift

    public let trafficDialPercentage: Float?
  • Undocumented

    Declaration

    Swift

    public init(endpointDescriptions: [EndpointDescription]? = nil, endpointGroupArn: String? = nil, endpointGroupRegion: String? = nil, healthCheckIntervalSeconds: Int? = nil, healthCheckPath: String? = nil, healthCheckPort: Int? = nil, healthCheckProtocol: HealthCheckProtocol? = nil, thresholdCount: Int? = nil, trafficDialPercentage: Float? = nil)