
com.pulumi.aws.servicediscovery.kotlin.outputs.GetServiceHealthCheckCustomConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.servicediscovery.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property failureThreshold The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.
*/
public data class GetServiceHealthCheckCustomConfig(
public val failureThreshold: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.servicediscovery.outputs.GetServiceHealthCheckCustomConfig): GetServiceHealthCheckCustomConfig = GetServiceHealthCheckCustomConfig(
failureThreshold = javaType.failureThreshold(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy