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

GoldengateAmazonS3ConnectionProperties

import type { GoldengateAmazonS3ConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The properties of GoldengateAmazonS3Connection.

interface GoldengateAmazonS3ConnectionProperties {
accessKeyId?: string;
endpoint?: string;
region?: string;
secretAccessKeySecret?: string;
technologyType?: string;
}

§Properties

§
accessKeyId?: string
[src]

Optional. Access key ID to access the Amazon S3 bucket.

§
endpoint?: string
[src]

Optional. The Amazon Endpoint for S3.

§
region?: string
[src]

Optional. The name of the AWS region where the bucket is created.

§
secretAccessKeySecret?: string
[src]

Optional. Secret access key to access the Amazon S3 bucket.

§
technologyType?: string
[src]

Optional. The technology type of AmazonS3Connection.