TopicArgs

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

Creates the given topic with the given name.

Constructors

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

Functions

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

Properties

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

Name of the topic.