Skip to content

Commit

Permalink
docs(client-elastic-load-balancing-v2): This release allows you to co…
Browse files Browse the repository at this point in the history
…nfigure HTTP client keep-alive duration for communication between clients and Application Load Balancers.
  • Loading branch information
awstools committed Mar 14, 2024
1 parent 0bce168 commit dd56d7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3626,6 +3626,11 @@ export interface LoadBalancerAttribute {
* </li>
* <li>
* <p>
* <code>client_keep_alive.seconds</code> - The client keep alive value, in seconds. The
* valid range is 60-604800 seconds. The default is 3600 seconds.</p>
* </li>
* <li>
* <p>
* <code>connection_logs.s3.enabled</code> - Indicates whether connection logs are enabled. The
* value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5595,7 +5595,7 @@
"Key": {
"target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributeKey",
"traits": {
"smithy.api#documentation": "<p>The name of the attribute.</p>\n <p>The following attributes are supported by all load balancers:</p>\n <ul>\n <li>\n <p>\n <code>deletion_protection.enabled</code> - Indicates whether deletion protection is\n enabled. The value is <code>true</code> or <code>false</code>. The default is\n <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>load_balancing.cross_zone.enabled</code> - Indicates whether cross-zone load\n balancing is enabled. The possible values are <code>true</code> and <code>false</code>.\n The default for Network Load Balancers and Gateway Load Balancers is <code>false</code>. \n The default for Application Load Balancers is <code>true</code>, and cannot be changed.</p>\n </li>\n </ul>\n <p>The following attributes are supported by both Application Load Balancers and Network Load\n Balancers:</p>\n <ul>\n <li>\n <p>\n <code>access_logs.s3.enabled</code> - Indicates whether access logs are enabled. The\n value is <code>true</code> or <code>false</code>. The default is\n <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>access_logs.s3.bucket</code> - The name of the S3 bucket for the access logs.\n This attribute is required if access logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.</p>\n </li>\n <li>\n <p>\n <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the\n access logs.</p>\n </li>\n <li>\n <p>\n <code>ipv6.deny_all_igw_traffic</code> - Blocks internet gateway (IGW) access to the\n load balancer. It is set to <code>false</code> for internet-facing load balancers and\n <code>true</code> for internal load balancers, preventing unintended access to your\n internal load balancer through an internet gateway.</p>\n </li>\n </ul>\n <p>The following attributes are supported by only Application Load Balancers:</p>\n <ul>\n <li>\n <p>\n <code>idle_timeout.timeout_seconds</code> - The idle timeout value, in seconds. The\n valid range is 1-4000 seconds. The default is 60 seconds.</p>\n </li>\n <li>\n <p>\n <code>connection_logs.s3.enabled</code> - Indicates whether connection logs are enabled. The\n value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>connection_logs.s3.bucket</code> - The name of the S3 bucket for the connection logs.\n This attribute is required if connection logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.</p>\n </li>\n <li>\n <p>\n <code>connection_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the\n connection logs.</p>\n </li>\n <li>\n <p>\n <code>routing.http.desync_mitigation_mode</code> - Determines how the load balancer\n handles requests that might pose a security risk to your application. The possible values\n are <code>monitor</code>, <code>defensive</code>, and <code>strictest</code>. The default\n is <code>defensive</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.drop_invalid_header_fields.enabled</code> - Indicates whether HTTP\n headers with invalid header fields are removed by the load balancer (<code>true</code>) or\n routed to targets (<code>false</code>). The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.preserve_host_header.enabled</code> - Indicates whether the\n Application Load Balancer should preserve the <code>Host</code> header in the HTTP request\n and send it to the target without any change. The possible values are <code>true</code>\n and <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates\n whether the two headers (<code>x-amzn-tls-version</code> and\n <code>x-amzn-tls-cipher-suite</code>), which contain information about the negotiated\n TLS version and cipher suite, are added to the client request before sending it to the\n target. The <code>x-amzn-tls-version</code> header has information about the TLS protocol\n version negotiated with the client, and the <code>x-amzn-tls-cipher-suite</code> header\n has information about the cipher suite negotiated with the client. Both headers are in\n OpenSSL format. The possible values for the attribute are <code>true</code> and\n <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.xff_client_port.enabled</code> - Indicates whether the\n <code>X-Forwarded-For</code> header should preserve the source port that the client used\n to connect to the load balancer. The possible values are <code>true</code> and\n <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.xff_header_processing.mode</code> - Enables you to modify,\n preserve, or remove the <code>X-Forwarded-For</code> header in the HTTP request before the\n Application Load Balancer sends the request to the target. The possible values are\n <code>append</code>, <code>preserve</code>, and <code>remove</code>. The default is\n <code>append</code>.</p>\n <ul>\n <li>\n <p>If the value is <code>append</code>, the Application Load Balancer adds the client\n IP address (of the last hop) to the <code>X-Forwarded-For</code> header in the HTTP\n request before it sends it to targets.</p>\n </li>\n <li>\n <p>If the value is <code>preserve</code> the Application Load Balancer preserves the\n <code>X-Forwarded-For</code> header in the HTTP request, and sends it to targets\n without any change.</p>\n </li>\n <li>\n <p>If the value is <code>remove</code>, the Application Load Balancer removes the\n <code>X-Forwarded-For</code> header in the HTTP request before it sends it to\n targets.</p>\n </li>\n </ul>\n </li>\n <li>\n <p>\n <code>routing.http2.enabled</code> - Indicates whether HTTP/2 is enabled. The possible\n values are <code>true</code> and <code>false</code>. The default is <code>true</code>.\n Elastic Load Balancing requires that message header names contain only alphanumeric\n characters and hyphens.</p>\n </li>\n <li>\n <p>\n <code>waf.fail_open.enabled</code> - Indicates whether to allow a WAF-enabled load\n balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are <code>true</code> and <code>false</code>. The\n default is <code>false</code>.</p>\n </li>\n </ul>\n <p>The following attributes are supported by only Network Load Balancers:</p>\n <ul>\n <li>\n <p>\n <code>dns_record.client_routing_policy</code> - Indicates how traffic is \n distributed among the load balancer Availability Zones. The possible values are \n <code>availability_zone_affinity</code> with 100 percent zonal affinity, \n <code>partial_availability_zone_affinity</code> with 85 percent zonal affinity, \n and <code>any_availability_zone</code> with 0 percent zonal affinity.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>The name of the attribute.</p>\n <p>The following attributes are supported by all load balancers:</p>\n <ul>\n <li>\n <p>\n <code>deletion_protection.enabled</code> - Indicates whether deletion protection is\n enabled. The value is <code>true</code> or <code>false</code>. The default is\n <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>load_balancing.cross_zone.enabled</code> - Indicates whether cross-zone load\n balancing is enabled. The possible values are <code>true</code> and <code>false</code>.\n The default for Network Load Balancers and Gateway Load Balancers is <code>false</code>. \n The default for Application Load Balancers is <code>true</code>, and cannot be changed.</p>\n </li>\n </ul>\n <p>The following attributes are supported by both Application Load Balancers and Network Load\n Balancers:</p>\n <ul>\n <li>\n <p>\n <code>access_logs.s3.enabled</code> - Indicates whether access logs are enabled. The\n value is <code>true</code> or <code>false</code>. The default is\n <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>access_logs.s3.bucket</code> - The name of the S3 bucket for the access logs.\n This attribute is required if access logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.</p>\n </li>\n <li>\n <p>\n <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the\n access logs.</p>\n </li>\n <li>\n <p>\n <code>ipv6.deny_all_igw_traffic</code> - Blocks internet gateway (IGW) access to the\n load balancer. It is set to <code>false</code> for internet-facing load balancers and\n <code>true</code> for internal load balancers, preventing unintended access to your\n internal load balancer through an internet gateway.</p>\n </li>\n </ul>\n <p>The following attributes are supported by only Application Load Balancers:</p>\n <ul>\n <li>\n <p>\n <code>idle_timeout.timeout_seconds</code> - The idle timeout value, in seconds. The\n valid range is 1-4000 seconds. The default is 60 seconds.</p>\n </li>\n <li>\n <p>\n <code>client_keep_alive.seconds</code> - The client keep alive value, in seconds. The \n valid range is 60-604800 seconds. The default is 3600 seconds.</p>\n </li>\n <li>\n <p>\n <code>connection_logs.s3.enabled</code> - Indicates whether connection logs are enabled. The\n value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>connection_logs.s3.bucket</code> - The name of the S3 bucket for the connection logs.\n This attribute is required if connection logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.</p>\n </li>\n <li>\n <p>\n <code>connection_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the\n connection logs.</p>\n </li>\n <li>\n <p>\n <code>routing.http.desync_mitigation_mode</code> - Determines how the load balancer\n handles requests that might pose a security risk to your application. The possible values\n are <code>monitor</code>, <code>defensive</code>, and <code>strictest</code>. The default\n is <code>defensive</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.drop_invalid_header_fields.enabled</code> - Indicates whether HTTP\n headers with invalid header fields are removed by the load balancer (<code>true</code>) or\n routed to targets (<code>false</code>). The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.preserve_host_header.enabled</code> - Indicates whether the\n Application Load Balancer should preserve the <code>Host</code> header in the HTTP request\n and send it to the target without any change. The possible values are <code>true</code>\n and <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates\n whether the two headers (<code>x-amzn-tls-version</code> and\n <code>x-amzn-tls-cipher-suite</code>), which contain information about the negotiated\n TLS version and cipher suite, are added to the client request before sending it to the\n target. The <code>x-amzn-tls-version</code> header has information about the TLS protocol\n version negotiated with the client, and the <code>x-amzn-tls-cipher-suite</code> header\n has information about the cipher suite negotiated with the client. Both headers are in\n OpenSSL format. The possible values for the attribute are <code>true</code> and\n <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.xff_client_port.enabled</code> - Indicates whether the\n <code>X-Forwarded-For</code> header should preserve the source port that the client used\n to connect to the load balancer. The possible values are <code>true</code> and\n <code>false</code>. The default is <code>false</code>.</p>\n </li>\n <li>\n <p>\n <code>routing.http.xff_header_processing.mode</code> - Enables you to modify,\n preserve, or remove the <code>X-Forwarded-For</code> header in the HTTP request before the\n Application Load Balancer sends the request to the target. The possible values are\n <code>append</code>, <code>preserve</code>, and <code>remove</code>. The default is\n <code>append</code>.</p>\n <ul>\n <li>\n <p>If the value is <code>append</code>, the Application Load Balancer adds the client\n IP address (of the last hop) to the <code>X-Forwarded-For</code> header in the HTTP\n request before it sends it to targets.</p>\n </li>\n <li>\n <p>If the value is <code>preserve</code> the Application Load Balancer preserves the\n <code>X-Forwarded-For</code> header in the HTTP request, and sends it to targets\n without any change.</p>\n </li>\n <li>\n <p>If the value is <code>remove</code>, the Application Load Balancer removes the\n <code>X-Forwarded-For</code> header in the HTTP request before it sends it to\n targets.</p>\n </li>\n </ul>\n </li>\n <li>\n <p>\n <code>routing.http2.enabled</code> - Indicates whether HTTP/2 is enabled. The possible\n values are <code>true</code> and <code>false</code>. The default is <code>true</code>.\n Elastic Load Balancing requires that message header names contain only alphanumeric\n characters and hyphens.</p>\n </li>\n <li>\n <p>\n <code>waf.fail_open.enabled</code> - Indicates whether to allow a WAF-enabled load\n balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are <code>true</code> and <code>false</code>. The\n default is <code>false</code>.</p>\n </li>\n </ul>\n <p>The following attributes are supported by only Network Load Balancers:</p>\n <ul>\n <li>\n <p>\n <code>dns_record.client_routing_policy</code> - Indicates how traffic is \n distributed among the load balancer Availability Zones. The possible values are \n <code>availability_zone_affinity</code> with 100 percent zonal affinity, \n <code>partial_availability_zone_affinity</code> with 85 percent zonal affinity, \n and <code>any_availability_zone</code> with 0 percent zonal affinity.</p>\n </li>\n </ul>"
}
},
"Value": {
Expand Down

0 comments on commit dd56d7a

Please sign in to comment.