Class Connection (0.3.1)

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

Configuration parameters to establish connection with an external data source, except the credential attributes.

Attributes

NameDescription
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 `.gcbc_connection.CloudSqlProperties`
Cloud SQL properties.
aws `.gcbc_connection.AwsProperties`
Amazon Web Services (AWS) 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.

Inheritance

builtins.object > proto.message.Message > Connection