@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:25.910Z") @Stability(value=Experimental) public interface AddApplicationTargetsProps extends software.amazon.jsii.JsiiSerializable, AddRuleProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddApplicationTargetsProps.Builder
A builder for
AddApplicationTargetsProps |
static class |
AddApplicationTargetsProps.Jsii$Proxy
An implementation for
AddApplicationTargetsProps |
| Modifier and Type | Method and Description |
|---|---|
static AddApplicationTargetsProps.Builder |
builder() |
default Duration |
getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
default HealthCheck |
getHealthCheck()
(experimental) Health check configuration.
|
default Number |
getPort()
(experimental) The port on which the listener listens for requests.
|
default ApplicationProtocol |
getProtocol()
(experimental) The protocol to use.
|
default Duration |
getSlowStart()
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
default Duration |
getStickinessCookieDuration()
(experimental) The stickiness cookie expiration period.
|
default String |
getTargetGroupName()
(experimental) The name of the target group.
|
default List<IApplicationLoadBalancerTarget> |
getTargets()
(experimental) The targets to add to this target group.
|
getConditions, getHostHeader, getPathPattern, getPathPatterns, getPriority@Stability(value=Experimental) @Nullable default Duration getDeregistrationDelay()
The range is 0-3600 seconds.
Default: Duration.minutes(5)
@Stability(value=Experimental) @Nullable default HealthCheck getHealthCheck()
Default: No health check
@Stability(value=Experimental) @Nullable default Number getPort()
Default: Determined from protocol if known
@Stability(value=Experimental) @Nullable default ApplicationProtocol getProtocol()
Default: Determined from port if known
@Stability(value=Experimental) @Nullable default Duration getSlowStart()
The range is 30-900 seconds (15 minutes).
Default: 0
@Stability(value=Experimental) @Nullable default Duration getStickinessCookieDuration()
Setting this value enables load balancer stickiness.
After this period, the cookie is considered stale. The minimum value is 1 second and the maximum value is 7 days (604800 seconds).
Default: Stickiness disabled
@Stability(value=Experimental) @Nullable default String getTargetGroupName()
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
@Stability(value=Experimental) @Nullable default List<IApplicationLoadBalancerTarget> getTargets()
Can be Instance, IPAddress, or any self-registering load balancing
target. All target must be of the same type.
@Stability(value=Experimental) static AddApplicationTargetsProps.Builder builder()
builder in interface AddRulePropsAddApplicationTargetsProps.Builder of AddApplicationTargetsPropsCopyright © 2020. All rights reserved.