Class GoldengateAmazonS3ConnectionProperties
The properties of GoldengateAmazonS3Connection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateAmazonS3ConnectionProperties : IDirectResponseSchema
Properties
AccessKeyId
Optional. Access key ID to access the Amazon S3 bucket.
Declaration
[JsonProperty("accessKeyId")]
public virtual string AccessKeyId { 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 |
Endpoint
Optional. The Amazon Endpoint for S3.
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Optional. The name of the AWS region where the bucket is created.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretAccessKeySecret
Optional. Secret access key to access the Amazon S3 bucket.
Declaration
[JsonProperty("secretAccessKeySecret")]
public virtual string SecretAccessKeySecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of AmazonS3Connection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |