ConfluentCloud(mapping=None, *, ignore_unknown_fields=False, **kwargs)Ingestion settings for Confluent Cloud.
| Attributes | |
|---|---|
| Name | Description | 
| state
   :noindex: | google.pubsub_v1.types.IngestionDataSourceSettings.ConfluentCloud.StateOutput only. An output-only field that indicates the state of the Confluent Cloud ingestion source. | 
| bootstrap_server
   :noindex: | strRequired. The address of the bootstrap server. The format is url:port. | 
| cluster_id
   :noindex: | strRequired. The id of the cluster. | 
| topic
   :noindex: | strRequired. The name of the topic in the Confluent Cloud cluster that Pub/Sub will import from. | 
| identity_pool_id
   :noindex: | strRequired. 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: | strRequired. 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.