hostname

@JvmName(name = "wumlbrhwsrqoprkm")
suspend fun hostname(value: Output<String>)
@JvmName(name = "cidnpduacgockxid")
suspend fun hostname(value: String?)

Parameters

value

The hostname to use for your container. This parameter maps to `Hostname` in thethe docker container create command and the `--hostname` option to docker run. The `hostname` parameter is not supported if you're using the `awsvpc` network mode.