| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BaseTargetGroupProps.Builder |
BaseTargetGroupProps.builder() |
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
BaseTargetGroupProps.getHealthCheck() |
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.targetGroupName(String targetGroupName)
Sets the value of
BaseTargetGroupProps.getTargetGroupName() |
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.targetType(TargetType targetType)
Sets the value of
BaseTargetGroupProps.getTargetType() |
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseTargetGroupProps.getVpc() |
| Constructor and Description |
|---|
Jsii$Proxy(BaseTargetGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BaseTargetGroupProps.Builder. |
Copyright © 2022. All rights reserved.