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

AwsS3BucketWebsiteConfigurationRedirectTo

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

The redirect behavior for requests to the website.

interface AwsS3BucketWebsiteConfigurationRedirectTo {
Hostname?: string | null;
Protocol?: string | null;
}

§Properties

§
Hostname?: string | null
[src]

The name of the host to redirect requests to.

§
Protocol?: string | null
[src]

The protocol to use when redirecting requests. By default, this field uses the same protocol as the original request. Valid values are http or https.