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

See also

Parameters

location
project
topicId

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

Return

null

See also

Parameters

argument

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