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;
}