Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Delete Tape Archive Input Structure

DeleteTapeArchiveInput

Type: object Properties: 2 Required: 1
BackupFile StorageGatewayHybrid CloudStorage

DeleteTapeArchiveInput is a JSON Structure definition published by Amazon Storage Gateway, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TapeARN BypassGovernanceRetention

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-delete-tape-archive-input-structure.json",
  "name": "DeleteTapeArchiveInput",
  "description": "DeleteTapeArchiveInput",
  "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"
  ]
}