toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.outputs
/
GetVirtualNodeSpecListenerHealthCheck
Get
Virtual
Node
Spec
Listener
Health
Check
data
class
GetVirtualNodeSpecListenerHealthCheck
(
val
healthyThreshold
:
Int
,
val
intervalMillis
:
Int
,
val
path
:
String
,
val
port
:
Int
,
val
protocol
:
String
,
val
timeoutMillis
:
Int
,
val
unhealthyThreshold
:
Int
)
Members
Constructors
Get
Virtual
Node
Spec
Listener
Health
Check
Link copied to clipboard
constructor
(
healthyThreshold
:
Int
,
intervalMillis
:
Int
,
path
:
String
,
port
:
Int
,
protocol
:
String
,
timeoutMillis
:
Int
,
unhealthyThreshold
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
healthy
Threshold
Link copied to clipboard
val
healthyThreshold
:
Int
interval
Millis
Link copied to clipboard
val
intervalMillis
:
Int
path
Link copied to clipboard
val
path
:
String
port
Link copied to clipboard
val
port
:
Int
protocol
Link copied to clipboard
val
protocol
:
String
timeout
Millis
Link copied to clipboard
val
timeoutMillis
:
Int
unhealthy
Threshold
Link copied to clipboard
val
unhealthyThreshold
:
Int