PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ELBv2::TargetGroupAttribute; use Moose; has Key => (is => 'ro', isa => 'Str'); has Value => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ELBv2::TargetGroupAttribute =head1 USAGE This class represents one of two things: =head3 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::TargetGroupAttribute object: $service_obj->Method(Att1 => { Key => $value, ..., Value => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ELBv2::TargetGroupAttribute object: $result = $service_obj->Method(...); $result->Att1->Key =head1 DESCRIPTION Information about a target group attribute. =head1 ATTRIBUTES =head2 Key => Str The name of the attribute. The following attribute is supported by all load balancers: =over =item * C - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from C to C. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. =back The following attributes are supported by both Application Load Balancers and Network Load Balancers: =over =item * C - Indicates whether sticky sessions are enabled. The value is C or C. The default is C. =item * C - The type of sticky sessions. The possible values are C and C for Application Load Balancers or C for Network Load Balancers. =back The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: =over =item * C - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is C or C. The default is C. =item * C - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). =item * C - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: C, C, and C; they're reserved for use by the load balancer. =item * C - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). =item * C - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). =back The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: =over =item * C - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is C or C. The default is C. If the value is C and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. =back The following attributes are supported only by Network Load Balancers: =over =item * C - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is C or C. The default is C. =item * C - Indicates whether client IP preservation is enabled. The value is C or C. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. =item * C - Indicates whether Proxy Protocol version 2 is enabled. The value is C or C. The default is C. =back =head2 Value => Str The value of the attribute. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut