serviceTypeHealthPolicies

@JvmName(name = "tjridbkgsllatqbp")
suspend fun serviceTypeHealthPolicies(value: Output<Map<String, ServiceTypeHealthPolicyArgs>>)
@JvmName(name = "ejyffffbyexooglt")
suspend fun serviceTypeHealthPolicies(value: Map<String, ServiceTypeHealthPolicyArgs>?)

Parameters

value

The map with service type health policy per service type name. The map is empty by default.


@JvmName(name = "ppfcnwpbsbxdxhbh")
suspend fun serviceTypeHealthPolicies(vararg argument: Pair<String, suspend ServiceTypeHealthPolicyArgsBuilder.() -> Unit>)

Parameters

argument

The map with service type health policy per service type name. The map is empty by default.


@JvmName(name = "lrxdqcysjlctbxbh")
fun serviceTypeHealthPolicies(vararg values: Pair<String, ServiceTypeHealthPolicyArgs>)

Parameters

values

The map with service type health policy per service type name. The map is empty by default.