paws.storage (version 0.1.0)

storagegateway_describe_chap_credentials: Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair

Description

Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair.

Usage

storagegateway_describe_chap_credentials(TargetARN)

Arguments

TargetARN

[required] The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

Request syntax

svc$describe_chap_credentials(
  TargetARN = "string"
)

Examples

Run this code
# NOT RUN {
# Returns an array of Challenge-Handshake Authentication Protocol (CHAP)
# credentials information for a specified iSCSI target, one for each
# target-initiator pair.
# }
# NOT RUN {
svc$describe_chap_credentials(
  TargetARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace