@Stability(value=Stable)
public static interface CfnLoadBalancer.HealthCheckProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLoadBalancer.HealthCheckProperty.Builder
A builder for
CfnLoadBalancer.HealthCheckProperty |
static class |
CfnLoadBalancer.HealthCheckProperty.Jsii$Proxy
An implementation for
CfnLoadBalancer.HealthCheckProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLoadBalancer.HealthCheckProperty.Builder |
builder() |
String |
getHealthyThreshold()
`CfnLoadBalancer.HealthCheckProperty.HealthyThreshold`.
|
String |
getInterval()
`CfnLoadBalancer.HealthCheckProperty.Interval`.
|
String |
getTarget()
`CfnLoadBalancer.HealthCheckProperty.Target`.
|
String |
getTimeout()
`CfnLoadBalancer.HealthCheckProperty.Timeout`.
|
String |
getUnhealthyThreshold()
`CfnLoadBalancer.HealthCheckProperty.UnhealthyThreshold`.
|
@Stability(value=Stable) @NotNull String getHealthyThreshold()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-healthythreshold@Stability(value=Stable) @NotNull String getInterval()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-interval@Stability(value=Stable) @NotNull String getTarget()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-target@Stability(value=Stable) @NotNull String getTimeout()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-timeout@Stability(value=Stable) @NotNull String getUnhealthyThreshold()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-health-check.html#cfn-elb-healthcheck-unhealthythreshold@Stability(value=Stable) static CfnLoadBalancer.HealthCheckProperty.Builder builder()
Copyright © 2020. All rights reserved.