labels

@JvmName(name = "edbiqjhhwvcpgrui")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "qgytyjpilgwhmdbm")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Custom metadata to add to your Docker volume. This parameter maps to `Labels` in the docker container create command and the `xxlabel` option to docker volume create.


@JvmName(name = "hxorymitpwxwlpgy")
fun labels(vararg values: Pair<String, String>)

Parameters

values

Custom metadata to add to your Docker volume. This parameter maps to `Labels` in the docker container create command and the `xxlabel` option to docker volume create.