Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 25, 2022
1 parent aef01b6 commit 2ca16e1
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4807,7 +4807,7 @@
"Key": {
"target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributeKey",
"traits": {
"smithy.api#documentation": "<p>The name of the attribute.</p>\n\n <p>The following attribute is supported by all load balancers:</p>\n <ul>\n <li>\n <p>\n <code>deregistration_delay.timeout_seconds</code> - The amount of time, in seconds,\n for Elastic Load Balancing to wait before changing the state of a deregistering target\n from <code>draining</code> to <code>unused</code>. The range is 0-3600 seconds. The\n default value is 300 seconds. If the target is a Lambda function, this attribute is not\n supported.</p>\n </li>\n </ul>\n\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>stickiness.enabled</code> - Indicates whether sticky sessions 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>stickiness.type</code> - The type of sticky sessions. The possible values are\n <code>lb_cookie</code> and <code>app_cookie</code> for Application Load Balancers or\n <code>source_ip</code> for Network Load Balancers.</p>\n </li>\n </ul>\n\n <p>The following attributes are supported only if the load balancer is an Application Load\n Balancer and the target is an instance or an IP address:</p>\n <ul>\n <li>\n <p>\n <code>load_balancing.algorithm.type</code> - The load balancing algorithm determines\n how the load balancer selects targets when routing requests. The value is\n <code>round_robin</code> or <code>least_outstanding_requests</code>. The default is\n <code>round_robin</code>.</p>\n </li>\n <li>\n <p>\n <code>slow_start.duration_seconds</code> - The time period, in seconds, during which a\n newly registered target receives an increasing share of the traffic to the target group.\n After this time period ends, the target receives its full share of traffic. The range is\n 30-900 seconds (15 minutes). The default is 0 seconds (disabled).</p>\n </li>\n <li>\n <p>\n <code>stickiness.app_cookie.cookie_name</code> - Indicates the name of the\n application-based cookie. Names that start with the following prefixes are not allowed:\n <code>AWSALB</code>, <code>AWSALBAPP</code>, and <code>AWSALBTG</code>; they're reserved\n for use by the load balancer.</p>\n </li>\n <li>\n <p>\n <code>stickiness.app_cookie.duration_seconds</code> - The time period, in seconds,\n during which requests from a client should be routed to the same target. After this time\n period expires, the application-based cookie is considered stale. The range is 1 second to\n 1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>\n </li>\n <li>\n <p>\n <code>stickiness.lb_cookie.duration_seconds</code> - The time period, in seconds,\n during which requests from a client should be routed to the same target. After this time\n period expires, the load balancer-generated cookie is considered stale. The range is 1\n second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>\n </li>\n </ul>\n\n <p>The following attribute is supported only if the load balancer is an Application Load\n Balancer and the target is a Lambda function:</p>\n <ul>\n <li>\n <p>\n <code>lambda.multi_value_headers.enabled</code> - Indicates whether the request and\n response headers that are exchanged between the load balancer and the Lambda function\n include arrays of values or strings. The value is <code>true</code> or <code>false</code>.\n The default is <code>false</code>. If the value is <code>false</code> and the request\n contains a duplicate header field name or query parameter key, the load balancer uses the\n last value sent by the client.</p>\n </li>\n </ul>\n\n <p>The following attributes are supported only by Network Load Balancers:</p>\n <ul>\n <li>\n <p>\n <code>deregistration_delay.connection_termination.enabled</code> - Indicates whether\n the load balancer terminates connections at the end of the deregistration timeout. 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>preserve_client_ip.enabled</code> - Indicates whether client IP preservation is\n enabled. The value is <code>true</code> or <code>false</code>. The default is disabled if\n the target group type is IP address and the target group protocol is TCP or TLS.\n Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and\n TCP_UDP target groups.</p>\n </li>\n <li>\n <p>\n <code>proxy_protocol_v2.enabled</code> - Indicates whether Proxy Protocol version 2 is\n enabled. The value is <code>true</code> or <code>false</code>. The default is\n <code>false</code>.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>The name of the attribute.</p>\n\n <p>The following attribute is supported by all load balancers:</p>\n <ul>\n <li>\n <p>\n <code>deregistration_delay.timeout_seconds</code> - The amount of time, in seconds,\n for Elastic Load Balancing to wait before changing the state of a deregistering target\n from <code>draining</code> to <code>unused</code>. The range is 0-3600 seconds. The\n default value is 300 seconds. If the target is a Lambda function, this attribute is not\n supported.</p>\n </li>\n </ul>\n\n <p>The following attributes are supported by Application Load Balancers, Network Load\n Balancers, and Gateway Load Balancers:</p>\n <ul>\n <li>\n <p>\n <code>stickiness.enabled</code> - Indicates whether target stickiness is 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>stickiness.type</code> - Indicates the type of stickiness. The possible values\n are: </p>\n <ul>\n <li>\n <p>\n <code>lb_cookie</code> and <code>app_cookie</code> for Application Load Balancers</p>\n </li>\n <li>\n <p>\n <code>source_ip</code> for Network Load Balancers</p>\n </li>\n <li>\n <p>\n <code>source_ip_dest_ip</code> and <code>source_ip_dest_ip_proto</code> for Gateway Load\n Balancers</p>\n </li>\n </ul>\n </li>\n </ul>\n\n <p>The following attributes are supported only if the load balancer is an Application Load\n Balancer and the target is an instance or an IP address:</p>\n <ul>\n <li>\n <p>\n <code>load_balancing.algorithm.type</code> - The load balancing algorithm determines\n how the load balancer selects targets when routing requests. The value is\n <code>round_robin</code> or <code>least_outstanding_requests</code>. The default is\n <code>round_robin</code>.</p>\n </li>\n <li>\n <p>\n <code>slow_start.duration_seconds</code> - The time period, in seconds, during which a\n newly registered target receives an increasing share of the traffic to the target group.\n After this time period ends, the target receives its full share of traffic. The range is\n 30-900 seconds (15 minutes). The default is 0 seconds (disabled).</p>\n </li>\n <li>\n <p>\n <code>stickiness.app_cookie.cookie_name</code> - Indicates the name of the\n application-based cookie. Names that start with the following prefixes are not allowed:\n <code>AWSALB</code>, <code>AWSALBAPP</code>, and <code>AWSALBTG</code>; they're reserved\n for use by the load balancer.</p>\n </li>\n <li>\n <p>\n <code>stickiness.app_cookie.duration_seconds</code> - The time period, in seconds,\n during which requests from a client should be routed to the same target. After this time\n period expires, the application-based cookie is considered stale. The range is 1 second to\n 1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>\n </li>\n <li>\n <p>\n <code>stickiness.lb_cookie.duration_seconds</code> - The time period, in seconds,\n during which requests from a client should be routed to the same target. After this time\n period expires, the load balancer-generated cookie is considered stale. The range is 1\n second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>\n </li>\n </ul>\n\n <p>The following attribute is supported only if the load balancer is an Application Load\n Balancer and the target is a Lambda function:</p>\n <ul>\n <li>\n <p>\n <code>lambda.multi_value_headers.enabled</code> - Indicates whether the request and\n response headers that are exchanged between the load balancer and the Lambda function\n include arrays of values or strings. The value is <code>true</code> or <code>false</code>.\n The default is <code>false</code>. If the value is <code>false</code> and the request\n contains a duplicate header field name or query parameter key, the load balancer uses the\n last value sent by the client.</p>\n </li>\n </ul>\n\n <p>The following attributes are supported only by Network Load Balancers:</p>\n <ul>\n <li>\n <p>\n <code>deregistration_delay.connection_termination.enabled</code> - Indicates whether\n the load balancer terminates connections at the end of the deregistration timeout. 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>preserve_client_ip.enabled</code> - Indicates whether client IP preservation is\n enabled. The value is <code>true</code> or <code>false</code>. The default is disabled if\n the target group type is IP address and the target group protocol is TCP or TLS.\n Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and\n TCP_UDP target groups.</p>\n </li>\n <li>\n <p>\n <code>proxy_protocol_v2.enabled</code> - Indicates whether Proxy Protocol version 2 is\n enabled. The value is <code>true</code> or <code>false</code>. The default is\n <code>false</code>.</p>\n </li>\n </ul>"
}
},
"Value": {
Expand Down
Loading

0 comments on commit 2ca16e1

Please sign in to comment.