TopicNegativeFormatArgs

data class TopicNegativeFormatArgs(val prefix: Output<String>? = null, val suffix: Output<String>? = null) : ConvertibleToJava<TopicNegativeFormatArgs>

Constructors

Link copied to clipboard
fun TopicNegativeFormatArgs(prefix: Output<String>? = null, suffix: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TopicNegativeFormatArgs

Properties

Link copied to clipboard
val prefix: Output<String>? = null
Link copied to clipboard
val suffix: Output<String>? = null