getTopic

suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

Returns the topic configuration.

Return

null

Parameters

argument

null


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

Return

null

Parameters

location
project
topicId

See also


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

Return

null

Parameters

argument

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

See also