Class NetworkTargetGroupProps.Jsii$Proxy
- All Implemented Interfaces:
BaseTargetGroupProps
,NetworkTargetGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NetworkTargetGroupProps
NetworkTargetGroupProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.NetworkTargetGroupProps
NetworkTargetGroupProps.Builder, NetworkTargetGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNetworkTargetGroupProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Duration
The amount of time for Elastic Load Balancing to wait before deregistering a target.final HealthCheck
Health check configuration.final Number
getPort()
The port on which the listener listens for requests.final Boolean
Indicates whether client IP preservation is enabled.final Protocol
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.final Boolean
Indicates whether Proxy Protocol version 2 is enabled.final String
The name of the target group.final List<INetworkLoadBalancerTarget>
The targets to add to this target group.final TargetType
The type of targets registered to this TargetGroup, either IP or Instance.final IVpc
getVpc()
The virtual private cloud (VPC).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theNetworkTargetGroupProps.Builder
.
-
-
Method Details
-
getPort
Description copied from interface:NetworkTargetGroupProps
The port on which the listener listens for requests.- Specified by:
getPort
in interfaceNetworkTargetGroupProps
-
getPreserveClientIp
Description copied from interface:NetworkTargetGroupProps
Indicates whether client IP preservation is enabled.Default: false if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, true.
- Specified by:
getPreserveClientIp
in interfaceNetworkTargetGroupProps
-
getProtocol
Description copied from interface:NetworkTargetGroupProps
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.Default: - TCP
- Specified by:
getProtocol
in interfaceNetworkTargetGroupProps
-
getProxyProtocolV2
Description copied from interface:NetworkTargetGroupProps
Indicates whether Proxy Protocol version 2 is enabled.Default: false
- Specified by:
getProxyProtocolV2
in interfaceNetworkTargetGroupProps
-
getTargets
Description copied from interface:NetworkTargetGroupProps
The targets to add to this target group.Can be
Instance
,IPAddress
, or any self-registering load balancing target. If you use eitherInstance
orIPAddress
as targets, all target must be of the same type.Default: - No targets.
- Specified by:
getTargets
in interfaceNetworkTargetGroupProps
-
getDeregistrationDelay
Description copied from interface:BaseTargetGroupProps
The amount of time for Elastic Load Balancing to wait before deregistering a target.The range is 0-3600 seconds.
Default: 300
- Specified by:
getDeregistrationDelay
in interfaceBaseTargetGroupProps
-
getHealthCheck
Description copied from interface:BaseTargetGroupProps
Health check configuration.Default: - The default value for each property in this configuration varies depending on the target.
- Specified by:
getHealthCheck
in interfaceBaseTargetGroupProps
- See Also:
-
getTargetGroupName
Description copied from interface:BaseTargetGroupProps
The name of the target group.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.
- Specified by:
getTargetGroupName
in interfaceBaseTargetGroupProps
-
getTargetType
Description copied from interface:BaseTargetGroupProps
The type of targets registered to this TargetGroup, either IP or Instance.All targets registered into the group must be of this type. If you register targets to the TargetGroup in the CDK app, the TargetType is determined automatically.
Default: - Determined automatically.
- Specified by:
getTargetType
in interfaceBaseTargetGroupProps
-
getVpc
Description copied from interface:BaseTargetGroupProps
The virtual private cloud (VPC).only if
TargetType
isIp
orInstanceId
Default: - undefined
- Specified by:
getVpc
in interfaceBaseTargetGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-