GetTopicIngestionDataSourceSettingConfluentCloud

data class GetTopicIngestionDataSourceSettingConfluentCloud(val bootstrapServer: String, val clusterId: String, val gcpServiceAccount: String, val identityPoolId: String, val topic: String)

Constructors

constructor(bootstrapServer: String, clusterId: String, gcpServiceAccount: String, identityPoolId: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Confluent Cloud bootstrap server. The format is url:port.

Link copied to clipboard

The Confluent Cloud cluster ID.

Link copied to clipboard

The GCP service account to be used for Federated Identity authentication with Confluent Cloud.

Link copied to clipboard

Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.

Link copied to clipboard

Name of the Confluent Cloud topic that Pub/Sub will import from.