DescribeChapCredentialsInput

A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
TargetARN object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-describe-chap-credentials-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-describe-chap-credentials-input-schema.json",
  "title": "DescribeChapCredentialsInput",
  "description": "A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.",
  "type": "object",
  "properties": {
    "TargetARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for specified VolumeARN."
        }
      ]
    }
  },
  "required": [
    "TargetARN"
  ]
}