TopicNegativeFormatArgs

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

Constructors

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

Properties

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

The prefix for a negative format.

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

The suffix for a negative format.

Functions

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