groups

@JvmName(name = "baonvfqojntdaywp")
suspend fun groups(value: Output<List<String>>)
@JvmName(name = "spqvgfrstgnvymgc")
suspend fun groups(value: List<String>?)

Parameters

value

A list of groups to be attached. There must be at least one group.


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


@JvmName(name = "woorrycwunmaogai")
suspend fun groups(values: List<Output<String>>)
@JvmName(name = "qkcxwriipitsqksy")
suspend fun groups(vararg values: String)

Parameters

values

A list of groups to be attached. There must be at least one group.