AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Website Configuration

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.WebsiteConfiguration

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class WebsiteConfiguration : Object

The WebsiteConfiguration type exposes the following members

Constructors

NameDescription
Public Method WebsiteConfiguration()

Properties

NameTypeDescription
Public Property ErrorDocument System.String The ErrorDocument value, an object key name to use when a 4XX class error occurs.
Public Property IndexDocumentSuffix System.String

This value is a suffix that is appended to a request that is for a "directory" on the website endpoint (e.g. if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html)

The suffix must not be empty and must not include a slash character.

Public Property RedirectAllRequestsTo Amazon.S3.Model.RoutingRuleRedirect Container for redirect information where all requests will be redirect to. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can can specify a different error code to return. .
Public Property RoutingRules System.Collections.Generic.List<Amazon.S3.Model.RoutingRule> The list of routing rules that can be used for configuring redirects if certain conditions are meet.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8