AlloyDbConnectionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for connecting to AlloyDB.
Attributes |
|
|---|---|
| Name | Description |
instance |
str
Required. The AlloyDB instance to connect to. |
database |
str
Required. The AlloyDB database to connect to. |
user |
str
Required. Database user. If auth_mode = END_USER_ACCOUNT, it can be unset. In that case, the user will be inferred on the AlloyDB side, based on the authenticated user. |
password |
str
Required. Database password. If auth_mode = END_USER_ACCOUNT, it can be unset. In that case, the password will be inferred on the AlloyDB side, based on the authenticated user. |
auth_mode |
google.cloud.discoveryengine_v1beta.types.DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbConnectionConfig.AuthMode
Optional. Auth mode. |
enable_psvs |
bool
Optional. If true, enable PSVS for AlloyDB. |
Classes
AuthMode
AuthMode(value)Auth mode.