toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.fc.kotlin.outputs
/
V3FunctionCustomContainerConfigHealthCheckConfig
V3Function
Custom
Container
Config
Health
Check
Config
data
class
V3FunctionCustomContainerConfigHealthCheckConfig
(
val
failureThreshold
:
Int
?
=
null
,
val
httpGetUrl
:
String
?
=
null
,
val
initialDelaySeconds
:
Int
?
=
null
,
val
periodSeconds
:
Int
?
=
null
,
val
successThreshold
:
Int
?
=
null
,
val
timeoutSeconds
:
Int
?
=
null
)
Members
Constructors
V3Function
Custom
Container
Config
Health
Check
Config
Link copied to clipboard
constructor
(
failureThreshold
:
Int
?
=
null
,
httpGetUrl
:
String
?
=
null
,
initialDelaySeconds
:
Int
?
=
null
,
periodSeconds
:
Int
?
=
null
,
successThreshold
:
Int
?
=
null
,
timeoutSeconds
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
failure
Threshold
Link copied to clipboard
val
failureThreshold
:
Int
?
=
null
http
Get
Url
Link copied to clipboard
val
httpGetUrl
:
String
?
=
null
initial
Delay
Seconds
Link copied to clipboard
val
initialDelaySeconds
:
Int
?
=
null
period
Seconds
Link copied to clipboard
val
periodSeconds
:
Int
?
=
null
success
Threshold
Link copied to clipboard
val
successThreshold
:
Int
?
=
null
timeout
Seconds
Link copied to clipboard
val
timeoutSeconds
:
Int
?
=
null