aws-sdk-elasticloadbalancingv2 1.54.0 → 1.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -379,8 +379,8 @@ module Aws::ElasticLoadBalancingV2
|
|
379
379
|
Ciphers.member = Shapes::ShapeRef.new(shape: Cipher)
|
380
380
|
|
381
381
|
CreateListenerInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
|
382
|
-
CreateListenerInput.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolEnum,
|
383
|
-
CreateListenerInput.add_member(:port, Shapes::ShapeRef.new(shape: Port,
|
382
|
+
CreateListenerInput.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolEnum, location_name: "Protocol"))
|
383
|
+
CreateListenerInput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "Port"))
|
384
384
|
CreateListenerInput.add_member(:ssl_policy, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "SslPolicy"))
|
385
385
|
CreateListenerInput.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
|
386
386
|
CreateListenerInput.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "DefaultActions"))
|
@@ -527,8 +527,8 @@ module Aws::ElasticLoadBalancingV2
|
|
527
527
|
#
|
528
528
|
# {
|
529
529
|
# load_balancer_arn: "LoadBalancerArn", # required
|
530
|
-
# protocol: "HTTP", #
|
531
|
-
# port: 1,
|
530
|
+
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP, GENEVE
|
531
|
+
# port: 1,
|
532
532
|
# ssl_policy: "SslPolicyName",
|
533
533
|
# certificates: [
|
534
534
|
# {
|
@@ -613,38 +613,21 @@ module Aws::ElasticLoadBalancingV2
|
|
613
613
|
# The protocol for connections from clients to the load balancer. For
|
614
614
|
# Application Load Balancers, the supported protocols are HTTP and
|
615
615
|
# HTTPS. For Network Load Balancers, the supported protocols are TCP,
|
616
|
-
# TLS, UDP, and TCP\_UDP.
|
616
|
+
# TLS, UDP, and TCP\_UDP. You cannot specify a protocol for a Gateway
|
617
|
+
# Load Balancer.
|
617
618
|
# @return [String]
|
618
619
|
#
|
619
620
|
# @!attribute [rw] port
|
620
|
-
# The port on which the load balancer is listening.
|
621
|
+
# The port on which the load balancer is listening. You cannot specify
|
622
|
+
# a port for a Gateway Load Balancer.
|
621
623
|
# @return [Integer]
|
622
624
|
#
|
623
625
|
# @!attribute [rw] ssl_policy
|
624
626
|
# \[HTTPS and TLS listeners\] The security policy that defines which
|
625
|
-
# protocols and ciphers are supported.
|
626
|
-
# values:
|
627
|
-
#
|
628
|
-
# * `ELBSecurityPolicy-2016-08`
|
629
|
-
#
|
630
|
-
# * `ELBSecurityPolicy-TLS-1-0-2015-04`
|
631
|
-
#
|
632
|
-
# * `ELBSecurityPolicy-TLS-1-1-2017-01`
|
633
|
-
#
|
634
|
-
# * `ELBSecurityPolicy-TLS-1-2-2017-01`
|
635
|
-
#
|
636
|
-
# * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
|
637
|
-
#
|
638
|
-
# * `ELBSecurityPolicy-FS-2018-06`
|
639
|
-
#
|
640
|
-
# * `ELBSecurityPolicy-FS-1-1-2019-08`
|
641
|
-
#
|
642
|
-
# * `ELBSecurityPolicy-FS-1-2-2019-08`
|
643
|
-
#
|
644
|
-
# * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
|
627
|
+
# protocols and ciphers are supported.
|
645
628
|
#
|
646
|
-
# For more information, see [Security
|
647
|
-
# Load Balancers Guide* and [Security
|
629
|
+
# For more information, see [Security policies][1] in the *Application
|
630
|
+
# Load Balancers Guide* and [Security policies][2] in the *Network
|
648
631
|
# Load Balancers Guide*.
|
649
632
|
#
|
650
633
|
#
|
@@ -657,9 +640,6 @@ module Aws::ElasticLoadBalancingV2
|
|
657
640
|
# \[HTTPS and TLS listeners\] The default certificate for the
|
658
641
|
# listener. You must provide exactly one certificate. Set
|
659
642
|
# `CertificateArn` to the certificate ARN but do not set `IsDefault`.
|
660
|
-
#
|
661
|
-
# To create a certificate list for the listener, use
|
662
|
-
# AddListenerCertificates.
|
663
643
|
# @return [Array<Types::Certificate>]
|
664
644
|
#
|
665
645
|
# @!attribute [rw] default_actions
|
@@ -681,7 +661,7 @@ module Aws::ElasticLoadBalancingV2
|
|
681
661
|
#
|
682
662
|
# * `None`
|
683
663
|
#
|
684
|
-
# For more information, see [ALPN
|
664
|
+
# For more information, see [ALPN policies][1] in the *Network Load
|
685
665
|
# Balancers Guide*.
|
686
666
|
#
|
687
667
|
#
|
@@ -741,7 +721,7 @@ module Aws::ElasticLoadBalancingV2
|
|
741
721
|
# value: "TagValue",
|
742
722
|
# },
|
743
723
|
# ],
|
744
|
-
# type: "application", # accepts application, network
|
724
|
+
# type: "application", # accepts application, network, gateway
|
745
725
|
# ip_address_type: "ipv4", # accepts ipv4, dualstack
|
746
726
|
# customer_owned_ipv_4_pool: "CustomerOwnedIpv4Pool",
|
747
727
|
# }
|
@@ -771,6 +751,9 @@ module Aws::ElasticLoadBalancingV2
|
|
771
751
|
#
|
772
752
|
# \[Network Load Balancers\] You can specify subnets from one or more
|
773
753
|
# Availability Zones.
|
754
|
+
#
|
755
|
+
# \[Gateway Load Balancers\] You can specify subnets from one or more
|
756
|
+
# Availability Zones.
|
774
757
|
# @return [Array<String>]
|
775
758
|
#
|
776
759
|
# @!attribute [rw] subnet_mappings
|
@@ -793,6 +776,10 @@ module Aws::ElasticLoadBalancingV2
|
|
793
776
|
# subnet if you need static IP addresses for your internet-facing load
|
794
777
|
# balancer. For internal load balancers, you can specify one private
|
795
778
|
# IP address per subnet from the IPv4 range of the subnet.
|
779
|
+
#
|
780
|
+
# \[Gateway Load Balancers\] You can specify subnets from one or more
|
781
|
+
# Availability Zones. You cannot specify Elastic IP addresses for your
|
782
|
+
# subnets.
|
796
783
|
# @return [Array<Types::SubnetMapping>]
|
797
784
|
#
|
798
785
|
# @!attribute [rw] security_groups
|
@@ -814,6 +801,8 @@ module Aws::ElasticLoadBalancingV2
|
|
814
801
|
# access to the VPC for the load balancer.
|
815
802
|
#
|
816
803
|
# The default is an Internet-facing load balancer.
|
804
|
+
#
|
805
|
+
# You cannot specify a scheme for a Gateway Load Balancer.
|
817
806
|
# @return [String]
|
818
807
|
#
|
819
808
|
# @!attribute [rw] tags
|
@@ -1018,11 +1007,11 @@ module Aws::ElasticLoadBalancingV2
|
|
1018
1007
|
#
|
1019
1008
|
# {
|
1020
1009
|
# name: "TargetGroupName", # required
|
1021
|
-
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP
|
1010
|
+
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP, GENEVE
|
1022
1011
|
# protocol_version: "ProtocolVersion",
|
1023
1012
|
# port: 1,
|
1024
1013
|
# vpc_id: "VpcId",
|
1025
|
-
# health_check_protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP
|
1014
|
+
# health_check_protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP, GENEVE
|
1026
1015
|
# health_check_port: "HealthCheckPort",
|
1027
1016
|
# health_check_enabled: false,
|
1028
1017
|
# health_check_path: "Path",
|
@@ -1055,7 +1044,8 @@ module Aws::ElasticLoadBalancingV2
|
|
1055
1044
|
# The protocol to use for routing traffic to the targets. For
|
1056
1045
|
# Application Load Balancers, the supported protocols are HTTP and
|
1057
1046
|
# HTTPS. For Network Load Balancers, the supported protocols are TCP,
|
1058
|
-
# TLS, UDP, or TCP\_UDP.
|
1047
|
+
# TLS, UDP, or TCP\_UDP. For Gateway Load Balancers, the supported
|
1048
|
+
# protocol is GENEVE. A TCP\_UDP listener must be associated with a
|
1059
1049
|
# TCP\_UDP target group. If the target is a Lambda function, this
|
1060
1050
|
# parameter does not apply.
|
1061
1051
|
# @return [String]
|
@@ -1070,7 +1060,8 @@ module Aws::ElasticLoadBalancingV2
|
|
1070
1060
|
# @!attribute [rw] port
|
1071
1061
|
# The port on which the targets receive traffic. This port is used
|
1072
1062
|
# unless you specify a port override when registering the target. If
|
1073
|
-
# the target is a Lambda function, this parameter does not apply.
|
1063
|
+
# the target is a Lambda function, this parameter does not apply. If
|
1064
|
+
# the protocol is GENEVE, the supported port is 6081.
|
1074
1065
|
# @return [Integer]
|
1075
1066
|
#
|
1076
1067
|
# @!attribute [rw] vpc_id
|
@@ -1082,16 +1073,18 @@ module Aws::ElasticLoadBalancingV2
|
|
1082
1073
|
# @!attribute [rw] health_check_protocol
|
1083
1074
|
# The protocol the load balancer uses when performing health checks on
|
1084
1075
|
# targets. For Application Load Balancers, the default is HTTP. For
|
1085
|
-
# Network Load Balancers
|
1086
|
-
# supported for health checks
|
1087
|
-
#
|
1088
|
-
# are not supported for health checks.
|
1076
|
+
# Network Load Balancers and Gateway Load Balancers, the default is
|
1077
|
+
# TCP. The TCP protocol is not supported for health checks if the
|
1078
|
+
# protocol of the target group is HTTP or HTTPS. The GENEVE, TLS, UDP,
|
1079
|
+
# and TCP\_UDP protocols are not supported for health checks.
|
1089
1080
|
# @return [String]
|
1090
1081
|
#
|
1091
1082
|
# @!attribute [rw] health_check_port
|
1092
1083
|
# The port the load balancer uses when performing health checks on
|
1093
|
-
# targets.
|
1094
|
-
#
|
1084
|
+
# targets. If the protocol is HTTP, HTTPS, TCP, TLS, UDP, or TCP\_UDP,
|
1085
|
+
# the default is `traffic-port`, which is the port on which each
|
1086
|
+
# target receives traffic from the load balancer. If the protocol is
|
1087
|
+
# GENEVE, the default is port 80.
|
1095
1088
|
# @return [String]
|
1096
1089
|
#
|
1097
1090
|
# @!attribute [rw] health_check_enabled
|
@@ -1114,36 +1107,38 @@ module Aws::ElasticLoadBalancingV2
|
|
1114
1107
|
#
|
1115
1108
|
# @!attribute [rw] health_check_interval_seconds
|
1116
1109
|
# The approximate amount of time, in seconds, between health checks of
|
1117
|
-
# an individual target. For
|
1118
|
-
#
|
1119
|
-
#
|
1120
|
-
# default is
|
1110
|
+
# an individual target. For TCP health checks, the supported values
|
1111
|
+
# are 10 and 30 seconds. If the target type is `instance` or `ip`, the
|
1112
|
+
# default is 30 seconds. If the target group protocol is GENEVE, the
|
1113
|
+
# default is 10 seconds. If the target type is `lambda`, the default
|
1121
1114
|
# is 35 seconds.
|
1122
1115
|
# @return [Integer]
|
1123
1116
|
#
|
1124
1117
|
# @!attribute [rw] health_check_timeout_seconds
|
1125
1118
|
# The amount of time, in seconds, during which no response from a
|
1126
1119
|
# target means a failed health check. For target groups with a
|
1127
|
-
# protocol of HTTP or
|
1128
|
-
# groups with a protocol of TCP or TLS, this value must be 6
|
1129
|
-
# for HTTP health checks and 10 seconds for TCP and HTTPS
|
1130
|
-
# checks. If the target type is `lambda`, the default is 30
|
1120
|
+
# protocol of HTTP, HTTPS, or GENEVE, the default is 5 seconds. For
|
1121
|
+
# target groups with a protocol of TCP or TLS, this value must be 6
|
1122
|
+
# seconds for HTTP health checks and 10 seconds for TCP and HTTPS
|
1123
|
+
# health checks. If the target type is `lambda`, the default is 30
|
1124
|
+
# seconds.
|
1131
1125
|
# @return [Integer]
|
1132
1126
|
#
|
1133
1127
|
# @!attribute [rw] healthy_threshold_count
|
1134
1128
|
# The number of consecutive health checks successes required before
|
1135
1129
|
# considering an unhealthy target healthy. For target groups with a
|
1136
1130
|
# protocol of HTTP or HTTPS, the default is 5. For target groups with
|
1137
|
-
# a protocol of TCP or
|
1138
|
-
# `lambda`, the default is 5.
|
1131
|
+
# a protocol of TCP, TLS, or GENEVE, the default is 3. If the target
|
1132
|
+
# type is `lambda`, the default is 5.
|
1139
1133
|
# @return [Integer]
|
1140
1134
|
#
|
1141
1135
|
# @!attribute [rw] unhealthy_threshold_count
|
1142
1136
|
# The number of consecutive health check failures required before
|
1143
|
-
# considering a target unhealthy.
|
1144
|
-
#
|
1145
|
-
#
|
1146
|
-
#
|
1137
|
+
# considering a target unhealthy. If the target group protocol is HTTP
|
1138
|
+
# or HTTPS, the default is 2. If the target group protocol is TCP or
|
1139
|
+
# TLS, this value must be the same as the healthy threshold count. If
|
1140
|
+
# the target group protocol is GENEVE, the default is 3. If the target
|
1141
|
+
# type is `lambda`, the default is 2.
|
1147
1142
|
# @return [Integer]
|
1148
1143
|
#
|
1149
1144
|
# @!attribute [rw] matcher
|
@@ -1156,16 +1151,16 @@ module Aws::ElasticLoadBalancingV2
|
|
1156
1151
|
# with this target group. You can't specify targets for a target
|
1157
1152
|
# group using more than one target type.
|
1158
1153
|
#
|
1159
|
-
# * `instance` -
|
1160
|
-
#
|
1154
|
+
# * `instance` - Register targets by instance ID. This is the default
|
1155
|
+
# value.
|
1161
1156
|
#
|
1162
|
-
# * `ip` -
|
1157
|
+
# * `ip` - Register targets by IP address. You can specify IP
|
1163
1158
|
# addresses from the subnets of the virtual private cloud (VPC) for
|
1164
1159
|
# the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12,
|
1165
1160
|
# and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You
|
1166
1161
|
# can't specify publicly routable IP addresses.
|
1167
1162
|
#
|
1168
|
-
# * `lambda` -
|
1163
|
+
# * `lambda` - Register a single Lambda function as a target.
|
1169
1164
|
# @return [String]
|
1170
1165
|
#
|
1171
1166
|
# @!attribute [rw] tags
|
@@ -2112,6 +2107,16 @@ module Aws::ElasticLoadBalancingV2
|
|
2112
2107
|
#
|
2113
2108
|
# * application-load-balancers
|
2114
2109
|
#
|
2110
|
+
# * condition-values-per-alb-rule
|
2111
|
+
#
|
2112
|
+
# * condition-wildcards-per-alb-rule
|
2113
|
+
#
|
2114
|
+
# * gateway-load-balancers
|
2115
|
+
#
|
2116
|
+
# * gateway-load-balancers-per-vpc
|
2117
|
+
#
|
2118
|
+
# * geneve-target-groups
|
2119
|
+
#
|
2115
2120
|
# * listeners-per-application-load-balancer
|
2116
2121
|
#
|
2117
2122
|
# * listeners-per-network-load-balancer
|
@@ -2130,6 +2135,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2130
2135
|
#
|
2131
2136
|
# * targets-per-application-load-balancer
|
2132
2137
|
#
|
2138
|
+
# * targets-per-availability-zone-per-gateway-load-balancer
|
2139
|
+
#
|
2133
2140
|
# * targets-per-availability-zone-per-network-load-balancer
|
2134
2141
|
#
|
2135
2142
|
# * targets-per-network-load-balancer
|
@@ -2332,6 +2339,14 @@ module Aws::ElasticLoadBalancingV2
|
|
2332
2339
|
# @!attribute [rw] key
|
2333
2340
|
# The name of the attribute.
|
2334
2341
|
#
|
2342
|
+
# The following attribute is supported by all load balancers:
|
2343
|
+
#
|
2344
|
+
# * `deletion_protection.enabled` - Indicates whether deletion
|
2345
|
+
# protection is enabled. The value is `true` or `false`. The default
|
2346
|
+
# is `false`.
|
2347
|
+
#
|
2348
|
+
# ^
|
2349
|
+
#
|
2335
2350
|
# The following attributes are supported by both Application Load
|
2336
2351
|
# Balancers and Network Load Balancers:
|
2337
2352
|
#
|
@@ -2347,10 +2362,6 @@ module Aws::ElasticLoadBalancingV2
|
|
2347
2362
|
# * `access_logs.s3.prefix` - The prefix for the location in the S3
|
2348
2363
|
# bucket for the access logs.
|
2349
2364
|
#
|
2350
|
-
# * `deletion_protection.enabled` - Indicates whether deletion
|
2351
|
-
# protection is enabled. The value is `true` or `false`. The default
|
2352
|
-
# is `false`.
|
2353
|
-
#
|
2354
2365
|
# The following attributes are supported by only Application Load
|
2355
2366
|
# Balancers:
|
2356
2367
|
#
|
@@ -2373,8 +2384,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2373
2384
|
# Balancing requires that message header names contain only
|
2374
2385
|
# alphanumeric characters and hyphens.
|
2375
2386
|
#
|
2376
|
-
# The following
|
2377
|
-
# Balancers:
|
2387
|
+
# The following attribute is supported by Network Load Balancers and
|
2388
|
+
# Gateway Load Balancers:
|
2378
2389
|
#
|
2379
2390
|
# * `load_balancing.cross_zone.enabled` - Indicates whether cross-zone
|
2380
2391
|
# load balancing is enabled. The value is `true` or `false`. The
|
@@ -2442,7 +2453,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2442
2453
|
# values (for example, "200,202") or a range of values (for example,
|
2443
2454
|
# "200-299").
|
2444
2455
|
#
|
2445
|
-
# For Network Load Balancers, this
|
2456
|
+
# For Network Load Balancers and Gateway Load Balancers, this must be
|
2457
|
+
# "200–399".
|
2446
2458
|
# @return [String]
|
2447
2459
|
#
|
2448
2460
|
# @!attribute [rw] grpc_code
|
@@ -2466,7 +2478,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2466
2478
|
# {
|
2467
2479
|
# listener_arn: "ListenerArn", # required
|
2468
2480
|
# port: 1,
|
2469
|
-
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP
|
2481
|
+
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP, GENEVE
|
2470
2482
|
# ssl_policy: "SslPolicyName",
|
2471
2483
|
# certificates: [
|
2472
2484
|
# {
|
@@ -2542,42 +2554,25 @@ module Aws::ElasticLoadBalancingV2
|
|
2542
2554
|
# @return [String]
|
2543
2555
|
#
|
2544
2556
|
# @!attribute [rw] port
|
2545
|
-
# The port for connections from clients to the load balancer.
|
2557
|
+
# The port for connections from clients to the load balancer. You
|
2558
|
+
# cannot specify a port for a Gateway Load Balancer.
|
2546
2559
|
# @return [Integer]
|
2547
2560
|
#
|
2548
2561
|
# @!attribute [rw] protocol
|
2549
2562
|
# The protocol for connections from clients to the load balancer.
|
2550
2563
|
# Application Load Balancers support the HTTP and HTTPS protocols.
|
2551
2564
|
# Network Load Balancers support the TCP, TLS, UDP, and TCP\_UDP
|
2552
|
-
# protocols.
|
2565
|
+
# protocols. You cannot specify a protocol for a Gateway Load
|
2566
|
+
# Balancer.
|
2553
2567
|
# @return [String]
|
2554
2568
|
#
|
2555
2569
|
# @!attribute [rw] ssl_policy
|
2556
2570
|
# \[HTTPS and TLS listeners\] The security policy that defines which
|
2557
|
-
# protocols and ciphers are supported.
|
2558
|
-
# values:
|
2559
|
-
#
|
2560
|
-
# * `ELBSecurityPolicy-2016-08`
|
2561
|
-
#
|
2562
|
-
# * `ELBSecurityPolicy-TLS-1-0-2015-04`
|
2563
|
-
#
|
2564
|
-
# * `ELBSecurityPolicy-TLS-1-1-2017-01`
|
2565
|
-
#
|
2566
|
-
# * `ELBSecurityPolicy-TLS-1-2-2017-01`
|
2567
|
-
#
|
2568
|
-
# * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
|
2569
|
-
#
|
2570
|
-
# * `ELBSecurityPolicy-FS-2018-06`
|
2571
|
-
#
|
2572
|
-
# * `ELBSecurityPolicy-FS-1-1-2019-08`
|
2573
|
-
#
|
2574
|
-
# * `ELBSecurityPolicy-FS-1-2-2019-08`
|
2575
|
-
#
|
2576
|
-
# * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
|
2571
|
+
# protocols and ciphers are supported.
|
2577
2572
|
#
|
2578
|
-
# For more information, see [Security
|
2579
|
-
# Load Balancers Guide*
|
2580
|
-
#
|
2573
|
+
# For more information, see [Security policies][1] in the *Application
|
2574
|
+
# Load Balancers Guide* or [Security policies][2] in the *Network Load
|
2575
|
+
# Balancers Guide*.
|
2581
2576
|
#
|
2582
2577
|
#
|
2583
2578
|
#
|
@@ -2589,8 +2584,6 @@ module Aws::ElasticLoadBalancingV2
|
|
2589
2584
|
# \[HTTPS and TLS listeners\] The default certificate for the
|
2590
2585
|
# listener. You must provide exactly one certificate. Set
|
2591
2586
|
# `CertificateArn` to the certificate ARN but do not set `IsDefault`.
|
2592
|
-
#
|
2593
|
-
# To create a certificate list, use AddListenerCertificates.
|
2594
2587
|
# @return [Array<Types::Certificate>]
|
2595
2588
|
#
|
2596
2589
|
# @!attribute [rw] default_actions
|
@@ -2612,7 +2605,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2612
2605
|
#
|
2613
2606
|
# * `None`
|
2614
2607
|
#
|
2615
|
-
# For more information, see [ALPN
|
2608
|
+
# For more information, see [ALPN policies][1] in the *Network Load
|
2616
2609
|
# Balancers Guide*.
|
2617
2610
|
#
|
2618
2611
|
#
|
@@ -2866,7 +2859,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2866
2859
|
#
|
2867
2860
|
# {
|
2868
2861
|
# target_group_arn: "TargetGroupArn", # required
|
2869
|
-
# health_check_protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP
|
2862
|
+
# health_check_protocol: "HTTP", # accepts HTTP, HTTPS, TCP, TLS, UDP, TCP_UDP, GENEVE
|
2870
2863
|
# health_check_port: "HealthCheckPort",
|
2871
2864
|
# health_check_path: "Path",
|
2872
2865
|
# health_check_enabled: false,
|
@@ -2887,8 +2880,9 @@ module Aws::ElasticLoadBalancingV2
|
|
2887
2880
|
# @!attribute [rw] health_check_protocol
|
2888
2881
|
# The protocol the load balancer uses when performing health checks on
|
2889
2882
|
# targets. The TCP protocol is supported for health checks only if the
|
2890
|
-
# protocol of the target group is TCP, TLS, UDP, or TCP\_UDP. The
|
2891
|
-
# UDP, and TCP\_UDP protocols are not supported for
|
2883
|
+
# protocol of the target group is TCP, TLS, UDP, or TCP\_UDP. The
|
2884
|
+
# GENEVE, TLS, UDP, and TCP\_UDP protocols are not supported for
|
2885
|
+
# health checks.
|
2892
2886
|
#
|
2893
2887
|
# With Network Load Balancers, you can't modify this setting.
|
2894
2888
|
# @return [String]
|
@@ -2915,9 +2909,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2915
2909
|
#
|
2916
2910
|
# @!attribute [rw] health_check_interval_seconds
|
2917
2911
|
# The approximate amount of time, in seconds, between health checks of
|
2918
|
-
# an individual target. For
|
2919
|
-
#
|
2920
|
-
# or 30 seconds.
|
2912
|
+
# an individual target. For TCP health checks, the supported values
|
2913
|
+
# are 10 or 30 seconds.
|
2921
2914
|
#
|
2922
2915
|
# With Network Load Balancers, you can't modify this setting.
|
2923
2916
|
# @return [Integer]
|
@@ -3504,8 +3497,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3504
3497
|
# @!attribute [rw] ip_address_type
|
3505
3498
|
# The IP address type. The possible values are `ipv4` (for IPv4
|
3506
3499
|
# addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
|
3507
|
-
# load balancers must use `ipv4`.
|
3508
|
-
# `ipv4`.
|
3500
|
+
# load balancers must use `ipv4`.
|
3509
3501
|
# @return [String]
|
3510
3502
|
#
|
3511
3503
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetIpAddressTypeInput AWS API Documentation
|
@@ -3829,8 +3821,9 @@ module Aws::ElasticLoadBalancingV2
|
|
3829
3821
|
# @return [String]
|
3830
3822
|
#
|
3831
3823
|
# @!attribute [rw] port
|
3832
|
-
# The port on which the target is listening.
|
3833
|
-
#
|
3824
|
+
# The port on which the target is listening. If the target group
|
3825
|
+
# protocol is GENEVE, the supported port is 6081. Not used if the
|
3826
|
+
# target is a Lambda function.
|
3834
3827
|
# @return [Integer]
|
3835
3828
|
#
|
3836
3829
|
# @!attribute [rw] availability_zone
|
@@ -3889,7 +3882,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3889
3882
|
# @return [String]
|
3890
3883
|
#
|
3891
3884
|
# @!attribute [rw] health_check_protocol
|
3892
|
-
# The protocol to use to connect with the target.
|
3885
|
+
# The protocol to use to connect with the target. The GENEVE, TLS,
|
3886
|
+
# UDP, and TCP\_UDP protocols are not supported for health checks.
|
3893
3887
|
# @return [String]
|
3894
3888
|
#
|
3895
3889
|
# @!attribute [rw] health_check_port
|
@@ -3936,9 +3930,9 @@ module Aws::ElasticLoadBalancingV2
|
|
3936
3930
|
#
|
3937
3931
|
# @!attribute [rw] target_type
|
3938
3932
|
# The type of target that you must specify when registering targets
|
3939
|
-
# with this target group. The possible values are `instance` (
|
3940
|
-
#
|
3941
|
-
#
|
3933
|
+
# with this target group. The possible values are `instance` (register
|
3934
|
+
# targets by instance ID), `ip` (register targets by IP address), or
|
3935
|
+
# `lambda` (register a single Lambda function as a target).
|
3942
3936
|
# @return [String]
|
3943
3937
|
#
|
3944
3938
|
# @!attribute [rw] protocol_version
|
@@ -3990,8 +3984,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3990
3984
|
# @!attribute [rw] key
|
3991
3985
|
# The name of the attribute.
|
3992
3986
|
#
|
3993
|
-
# The following
|
3994
|
-
# Balancers and Network Load Balancers:
|
3987
|
+
# The following attribute is supported by all load balancers:
|
3995
3988
|
#
|
3996
3989
|
# * `deregistration_delay.timeout_seconds` - The amount of time, in
|
3997
3990
|
# seconds, for Elastic Load Balancing to wait before changing the
|
@@ -3999,6 +3992,11 @@ module Aws::ElasticLoadBalancingV2
|
|
3999
3992
|
# range is 0-3600 seconds. The default value is 300 seconds. If the
|
4000
3993
|
# target is a Lambda function, this attribute is not supported.
|
4001
3994
|
#
|
3995
|
+
# ^
|
3996
|
+
#
|
3997
|
+
# The following attributes are supported by both Application Load
|
3998
|
+
# Balancers and Network Load Balancers:
|
3999
|
+
#
|
4002
4000
|
# * `stickiness.enabled` - Indicates whether sticky sessions are
|
4003
4001
|
# enabled. The value is `true` or `false`. The default is `false`.
|
4004
4002
|
#
|
@@ -4151,10 +4149,11 @@ module Aws::ElasticLoadBalancingV2
|
|
4151
4149
|
# the following values:
|
4152
4150
|
#
|
4153
4151
|
# * `Target.ResponseCodeMismatch` - The health checks did not return
|
4154
|
-
# an expected HTTP code. Applies only to Application Load Balancers
|
4152
|
+
# an expected HTTP code. Applies only to Application Load Balancers
|
4153
|
+
# and Gateway Load Balancers.
|
4155
4154
|
#
|
4156
4155
|
# * `Target.Timeout` - The health check requests timed out. Applies
|
4157
|
-
# only to Application Load Balancers.
|
4156
|
+
# only to Application Load Balancers and Gateway Load Balancers.
|
4158
4157
|
#
|
4159
4158
|
# * `Target.FailedHealthChecks` - The load balancer received an error
|
4160
4159
|
# while establishing a connection to the target or the target
|