Connection(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration parameters to establish connection with an external data source, except the credential attributes.
Attributes
Name | Description |
name |
str
The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}
|
friendly_name |
str
User provided display name for the connection. |
description |
str
User provided description. |
cloud_sql |
google.cloud.bigquery_connection_v1.types.CloudSqlProperties
Cloud SQL properties. |
aws |
google.cloud.bigquery_connection_v1.types.AwsProperties
Amazon Web Services (AWS) properties. |
cloud_spanner |
google.cloud.bigquery_connection_v1.types.CloudSpannerProperties
Cloud Spanner properties. |
creation_time |
int
Output only. The creation timestamp of the connection. |
last_modified_time |
int
Output only. The last update timestamp of the connection. |
has_credential |
bool
Output only. True, if credential is configured for this connection. |