Class BaseTargetGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.BaseTargetGroupProps.Jsii$Proxy
- All Implemented Interfaces:
BaseTargetGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BaseTargetGroupProps
@Stability(Stable)
@Internal
public static final class BaseTargetGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BaseTargetGroupProps
An implementation for
BaseTargetGroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.BaseTargetGroupProps
BaseTargetGroupProps.Builder, BaseTargetGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BaseTargetGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseTargetGroupProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal DurationThe amount of time for Elastic Load Balancing to wait before deregistering a target.final HealthCheckHealth check configuration.final StringThe name of the target group.final TargetTypeThe type of targets registered to this TargetGroup, either IP or Instance.final IVpcgetVpc()The virtual private cloud (VPC).final inthashCode()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 theBaseTargetGroupProps.Builder.
-
-
Method Details
-
getDeregistrationDelay
Description copied from interface:BaseTargetGroupPropsThe amount of time for Elastic Load Balancing to wait before deregistering a target.The range is 0-3600 seconds.
Default: 300
- Specified by:
getDeregistrationDelayin interfaceBaseTargetGroupProps
-
getHealthCheck
Description copied from interface:BaseTargetGroupPropsHealth check configuration.Default: - The default value for each property in this configuration varies depending on the target.
-
getTargetGroupName
Description copied from interface:BaseTargetGroupPropsThe 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:
getTargetGroupNamein interfaceBaseTargetGroupProps
-
getTargetType
Description copied from interface:BaseTargetGroupPropsThe 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:
getTargetTypein interfaceBaseTargetGroupProps
-
getVpc
Description copied from interface:BaseTargetGroupPropsThe virtual private cloud (VPC).only if
TargetTypeisIporInstanceIdDefault: - undefined
- Specified by:
getVpcin interfaceBaseTargetGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-