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

AwsS3BucketWebsiteConfiguration

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

Website parameters for the S3 bucket.

interface AwsS3BucketWebsiteConfiguration {
ErrorDocument?: string | null;
IndexDocumentSuffix?: string | null;
RedirectAllRequestsTo?: AwsS3BucketWebsiteConfigurationRedirectTo | null;
}

§Properties

§
ErrorDocument?: string | null
[src]

The name of the error document for the website.

§
IndexDocumentSuffix?: string | null
[src]

The name of the index document for the website.

§
RedirectAllRequestsTo?: AwsS3BucketWebsiteConfigurationRedirectTo | null
[src]

The redirect behavior for requests to the website.

§

The rules for applying redirects for requests to the website.