GetTopicResult

data class GetTopicResult(val effectiveLabels: Map<String, String>, val id: String, val ingestionDataSourceSettings: List<GetTopicIngestionDataSourceSetting>, val kmsKeyName: String, val labels: Map<String, String>, val messageRetentionDuration: String, val messageStoragePolicies: List<GetTopicMessageStoragePolicy>, val name: String, val project: String? = null, val pulumiLabels: Map<String, String>, val schemaSettings: List<GetTopicSchemaSetting>)

A collection of values returned by getTopic.

Constructors

Link copied to clipboard
constructor(effectiveLabels: Map<String, String>, id: String, ingestionDataSourceSettings: List<GetTopicIngestionDataSourceSetting>, kmsKeyName: String, labels: Map<String, String>, messageRetentionDuration: String, messageStoragePolicies: List<GetTopicMessageStoragePolicy>, name: String, project: String? = null, pulumiLabels: Map<String, String>, schemaSettings: List<GetTopicSchemaSetting>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard