Package com.pulumi.aws.lb.inputs
Class TargetGroupTargetGroupHealthDnsFailoverArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.lb.inputs.TargetGroupTargetGroupHealthDnsFailoverArgs
-
public final class TargetGroupTargetGroupHealthDnsFailoverArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TargetGroupTargetGroupHealthDnsFailoverArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TargetGroupTargetGroupHealthDnsFailoverArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TargetGroupTargetGroupHealthDnsFailoverArgs.Builder
builder()
static TargetGroupTargetGroupHealthDnsFailoverArgs.Builder
builder(TargetGroupTargetGroupHealthDnsFailoverArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
minimumHealthyTargetsCount()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
minimumHealthyTargetsPercentage()
-
-
-
Field Detail
-
Empty
public static final TargetGroupTargetGroupHealthDnsFailoverArgs Empty
-
-
Method Detail
-
minimumHealthyTargetsCount
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> minimumHealthyTargetsCount()
- Returns:
- The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to the maximum number of targets. The default is `off`.
-
minimumHealthyTargetsPercentage
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> minimumHealthyTargetsPercentage()
- Returns:
- The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from `1` to `100`. The default is `off`.
-
builder
public static TargetGroupTargetGroupHealthDnsFailoverArgs.Builder builder()
-
builder
public static TargetGroupTargetGroupHealthDnsFailoverArgs.Builder builder(TargetGroupTargetGroupHealthDnsFailoverArgs defaults)
-
-