You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection if the form of projects/[projectId]/regions/[region]/clusters/[cluster_name].
460
+
- name: 'configuration'
461
+
type: NestedObject
462
+
description: |
463
+
Connector configuration. This is a generic configuration that is used to connect to
464
+
external data sources such as AlloyDB, MySQL, and PostgreSQL using the BigQuery
465
+
Connector framework.
466
+
exactly_one_of:
467
+
- 'cloud_sql'
468
+
- 'aws'
469
+
- 'azure'
470
+
- 'cloud_spanner'
471
+
- 'cloud_resource'
472
+
- 'spark'
473
+
- 'configuration'
474
+
properties:
475
+
- name: 'connectorId'
476
+
type: String
477
+
description: |
478
+
The ID of the connector. Possible values include `google-alloydb`, `google-cloudsql-mysql`,
479
+
`google-cloudsql-postgres`, and other connector IDs supported by the BigQuery Connector framework.
480
+
required: true
481
+
immutable: true
482
+
- name: 'endpoint'
483
+
type: NestedObject
484
+
description: Endpoint configuration for the connector.
485
+
properties:
486
+
- name: 'hostPort'
487
+
type: String
488
+
description: |
489
+
Host and port in the format of `host:port` for the connector endpoint.
490
+
- name: 'authentication'
491
+
type: NestedObject
492
+
description: Authentication configuration for the connector.
0 commit comments