serviceRegistries

@JvmName(name = "hbdvfimynqslrxpo")
suspend fun serviceRegistries(value: Output<List<ServiceRegistryArgs>>)
@JvmName(name = "srkoelajunqnmysa")
suspend fun serviceRegistries(value: List<ServiceRegistryArgs>?)

Parameters

value

The details of the service discovery registry to associate with this service. For more information, see Service discovery. Each service may be associated with one service registry. Multiple service registries for each service isn't supported.


@JvmName(name = "rryhsolupiubnuhx")
suspend fun serviceRegistries(vararg values: Output<ServiceRegistryArgs>)


@JvmName(name = "ckpccptfwlfjrqaa")
suspend fun serviceRegistries(values: List<Output<ServiceRegistryArgs>>)
@JvmName(name = "driaotseucscxjut")
suspend fun serviceRegistries(vararg values: ServiceRegistryArgs)

Parameters

values

The details of the service discovery registry to associate with this service. For more information, see Service discovery. Each service may be associated with one service registry. Multiple service registries for each service isn't supported.


@JvmName(name = "ttkkbckupagiasie")
suspend fun serviceRegistries(argument: List<suspend ServiceRegistryArgsBuilder.() -> Unit>)
@JvmName(name = "rcncwfkemvwoqfhi")
suspend fun serviceRegistries(vararg argument: suspend ServiceRegistryArgsBuilder.() -> Unit)
@JvmName(name = "wpeujwyugjkffbwy")
suspend fun serviceRegistries(argument: suspend ServiceRegistryArgsBuilder.() -> Unit)

Parameters

argument

The details of the service discovery registry to associate with this service. For more information, see Service discovery. Each service may be associated with one service registry. Multiple service registries for each service isn't supported.