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

AmazonS3IcebergStorage

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

The Amazon S3 Iceberg storage.

interface AmazonS3IcebergStorage {
accessKeyId?: string;
bucket?: string;
endpoint?: string;
region?: string;
schemeType?: "SCHEME_TYPE_UNSPECIFIED" | "S3" | "S3A";
secretAccessKeySecret?: string;
}

§Properties

§
accessKeyId?: string
[src]

Required. The access key ID of Amazon S3.

§
bucket?: string
[src]

Required. The bucket of Amazon S3.

§
endpoint?: string
[src]

Optional. The endpoint of Amazon S3.

§
region?: string
[src]

Required. The region of Amazon S3.

§
schemeType?: "SCHEME_TYPE_UNSPECIFIED" | "S3" | "S3A"
[src]

Required. The scheme type of Amazon S3.

§
secretAccessKeySecret?: string
[src]

Optional. The secret access key of Amazon S3.