UpdateChapCredentialsOutput

A JSON object containing the following fields:

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
TargetARN object
InitiatorName object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-update-chap-credentials-output-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-update-chap-credentials-output-schema.json",
  "title": "UpdateChapCredentialsOutput",
  "description": "A JSON object containing the following fields:",
  "type": "object",
  "properties": {
    "TargetARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the target. This is the same target specified in the request."
        }
      ]
    },
    "InitiatorName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IqnName"
        },
        {
          "description": "The iSCSI initiator that connects to the target. This is the same initiator name specified in the request."
        }
      ]
    }
  }
}