
com.pulumi.aws.vpclattice.kotlin.outputs.TargetGroupConfigHealthCheckMatcher.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.vpclattice.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property value The HTTP codes to use when checking for a successful response from a target.
*/
public data class TargetGroupConfigHealthCheckMatcher(
public val `value`: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.vpclattice.outputs.TargetGroupConfigHealthCheckMatcher): TargetGroupConfigHealthCheckMatcher = TargetGroupConfigHealthCheckMatcher(
`value` = javaType.`value`().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy