IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface GetBucketWebsiteOutput

    interface GetBucketWebsiteOutput {
        RedirectAllRequestsTo?: RedirectAllRequestsTo;
        IndexDocument?: IndexDocument;
        ErrorDocument?: ErrorDocument;
        RoutingRules?: RoutingRule[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    RedirectAllRequestsTo?: RedirectAllRequestsTo

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

    IndexDocument?: IndexDocument

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

    ErrorDocument?: ErrorDocument

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

    RoutingRules?: RoutingRule[]

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