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

S3Destination

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

Configuration parameters for where in an S3 bucket to place the harvested content

interface S3Destination {
BucketName: string;
ManifestKey: string;
RoleArn: string;
}

§Properties

§
BucketName: string
[src]

The name of an S3 bucket within which harvested content will be exported

§
ManifestKey: string
[src]

The key in the specified S3 bucket where the harvested top-level manifest will be placed.

§
RoleArn: string
[src]

The IAM role used to write to the specified S3 bucket