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

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

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

The properties of GoldengateAmazonS3Connection.

Inheritance

object > GoldengateAmazonS3ConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateAmazonS3ConnectionProperties()

public GoldengateAmazonS3ConnectionProperties()

GoldengateAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties)

public GoldengateAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties other)
Parameter
Name Description
other GoldengateAmazonS3ConnectionProperties

Properties

AccessKeyId

public string AccessKeyId { get; set; }

Optional. Access key ID to access the Amazon S3 bucket.

Property Value
Type Description
string

Endpoint

public string Endpoint { get; set; }

Optional. The Amazon Endpoint for S3.

Property Value
Type Description
string

Region

public string Region { get; set; }

Optional. The name of the AWS region where the bucket is created.

Property Value
Type Description
string

SecretAccessKeySecret

public string SecretAccessKeySecret { get; set; }

Optional. Secret access key to access the Amazon S3 bucket.

Property Value
Type Description
string

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of AmazonS3Connection.

Property Value
Type Description
string