GoldengateSnowflakeConnectionProperties(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The properties of GoldengateSnowflakeConnection.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
password |
str
Optional. Input only. The password Oracle Goldengate uses to connect to Snowflake platform in plain text. This field is a member of oneof_ connection_password_options.
|
password_secret_version |
str
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect to Snowflake platform. Format: projects/{project}/secrets/{secret}/versions/{version}. This field is a member of oneof_ connection_password_options.
|
technology_type |
str
Optional. The technology type of SnowflakeConnection. |
connection_url |
str
Optional. JDBC connection URL. e.g.: 'jdbc:snowflake:// |
authentication_type |
google.cloud.oracledatabase_v1.types.GoldengateSnowflakeConnectionProperties.AuthenticationType
Optional. Used authentication mechanism to access Snowflake. |
username |
str
Optional. The username Oracle Goldengate uses to connect to Snowflake. |
private_key_file |
str
Optional. The content of private key file in PEM format. |
private_key_passphrase_secret |
str
Optional. Password if the private key file is encrypted. |
Classes
AuthenticationType
AuthenticationType(value)Enum for authentication mechanism to access Snowflake.