| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.Builder.build()
Builds the configured instance.
|
HealthCheck |
TargetGroupBase.getHealthCheck() |
default HealthCheck |
BaseTargetGroupProps.getHealthCheck()
(experimental) Health check configuration.
|
HealthCheck |
BaseTargetGroupProps.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
AddApplicationTargetsProps.getHealthCheck()
(experimental) Health check configuration.
|
HealthCheck |
AddApplicationTargetsProps.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
AddNetworkTargetsProps.getHealthCheck()
(experimental) Health check configuration.
|
HealthCheck |
AddNetworkTargetsProps.Jsii$Proxy.getHealthCheck() |
HealthCheck |
NetworkTargetGroupProps.Jsii$Proxy.getHealthCheck() |
HealthCheck |
ApplicationTargetGroupProps.Jsii$Proxy.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetGroupBase.configureHealthCheck(HealthCheck healthCheck)
(experimental) Set/replace the target group's health check.
|
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
BaseTargetGroupProps.getHealthCheck() |
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
AddApplicationTargetsProps.getHealthCheck() |
AddNetworkTargetsProps.Builder |
AddNetworkTargetsProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
AddNetworkTargetsProps.getHealthCheck() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.healthCheck(HealthCheck healthCheck)
(experimental) Health check configuration.
|
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
BaseTargetGroupProps.getHealthCheck() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
BaseTargetGroupProps.getHealthCheck() |
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.healthCheck(HealthCheck healthCheck)
(experimental) Health check configuration.
|
void |
TargetGroupBase.setHealthCheck(HealthCheck value) |
| Constructor and Description |
|---|
Jsii$Proxy(Duration deregistrationDelay,
HealthCheck healthCheck,
Number port,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
String targetGroupName,
List<? extends IApplicationLoadBalancerTarget> targets,
List<? extends ListenerCondition> conditions,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddApplicationTargetsProps.Builder. |
Jsii$Proxy(Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
BaseTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
List<? extends IApplicationLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
Boolean preserveClientIp,
Protocol protocol,
Boolean proxyProtocolV2,
List<? extends INetworkLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
Duration deregistrationDelay,
HealthCheck healthCheck,
Boolean preserveClientIp,
Protocol protocol,
Boolean proxyProtocolV2,
String targetGroupName,
List<? extends INetworkLoadBalancerTarget> targets)
Constructor that initializes the object based on literal property values passed by the
AddNetworkTargetsProps.Builder. |
Copyright © 2021. All rights reserved.