nonRepeatingVisuals

@JvmName(name = "ptxnytpbgjrxvrvn")
suspend fun nonRepeatingVisuals(value: Output<List<String>>)
@JvmName(name = "qibelkjfysaquact")
suspend fun nonRepeatingVisuals(value: List<String>?)

Parameters

value

List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.


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


@JvmName(name = "pghrrufxmlkxtgvi")
suspend fun nonRepeatingVisuals(values: List<Output<String>>)
@JvmName(name = "kuccptglqufeagdp")
suspend fun nonRepeatingVisuals(vararg values: String)

Parameters

values

List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.