@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:19.820Z") @Stability(value=Experimental) public interface NetworkTargetGroupProps extends software.amazon.jsii.JsiiSerializable, BaseTargetGroupProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
NetworkTargetGroupProps.Builder
A builder for
NetworkTargetGroupProps |
static class |
NetworkTargetGroupProps.Jsii$Proxy
An implementation for
NetworkTargetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static NetworkTargetGroupProps.Builder |
builder() |
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 List<INetworkLoadBalancerTarget> |
getTargets()
(experimental) The targets to add to this target group.
|
getDeregistrationDelay, getHealthCheck, getTargetGroupName, getTargetType, getVpc@Stability(value=Experimental) @NotNull Number getPort()
@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: - TCP
@Stability(value=Experimental) @Nullable default Boolean getProxyProtocolV2()
Default: false
@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.
Default: - No targets.
@Stability(value=Experimental) static NetworkTargetGroupProps.Builder builder()
builder in interface BaseTargetGroupPropsNetworkTargetGroupProps.Builder of NetworkTargetGroupPropsCopyright © 2021. All rights reserved.