Amazon S3 API · Schema

GetBucketWebsiteOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
RedirectAllRequestsTo object
IndexDocument object
ErrorDocument object
RoutingRules object
View JSON Schema on GitHub

JSON Schema

s3-getbucketwebsiteoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetBucketWebsiteOutput",
  "type": "object",
  "properties": {
    "RedirectAllRequestsTo": {},
    "IndexDocument": {},
    "ErrorDocument": {},
    "RoutingRules": {}
  }
}