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

VirtualObject

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

An object that defines an Amazon S3 object to be deleted if a transaction cancels, provided that VirtualPut was called before writing the object.

interface VirtualObject {
ETag?: string | null;
Uri: string;
}

§Properties

§
ETag?: string | null
[src]

The ETag of the Amazon S3 object.

§
Uri: string
[src]

The path to the Amazon S3 object. Must start with s3://