Class ConfluentCloud (2.28.0)

ConfluentCloud(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Ingestion settings for Confluent Cloud.

Attributes

Name Description
state :noindex: google.pubsub_v1.types.IngestionDataSourceSettings.ConfluentCloud.State
Output only. An output-only field that indicates the state of the Confluent Cloud ingestion source.
bootstrap_server :noindex: str
Required. The address of the bootstrap server. The format is url:port.
cluster_id :noindex: str
Required. The id of the cluster.
topic :noindex: str
Required. The name of the topic in the Confluent Cloud cluster that Pub/Sub will import from.
identity_pool_id :noindex: str
Required. The id of the identity pool to be used for Federated Identity authentication with Confluent Cloud. See https://docs.confluent.io/cloud/current/security/authenticate/workload-identities/identity-providers/oauth/identity-pools.html#add-oauth-identity-pools.
gcp_service_account :noindex: str
Required. The GCP service account to be used for Federated Identity authentication with identity_pool_id.

Classes

State

State(value)

Possible states for managed ingestion from Confluent Cloud.