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

S3ManifestOutputLocation

import type { S3ManifestOutputLocation } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";

Location details for where the generated manifest should be written.

interface S3ManifestOutputLocation {
Bucket: string;
ExpectedManifestBucketOwner?: string | null;
ManifestEncryption?: GeneratedManifestEncryption | null;
ManifestFormat: GeneratedManifestFormat;
ManifestPrefix?: string | null;
}

§Properties

§
Bucket: string
[src]

The bucket ARN the generated manifest should be written to.

§
ExpectedManifestBucketOwner?: string | null
[src]

The Account ID that owns the bucket the generated manifest is written to.

§
ManifestEncryption?: GeneratedManifestEncryption | null
[src]

Specifies what encryption should be used when the generated manifest objects are written.

§

The format of the generated manifest.

§
ManifestPrefix?: string | null
[src]

Prefix identifying one or more objects to which the manifest applies.