Show / Hide Table of Contents

Class GoldengateAmazonRedshiftConnectionProperties

The properties of GoldengateAmazonRedshiftConnection.

Inheritance
object
GoldengateAmazonRedshiftConnectionProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateAmazonRedshiftConnectionProperties : IDirectResponseSchema

Properties

ConnectionUrl

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

Declaration
[JsonProperty("connectionUrl")]
public virtual string ConnectionUrl { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Password

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

Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type Description
string

PasswordSecretVersion

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

Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
Type Description
string

TechnologyType

Optional. The technology type of AmazonRedshiftConnection.

Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
Type Description
string

Username

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

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX