Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateAmazonRedshiftConnectionProperties.
The properties of GoldengateAmazonRedshiftConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connection_url
def connection_url() -> ::String- (::String) — Optional. Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'
#connection_url=
def connection_url=(value) -> ::String- value (::String) — Optional. Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'
- (::String) — Optional. Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'
#password
def password() -> ::String-
(::String) — Optional. Input only. The password Oracle Goldengate uses for Amazon
Redshift connection in plain text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password=
def password=(value) -> ::String-
value (::String) — Optional. Input only. The password Oracle Goldengate uses for Amazon
Redshift connection in plain text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The password Oracle Goldengate uses for Amazon
Redshift connection in plain text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password_secret_version
def password_secret_version() -> ::String-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password Oracle Goldengate uses for Amazon
Redshift connection. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password_secret_version=
def password_secret_version=(value) -> ::String-
value (::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password Oracle Goldengate uses for Amazon
Redshift connection. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password Oracle Goldengate uses for Amazon
Redshift connection. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#technology_type
def technology_type() -> ::String- (::String) — Optional. The technology type of AmazonRedshiftConnection.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type of AmazonRedshiftConnection.
- (::String) — Optional. The technology type of AmazonRedshiftConnection.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
- (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.