getTopic

suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

Gets the configuration of a topic.

Return

null

Parameters

argument

null


suspend fun getTopic(project: String? = null, topicId: String): GetTopicResult

Return

null

See also

Parameters

project
topicId

suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.pubsub.v1.kotlin.inputs.GetTopicPlainArgs.