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

S3DestinationConfiguration

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

A complex type that describes an S3 location where recorded videos will be stored.

interface S3DestinationConfiguration {
bucketName: string;
}

§Properties

§
bucketName: string
[src]

Location (S3 bucket name) where recorded videos will be stored.