TopicArgs

data class TopicArgs(val name: Output<String>? = null) : ConvertibleToJava<TopicArgs>

Creates the given topic with the given name.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

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

Name of the topic.

Functions

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