Oracle Database@Google Cloud v1 API - Class GoldengateAmazonRedshiftConnectionProperties (1.6.0)

public sealed class GoldengateAmazonRedshiftConnectionProperties : IMessage<GoldengateAmazonRedshiftConnectionProperties>, IEquatable<GoldengateAmazonRedshiftConnectionProperties>, IDeepCloneable<GoldengateAmazonRedshiftConnectionProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateAmazonRedshiftConnectionProperties.

The properties of GoldengateAmazonRedshiftConnection.

Inheritance

object > GoldengateAmazonRedshiftConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateAmazonRedshiftConnectionProperties()

public GoldengateAmazonRedshiftConnectionProperties()

GoldengateAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties)

public GoldengateAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties other)
Parameter
Name Description
other GoldengateAmazonRedshiftConnectionProperties

Properties

ConnectionPasswordOptionsCase

public GoldengateAmazonRedshiftConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }
Property Value
Type Description
GoldengateAmazonRedshiftConnectionPropertiesConnectionPasswordOptionsOneofCase

ConnectionUrl

public string ConnectionUrl { get; set; }

Optional. Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'

Property Value
Type Description
string

HasPassword

public bool HasPassword { get; }

Gets whether the "password" field is set

Property Value
Type Description
bool

HasPasswordSecretVersion

public bool HasPasswordSecretVersion { get; }

Gets whether the "password_secret_version" field is set

Property Value
Type Description
bool

Password

public string Password { get; set; }

Optional. Input only. The password Oracle Goldengate uses for Amazon Redshift connection in plain text.

Property Value
Type Description
string

PasswordSecretVersion

public string PasswordSecretVersion { get; set; }

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}.

Property Value
Type Description
string

PasswordSecretVersionAsSecretVersionName

public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the PasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of AmazonRedshiftConnection.

Property Value
Type Description
string

Username

public string Username { get; set; }

Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.

Property Value
Type Description
string