pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.apprunner.kotlin.inputs
/
ServiceHealthCheckConfigurationArgs
/
ServiceHealthCheckConfigurationArgs
Service
Health
Check
Configuration
Args
fun
ServiceHealthCheckConfigurationArgs
(
healthyThreshold
:
Output
<
Int
>
?
=
null
,
interval
:
Output
<
Int
>
?
=
null
,
path
:
Output
<
String
>
?
=
null
,
protocol
:
Output
<
String
>
?
=
null
,
timeout
:
Output
<
Int
>
?
=
null
,
unhealthyThreshold
:
Output
<
Int
>
?
=
null
)