hosts

@JvmName(name = "enqvgsvcgqlfnhen")
suspend fun hosts(value: Output<List<ServiceTaskSpecContainerSpecHostArgs>>)
@JvmName(name = "rycnjemlsjabxroe")
suspend fun hosts(value: List<ServiceTaskSpecContainerSpecHostArgs>?)

Parameters

value

A list of hostname/IP mappings to add to the container's hosts file


@JvmName(name = "qtxuwuhtcytljrav")
suspend fun hosts(vararg values: Output<ServiceTaskSpecContainerSpecHostArgs>)


@JvmName(name = "lfvemgtglolknvnx")
suspend fun hosts(values: List<Output<ServiceTaskSpecContainerSpecHostArgs>>)
@JvmName(name = "mrllafxwptyicyyq")
suspend fun hosts(vararg values: ServiceTaskSpecContainerSpecHostArgs)

Parameters

values

A list of hostname/IP mappings to add to the container's hosts file


@JvmName(name = "fytfiranafdxpgox")
suspend fun hosts(argument: List<suspend ServiceTaskSpecContainerSpecHostArgsBuilder.() -> Unit>)
@JvmName(name = "mpausirklfvttikt")
suspend fun hosts(vararg argument: suspend ServiceTaskSpecContainerSpecHostArgsBuilder.() -> Unit)
@JvmName(name = "eeypxxahlmluyayv")
suspend fun hosts(argument: suspend ServiceTaskSpecContainerSpecHostArgsBuilder.() -> Unit)

Parameters

argument

A list of hostname/IP mappings to add to the container's hosts file