@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:08.233Z") @Stability(value=Experimental) public interface AddNetworkTargetsProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddNetworkTargetsProps.Builder
A builder for
AddNetworkTargetsProps |
static class |
AddNetworkTargetsProps.Jsii$Proxy
An implementation for
AddNetworkTargetsProps |
| Modifier and Type | Method and Description |
|---|---|
static AddNetworkTargetsProps.Builder |
builder() |
default Duration |
getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
default HealthCheck |
getHealthCheck()
(experimental) Health check configuration.
|
Number |
getPort()
(experimental) The port on which the listener listens for requests.
|
default Boolean |
getPreserveClientIp()
(experimental) Indicates whether client IP preservation is enabled.
|
default Protocol |
getProtocol()
(experimental) Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.
|
default Boolean |
getProxyProtocolV2()
(experimental) Indicates whether Proxy Protocol version 2 is enabled.
|
default String |
getTargetGroupName()
(experimental) The name of the target group.
|
default List<INetworkLoadBalancerTarget> |
getTargets()
(experimental) The targets to add to this target group.
|
@Stability(value=Experimental) @NotNull Number getPort()
Default: Determined from protocol if known
@Stability(value=Experimental) @Nullable default Duration getDeregistrationDelay()
The range is 0-3600 seconds.
Default: Duration.minutes(5)
@Stability(value=Experimental) @Nullable default HealthCheck getHealthCheck()
Default: No health check
@Stability(value=Experimental) @Nullable default Boolean getPreserveClientIp()
Default: false if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, true.
@Stability(value=Experimental) @Nullable default Protocol getProtocol()
Default: - inherits the protocol of the listener
@Stability(value=Experimental) @Nullable default Boolean getProxyProtocolV2()
Default: false
@Stability(value=Experimental) @Nullable default String getTargetGroupName()
This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
Default: Automatically generated
@Stability(value=Experimental) @Nullable default List<INetworkLoadBalancerTarget> getTargets()
Can be Instance, IPAddress, or any self-registering load balancing
target. If you use either Instance or IPAddress as targets, all
target must be of the same type.
@Stability(value=Experimental) static AddNetworkTargetsProps.Builder builder()
AddNetworkTargetsProps.Builder of AddNetworkTargetsPropsCopyright © 2021. All rights reserved.