Amazon S3 API · Schema

RoutingRule

Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see Configuring advanced conditional redirects in the Amazon S3 User Guide.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Condition object
Redirect object
View JSON Schema on GitHub

JSON Schema

s3-routingrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RoutingRule",
  "type": "object",
  "properties": {
    "Condition": {},
    "Redirect": {}
  },
  "required": [
    "Redirect"
  ],
  "description": "Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html#advanced-conditional-redirects\">Configuring advanced conditional redirects</a> in the <i>Amazon S3 User Guide</i>."
}