GoldengateAmazonKinesisConnectionProperties
import type { GoldengateAmazonKinesisConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateAmazonKinesisConnection.
interface GoldengateAmazonKinesisConnectionProperties {
accessKeyId?: string;
awsRegion?: string;
endpoint?: string;
secretAccessKeySecret?: string;
technologyType?: string;
}§Properties
§
awsRegion?: string
[src]Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'.
§
endpoint?: string
[src]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'.