Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
accessKeyId?: string
[src]

Optional. Access key ID to access the Amazon Kinesis.

§
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'.

§
secretAccessKeySecret?: string
[src]

Optional. Secret access key to access the Amazon Kinesis.

§
technologyType?: string
[src]

Optional. The technology type of AmazonKinesisConnection.