Topic Args
data class TopicArgs(val path: Output<String>, val retain: Output<Either<String, TopicRetainType>>? = null) : ConvertibleToJava<TopicArgs>
Object that describes the topic information.
Object that describes the topic information.