groupByCustomDetails

@JvmName(name = "qmoljuypcmfiowto")
suspend fun groupByCustomDetails(value: Output<List<String>>)
@JvmName(name = "rnikppbaagawochu")
suspend fun groupByCustomDetails(value: List<String>?)

Parameters

value

A list of custom details keys to group by, only when the entity_matching_method is Selected. Only keys defined in the custom_details may be used.


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


@JvmName(name = "ovdvwiorgwyxikfo")
suspend fun groupByCustomDetails(values: List<Output<String>>)
@JvmName(name = "djvwodrtwvpfuxwo")
suspend fun groupByCustomDetails(vararg values: String)

Parameters

values

A list of custom details keys to group by, only when the entity_matching_method is Selected. Only keys defined in the custom_details may be used.