Class GoldengateAmazonKinesisConnectionProperties
The properties of GoldengateAmazonKinesisConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateAmazonKinesisConnectionProperties : IDirectResponseSchema
Properties
AccessKeyId
Optional. Access key ID to access the Amazon Kinesis.
Declaration
[JsonProperty("accessKeyId")]
public virtual string AccessKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AwsRegion
Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'.
Declaration
[JsonProperty("awsRegion")]
public virtual string AwsRegion { 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 endpoint URL of the Amazon Kinesis service. e.g.: 'https://kinesis.us-east-1.amazonaws.com' If not provided, Goldengate will default to 'https://kinesis..amazonaws.com'.
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretAccessKeySecret
Optional. Secret access key to access the Amazon Kinesis.
Declaration
[JsonProperty("secretAccessKeySecret")]
public virtual string SecretAccessKeySecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of AmazonKinesisConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |