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

WebsiteConfiguration

import type { WebsiteConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface WebsiteConfiguration {
ErrorDocument?: ErrorDocument | null;
IndexDocument?: IndexDocument | null;
RedirectAllRequestsTo?: RedirectAllRequestsTo | null;
RoutingRules?: RoutingRule[] | null;
}

§Properties

§
ErrorDocument?: ErrorDocument | null
[src]
§
IndexDocument?: IndexDocument | null
[src]
§
RedirectAllRequestsTo?: RedirectAllRequestsTo | null
[src]
§
RoutingRules?: RoutingRule[] | null
[src]