toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticloadbalancing.kotlin.outputs
/
GetLoadBalancerHealthCheck
Get
Load
Balancer
Health
Check
data
class
GetLoadBalancerHealthCheck
(
val
healthyThreshold
:
Int
,
val
interval
:
Int
,
val
target
:
String
,
val
timeout
:
Int
,
val
unhealthyThreshold
:
Int
)
Members
Constructors
Get
Load
Balancer
Health
Check
Link copied to clipboard
constructor
(
healthyThreshold
:
Int
,
interval
:
Int
,
target
:
String
,
timeout
:
Int
,
unhealthyThreshold
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
healthy
Threshold
Link copied to clipboard
val
healthyThreshold
:
Int
interval
Link copied to clipboard
val
interval
:
Int
target
Link copied to clipboard
val
target
:
String
timeout
Link copied to clipboard
val
timeout
:
Int
unhealthy
Threshold
Link copied to clipboard
val
unhealthyThreshold
:
Int