GoogleApi.PubSub.V1.Model.ConfluentCloud (google_api_pub_sub v0.42.0)

View Source

Ingestion settings for Confluent Cloud.

Attributes

  • bootstrapServer (type: String.t, default: nil) - Required. The address of the bootstrap server. The format is url:port.
  • clusterId (type: String.t, default: nil) - Required. The id of the cluster.
  • gcpServiceAccount (type: String.t, default: nil) - Required. The GCP service account to be used for Federated Identity authentication with identity_pool_id.
  • identityPoolId (type: String.t, default: nil) - 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.
  • state (type: String.t, default: nil) - Output only. An output-only field that indicates the state of the Confluent Cloud ingestion source.
  • topic (type: String.t, default: nil) - Required. The name of the topic in the Confluent Cloud cluster that Pub/Sub will import from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PubSub.V1.Model.ConfluentCloud{
  bootstrapServer: String.t() | nil,
  clusterId: String.t() | nil,
  gcpServiceAccount: String.t() | nil,
  identityPoolId: String.t() | nil,
  state: String.t() | nil,
  topic: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.