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

AddObjectInput

import type { AddObjectInput } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

A new object to add to the governed table.

interface AddObjectInput {
ETag: string;
PartitionValues?: string[] | null;
Size: number;
Uri: string;
}

§Properties

§
ETag: string
[src]

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

§
PartitionValues?: string[] | null
[src]

A list of partition values for the object. A value must be specified for each partition key associated with the table.

The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.

§
Size: number
[src]

The size of the Amazon S3 object in bytes.

§
Uri: string
[src]

The Amazon S3 location of the object.