public sealed class GoldengateAmazonS3ConnectionProperties : IMessage<GoldengateAmazonS3ConnectionProperties>, IEquatable<GoldengateAmazonS3ConnectionProperties>, IDeepCloneable<GoldengateAmazonS3ConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateAmazonS3ConnectionProperties.
The properties of GoldengateAmazonS3Connection.
Implements
IMessageGoldengateAmazonS3ConnectionProperties, IEquatableGoldengateAmazonS3ConnectionProperties, IDeepCloneableGoldengateAmazonS3ConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
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 |
|