TargetGroup
public struct TargetGroup : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Indicates whether health checks are enabled. DeclarationSwift public let healthCheckEnabled: Bool?
- 
                  
                  The approximate amount of time, in seconds, between health checks of an individual target. DeclarationSwift public let healthCheckIntervalSeconds: Int?
- 
                  
                  The destination for the health check request. DeclarationSwift public let healthCheckPath: String?
- 
                  
                  The port to use to connect with the target. DeclarationSwift public let healthCheckPort: String?
- 
                  
                  The protocol to use to connect with the target. DeclarationSwift public let healthCheckProtocol: ProtocolEnum?
- 
                  
                  The amount of time, in seconds, during which no response means a failed health check. DeclarationSwift public let healthCheckTimeoutSeconds: Int?
- 
                  
                  The number of consecutive health checks successes required before considering an unhealthy target healthy. DeclarationSwift public let healthyThresholdCount: Int?
- 
                  
                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group. DeclarationSwift public let loadBalancerArns: [String]?
- 
                  
                  The HTTP codes to use when checking for a successful response from a target. DeclarationSwift public let matcher: Matcher?
- 
                  
                  The port on which the targets are listening. Not used if the target is a Lambda function. DeclarationSwift public let port: Int?
- 
                  
                  The protocol to use for routing traffic to the targets. DeclarationSwift public let `protocol`: ProtocolEnum?
- 
                  
                  The Amazon Resource Name (ARN) of the target group. DeclarationSwift public let targetGroupArn: String?
- 
                  
                  The name of the target group. DeclarationSwift public let targetGroupName: String?
- 
                  
                  The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address). DeclarationSwift public let targetType: TargetTypeEnum?
- 
                  
                  The number of consecutive health check failures required before considering the target unhealthy. DeclarationSwift public let unhealthyThresholdCount: Int?
- 
                  
                  The ID of the VPC for the targets. DeclarationSwift public let vpcId: String?
- 
                  init(healthCheckEnabled:healthCheckIntervalSeconds:healthCheckPath:healthCheckPort:healthCheckProtocol:healthCheckTimeoutSeconds:healthyThresholdCount:loadBalancerArns:matcher:port:protocol:targetGroupArn:targetGroupName:targetType:unhealthyThresholdCount:vpcId:)Undocumented DeclarationSwift public init(healthCheckEnabled: Bool? = nil, healthCheckIntervalSeconds: Int? = nil, healthCheckPath: String? = nil, healthCheckPort: String? = nil, healthCheckProtocol: ProtocolEnum? = nil, healthCheckTimeoutSeconds: Int? = nil, healthyThresholdCount: Int? = nil, loadBalancerArns: [String]? = nil, matcher: Matcher? = nil, port: Int? = nil, protocol: ProtocolEnum? = nil, targetGroupArn: String? = nil, targetGroupName: String? = nil, targetType: TargetTypeEnum? = nil, unhealthyThresholdCount: Int? = nil, vpcId: String? = nil)
 View on GitHub
View on GitHub TargetGroup Structure Reference
        TargetGroup Structure Reference