userNames

@JvmName(name = "eqvvtxycduxgowto")
suspend fun userNames(value: Output<List<String>>)
@JvmName(name = "fwnlpqirkxmrbvrw")
suspend fun userNames(value: List<String>?)

Parameters

value

Set of MemoryDB user names to be included in this ACL.


@JvmName(name = "uabndnxwtdgyagqj")
suspend fun userNames(vararg values: Output<String>)


@JvmName(name = "jsoicgixqyskuahq")
suspend fun userNames(values: List<Output<String>>)
@JvmName(name = "bpojwvloijhincdg")
suspend fun userNames(vararg values: String)

Parameters

values

Set of MemoryDB user names to be included in this ACL.