![]() |
![]()
| ![]() |
![]()
NAMEPaws::ELBv2::TargetGroup USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ELBv2::TargetGroup object: $service_obj->Method(Att1 => { HealthCheckEnabled => $value, ..., VpcId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ELBv2::TargetGroup object: $result = $service_obj->Method(...); $result->Att1->HealthCheckEnabled DESCRIPTIONInformation about a target group. ATTRIBUTESHealthCheckEnabled => BoolIndicates whether health checks are enabled. HealthCheckIntervalSeconds => IntThe approximate amount of time, in seconds, between health checks of an individual target. HealthCheckPath => StrThe destination for health checks on the targets. HealthCheckPort => StrThe port to use to connect with the target. HealthCheckProtocol => StrThe protocol to use to connect with the target. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks. HealthCheckTimeoutSeconds => IntThe amount of time, in seconds, during which no response means a failed health check. HealthyThresholdCount => IntThe number of consecutive health checks successes required before considering an unhealthy target healthy. LoadBalancerArns => ArrayRef[Str|Undef]The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group. Matcher => Paws::ELBv2::MatcherThe HTTP or gRPC codes to use when checking for a successful response from a target. Port => IntThe port on which the targets are listening. Not used if the target is a Lambda function. Protocol => StrThe protocol to use for routing traffic to the targets. ProtocolVersion => Str[HTTP/HTTPS protocol] The protocol version. The possible values are "GRPC", "HTTP1", and "HTTP2". TargetGroupArn => StrThe Amazon Resource Name (ARN) of the target group. TargetGroupName => StrThe name of the target group. TargetType => StrThe type of target that you must specify when registering targets with this target group. The possible values are "instance" (register targets by instance ID), "ip" (register targets by IP address), or "lambda" (register a single Lambda function as a target). UnhealthyThresholdCount => IntThe number of consecutive health check failures required before considering the target unhealthy. VpcId => StrThe ID of the VPC for the targets. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ELBv2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|