toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticloadbalancingv2.kotlin.outputs
/
GetTargetGroupHealthCheck
Get
Target
Group
Health
Check
data
class
GetTargetGroupHealthCheck
(
val
enabled
:
Boolean
,
val
healthyThreshold
:
Int
,
val
interval
:
Int
,
val
matcher
:
String
,
val
path
:
String
,
val
port
:
String
,
val
protocol
:
String
,
val
timeout
:
Int
,
val
unhealthyThreshold
:
Int
)
Members
Constructors
Get
Target
Group
Health
Check
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
healthyThreshold
:
Int
,
interval
:
Int
,
matcher
:
String
,
path
:
String
,
port
:
String
,
protocol
:
String
,
timeout
:
Int
,
unhealthyThreshold
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
healthy
Threshold
Link copied to clipboard
val
healthyThreshold
:
Int
interval
Link copied to clipboard
val
interval
:
Int
matcher
Link copied to clipboard
val
matcher
:
String
path
Link copied to clipboard
val
path
:
String
port
Link copied to clipboard
val
port
:
String
protocol
Link copied to clipboard
val
protocol
:
String
timeout
Link copied to clipboard
val
timeout
:
Int
unhealthy
Threshold
Link copied to clipboard
val
unhealthyThreshold
:
Int