| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTargetGroup.Builder |
CfnTargetGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthCheckEnabled(Boolean healthCheckEnabled)
Indicates whether health checks are enabled.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthCheckEnabled(IResolvable healthCheckEnabled)
Indicates whether health checks are enabled.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthCheckIntervalSeconds(Number healthCheckIntervalSeconds)
The approximate amount of time, in seconds, between health checks of an individual target.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthCheckPath(String healthCheckPath)
[HTTP/HTTPS health checks] The destination for health checks on the targets.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthCheckPort(String healthCheckPort)
The port the load balancer uses when performing health checks on targets.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthCheckProtocol(String healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthCheckTimeoutSeconds(Number healthCheckTimeoutSeconds)
The amount of time, in seconds, during which no response from a target means a failed health check.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.healthyThresholdCount(Number healthyThresholdCount)
The number of consecutive health checks successes required before considering an unhealthy target healthy.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.ipAddressType(String ipAddressType)
The type of IP address used for this target group.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.matcher(CfnTargetGroup.MatcherProperty matcher)
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.matcher(IResolvable matcher)
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.name(String name)
The name of the target group.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.port(Number port)
The port on which the targets receive traffic.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.protocol(String protocol)
The protocol to use for routing traffic to the targets.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.protocolVersion(String protocolVersion)
[HTTP/HTTPS protocol] The protocol version.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.tags(List<? extends CfnTag> tags)
The tags.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.targetGroupAttributes(IResolvable targetGroupAttributes)
The attributes.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.targetGroupAttributes(List<? extends Object> targetGroupAttributes)
The attributes.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.targets(IResolvable targets)
The targets.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.targets(List<? extends Object> targets)
The targets.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.targetType(String targetType)
The type of target that you must specify when registering targets with this target group.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.unhealthyThresholdCount(Number unhealthyThresholdCount)
The number of consecutive health check failures required before considering a target unhealthy.
|
CfnTargetGroup.Builder |
CfnTargetGroup.Builder.vpcId(String vpcId)
The identifier of the virtual private cloud (VPC).
|
Copyright © 2022. All rights reserved.