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::LoadBalancerAttribute; use Moose; has Key => (is => 'ro', isa => 'Str'); has Value => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ELBv2::LoadBalancerAttribute =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::LoadBalancerAttribute 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::LoadBalancerAttribute object: $result = $service_obj->Method(...); $result->Att1->Key =head1 DESCRIPTION Information about a load balancer attribute. =head1 ATTRIBUTES =head2 Key => Str The name of the attribute. The following attribute is supported by all load balancers: =over =item * C - Indicates whether deletion protection is enabled. The value is C or C. The default is C. =back The following attributes are supported by both Application Load Balancers and Network Load Balancers: =over =item * C - Indicates whether access logs are enabled. The value is C or C. The default is C. =item * C - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. =item * C - The prefix for the location in the S3 bucket for the access logs. =back The following attributes are supported by only Application Load Balancers: =over =item * C - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. =item * C - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are C, C, and C. The default is C. =item * C - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (C) or routed to targets (C). The default is C. =item * C - Indicates whether HTTP/2 is enabled. The value is C or C. The default is C. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. =item * C - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The value is C or C. The default is C. =back The following attribute is supported by Network Load Balancers and Gateway Load Balancers: =over =item * C - Indicates whether cross-zone load balancing 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