WebsiteConfiguration class
Specifies website configuration parameters for an Amazon S3 bucket.
Constructors
-
WebsiteConfiguration({ErrorDocument? errorDocument, IndexDocument? indexDocument, RedirectAllRequestsTo? redirectAllRequestsTo, List<
RoutingRule> ? routingRules})
Properties
- errorDocument → ErrorDocument?
-
The name of the error document for the website.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexDocument → IndexDocument?
-
The name of the index document for the website.
final
- redirectAllRequestsTo → RedirectAllRequestsTo?
-
The redirect behavior for every request to this bucket's website endpoint.
final
-
routingRules
→ List<
RoutingRule> ? -
Rules that define when a redirect is applied and the redirect behavior.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited