AWSELBTargetGroup
No description
type AWSELBTargetGroup {
healthCheckEnabled: Boolean!
healthCheckIntervalSeconds: Int!
healthCheckPath: String
healthCheckPort: String!
healthCheckProtocol: AWSELBTargetGroupProtocolType!
healthCheckTimeoutSeconds: Int!
healthyThresholdCount: Int!
ipAddressType: AWSELBTargetGroupIPAddressType!
loadBalancers: [AWSElasticLoadBalancer!]!
matcher: AWSELBTargetGroupMatcher
port: Int!
protocol: AWSELBTargetGroupProtocolType!
protocolVersion: String
arn: String!
name: String!
type: AWSELBTargetGroupTargetType!
unhealthyThresholdCount: Int!
vpc: AWSVPC!
}
Fields
AWSELBTargetGroup.healthCheckEnabled ● Boolean! non-null scalar
Indicates whether health checks are enabled
AWSELBTargetGroup.healthCheckIntervalSeconds ● Int! non-null scalar
The approximate amount of time, in seconds, between health checks of an individual target
AWSELBTargetGroup.healthCheckPath ● String scalar
The destination for health checks on the targets
AWSELBTargetGroup.healthCheckPort ● String! non-null scalar
The port to use to connect with the target
AWSELBTargetGroup.healthCheckProtocol ● AWSELBTargetGroupProtocolType! non-null enum
The protocol to use to connect with the target
AWSELBTargetGroup.healthCheckTimeoutSeconds ● Int! non-null scalar
The amount of time, in seconds, during which no response means a failed health check
AWSELBTargetGroup.healthyThresholdCount ● Int! non-null scalar
The number of consecutive health checks successes required before considering an unhealthy target healthy
AWSELBTargetGroup.ipAddressType ● AWSELBTargetGroupIPAddressType! non-null enum
The type of IP address used for this target group The default: IPV4
AWSELBTargetGroup.loadBalancers ● [AWSElasticLoadBalancer!]! non-null union
The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group
AWSELBTargetGroup.matcher ● AWSELBTargetGroupMatcher object
The HTTP or gRPC codes to use when checking for a successful response from a target
AWSELBTargetGroup.port ● Int! non-null scalar
The port on which the targets are listening
AWSELBTargetGroup.protocol ● AWSELBTargetGroupProtocolType! non-null enum
The protocol to use for routing traffic to the targets
AWSELBTargetGroup.protocolVersion ● String scalar
The protocol version. The possible values are GRPC, HTTP1, and HTTP2
AWSELBTargetGroup.arn ● String! non-null scalar
The Amazon Resource Name (ARN) of the target group
AWSELBTargetGroup.name ● String! non-null scalar
The name of the target group
AWSELBTargetGroup.type ● AWSELBTargetGroupTargetType! non-null enum
The type of target that you must specify when registering targets with this target group
AWSELBTargetGroup.unhealthyThresholdCount ● Int! non-null scalar
The number of consecutive health check failures required before considering the target unhealthy
AWSELBTargetGroup.vpc ● AWSVPC! non-null object
The VPC for the target group
Member of
AWSAutoScalingGroupLoadBalancer object ● AWSELBApplicationLoadBalancer object ● AWSELBGatewayLoadBalancer object ● AWSELBNetworkLoadBalancer object