Properties that define the website configuration for a S3 bucket.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class WebsiteConfiguration
Public Class WebsiteConfiguration
public ref class WebsiteConfiguration
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| WebsiteConfiguration()()()() | Initializes a new instance of the WebsiteConfiguration class | |
| Equals(Object) | (Inherited from Object.) | |
| ErrorDocument |
Gets and sets the ErrorDocument property.
The object key name to use when a 4XX class error occurs
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexDocumentSuffix |
Gets and sets the IndexDocumentSuffix property.
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.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithErrorDocument(String) |
Sets the ErrorDocument property for this request.
The object key name to use when a 4XX class error occurs
| |
| WithIndexDocumentSuffix(String) |
Sets the IndexDocumentSuffix property for this request.
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.
|