public sealed class GoldengateAmazonKinesisConnectionProperties : IMessage<GoldengateAmazonKinesisConnectionProperties>, IEquatable<GoldengateAmazonKinesisConnectionProperties>, IDeepCloneable<GoldengateAmazonKinesisConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateAmazonKinesisConnectionProperties.
The properties of GoldengateAmazonKinesisConnection.
Implements
IMessageGoldengateAmazonKinesisConnectionProperties, IEquatableGoldengateAmazonKinesisConnectionProperties, IDeepCloneableGoldengateAmazonKinesisConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateAmazonKinesisConnectionProperties()
public GoldengateAmazonKinesisConnectionProperties()GoldengateAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties)
public GoldengateAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateAmazonKinesisConnectionProperties |
Properties
AccessKeyId
public string AccessKeyId { get; set; }Optional. Access key ID to access the Amazon Kinesis.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AwsRegion
public string AwsRegion { get; set; }Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Endpoint
public string Endpoint { get; set; }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.<region>.amazonaws.com'.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecretAccessKeySecret
public string SecretAccessKeySecret { get; set; }Optional. Secret access key to access the Amazon Kinesis.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TechnologyType
public string TechnologyType { get; set; }Optional. The technology type of AmazonKinesisConnection.
| Property Value | |
|---|---|
| Type | Description |
string |
|