Amazon S3 · Schema

VersioningConfiguration

Container for setting the versioning state.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Status string The versioning state of the bucket.
MFADelete string Specifies whether MFA delete is enabled in the bucket versioning configuration.
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-versioning-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VersioningConfiguration",
  "type": "object",
  "description": "Container for setting the versioning state.",
  "properties": {
    "Status": {
      "type": "string",
      "description": "The versioning state of the bucket."
    },
    "MFADelete": {
      "type": "string",
      "description": "Specifies whether MFA delete is enabled in the bucket versioning configuration."
    }
  }
}