connectionName property

String? connectionName
getter/setter pair

The Cloud SQL instance for which the connection is defined.

Only one connection per instance is allowed. This can only be set at creation time, and cannot be updated. It is an error to use a connection_name from different project or region than the one that holds the connection. For example, a Connection resource for Cloud SQL connection_name project-id:us-central1:sql-instance must be created under the parent projects/project-id/locations/us-central1

Optional. Immutable.

Implementation

core.String? connectionName;