pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.fc.kotlin.inputs
/
V2FunctionCustomHealthCheckConfigArgs
/
V2FunctionCustomHealthCheckConfigArgs
V2Function
Custom
Health
Check
Config
Args
fun
V2FunctionCustomHealthCheckConfigArgs
(
failureThreshold
:
Output
<
Int
>
?
=
null
,
httpGetUrl
:
Output
<
String
>
?
=
null
,
initialDelaySeconds
:
Output
<
Int
>
?
=
null
,
periodSeconds
:
Output
<
Int
>
?
=
null
,
successThreshold
:
Output
<
Int
>
?
=
null
,
timeoutSeconds
:
Output
<
Int
>
?
=
null
)