Amazon S3 · Schema

PutTableBucketMaintenanceConfigurationRequest

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
type string The type of maintenance configuration.
value object
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-put-table-bucket-maintenance-configuration-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PutTableBucketMaintenanceConfigurationRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of maintenance configuration."
    },
    "value": {
      "type": "object"
    }
  }
}