public static final class BaseTargetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseTargetGroupProps
BaseTargetGroupProps
BaseTargetGroupProps.Builder, BaseTargetGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
Duration |
getDeregistrationDelay()
The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
HealthCheck |
getHealthCheck()
Health check configuration.
|
java.lang.String |
getTargetGroupName()
The name of the target group.
|
TargetType |
getTargetType()
The type of targets registered to this TargetGroup, either IP or Instance.
|
IVpc |
getVpc()
The virtual private cloud (VPC).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Duration getDeregistrationDelay()
BaseTargetGroupProps
The range is 0-3600 seconds.
Default: 300
getDeregistrationDelay
in interface BaseTargetGroupProps
public final HealthCheck getHealthCheck()
BaseTargetGroupProps
Default: - The default value for each property in this configuration varies depending on the target.
public final java.lang.String getTargetGroupName()
BaseTargetGroupProps
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.
getTargetGroupName
in interface BaseTargetGroupProps
public final TargetType getTargetType()
BaseTargetGroupProps
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.
getTargetType
in interface BaseTargetGroupProps
public final IVpc getVpc()
BaseTargetGroupProps
only if TargetType
is Ip
or InstanceId
Default: - undefined
getVpc
in interface BaseTargetGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()