labels

@JvmName(name = "mskbftadsyituksb")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "bwwxjkijskgpdpxn")
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 = "pajumyrnlfvdskvu")
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.