DeleteTapeArchiveInput

DeleteTapeArchiveInput

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
TapeARN object
BypassGovernanceRetention object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-delete-tape-archive-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-delete-tape-archive-input-schema.json",
  "title": "DeleteTapeArchiveInput",
  "description": "DeleteTapeArchiveInput",
  "type": "object",
  "properties": {
    "TapeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TapeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS)."
        }
      ]
    },
    "BypassGovernanceRetention": {
      "allOf": [
        {
          "$ref": "#/components/schemas/boolean"
        },
        {
          "description": "Set to <code>TRUE</code> to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to <code>governance</code> can be deleted. Archived tapes with tape retention lock set to <code>compliance</code> can't be deleted."
        }
      ]
    }
  },
  "required": [
    "TapeARN"
  ]
}