WebsiteConfiguration
public struct WebsiteConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the error document for the website.
Declaration
Swift
public let errorDocument: ErrorDocument?
-
The name of the index document for the website.
Declaration
Swift
public let indexDocument: IndexDocument?
-
The redirect behavior for every request to this bucket’s website endpoint. If you specify this property, you can’t specify any other property.
Declaration
Swift
public let redirectAllRequestsTo: RedirectAllRequestsTo?
-
Rules that define when a redirect is applied and the redirect behavior.
Declaration
Swift
public let routingRules: [RoutingRule]?
-
Undocumented
Declaration
Swift
public init(errorDocument: ErrorDocument? = nil, indexDocument: IndexDocument? = nil, redirectAllRequestsTo: RedirectAllRequestsTo? = nil, routingRules: [RoutingRule]? = nil)
-
Declaration
Swift
public func validate(name: String) throws