@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:11.561Z") @Stability(value=Experimental) public interface BaseTargetGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseTargetGroupProps.Builder
A builder for
BaseTargetGroupProps |
static class |
BaseTargetGroupProps.Jsii$Proxy
An implementation for
BaseTargetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseTargetGroupProps.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 String |
getTargetGroupName()
(experimental) The name of the target group.
|
default TargetType |
getTargetType()
(experimental) The type of targets registered to this TargetGroup, either IP or Instance.
|
default IVpc |
getVpc()
(experimental) The virtual private cloud (VPC).
|
@Stability(value=Experimental) @Nullable default Duration getDeregistrationDelay()
The range is 0-3600 seconds.
Default: 300
@Stability(value=Experimental) @Nullable default HealthCheck getHealthCheck()
Default: - None.
@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 TargetType getTargetType()
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.
@Stability(value=Experimental) @Nullable default IVpc getVpc()
only if TargetType is Ip or InstanceId
Default: - undefined
@Stability(value=Experimental) static BaseTargetGroupProps.Builder builder()
BaseTargetGroupProps.Builder of BaseTargetGroupPropsCopyright © 2021. All rights reserved.