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

GetBucketWebsiteOutput

import type { GetBucketWebsiteOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface GetBucketWebsiteOutput {
ErrorDocument?: ErrorDocument | null;
IndexDocument?: IndexDocument | null;
RedirectAllRequestsTo?: RedirectAllRequestsTo | null;
RoutingRules: RoutingRule[];
}

§Properties

§
ErrorDocument?: ErrorDocument | null
[src]

The object key name of the website error document to use for 4XX class errors.

§
IndexDocument?: IndexDocument | null
[src]

The name of the index document for the website (for example index.html).

§
RedirectAllRequestsTo?: RedirectAllRequestsTo | null
[src]

Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

§
RoutingRules: RoutingRule[]
[src]

Rules that define when a redirect is applied and the redirect behavior.