AWSS3GetBucketWebsiteOutput
Objective-C
@interface AWSS3GetBucketWebsiteOutput
Swift
class AWSS3GetBucketWebsiteOutput
-
The object key name of the website error document to use for 4XX class errors.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3ErrorDocument *_Nullable errorDocument;
Swift
var errorDocument: AWSS3ErrorDocument? { get set }
-
The name of the index document for the website (for example
index.html
).Declaration
Objective-C
@property (nonatomic, strong) AWSS3IndexDocument *_Nullable indexDocument;
Swift
var indexDocument: AWSS3IndexDocument? { get set }
-
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3RedirectAllRequestsTo *_Nullable redirectAllRequestsTo;
Swift
var redirectAllRequestsTo: AWSS3RedirectAllRequestsTo? { get set }
-
Rules that define when a redirect is applied and the redirect behavior.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSS3RoutingRule *> *_Nullable routingRules;
Swift
var routingRules: [AWSS3RoutingRule]? { get set }