GetBucketWebsiteOutput
public struct GetBucketWebsiteOutput : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The object key name of the website error document to use for 4XX class errors.
Declaration
Swift
public let errorDocument: ErrorDocument? - 
                  
                  
The name of the index document for the website (for example index.html).
Declaration
Swift
public let indexDocument: IndexDocument? - 
                  
                  
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
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) 
View on GitHub
        GetBucketWebsiteOutput Structure Reference