Description Usage Arguments Value Request syntax Examples
View source: R/storagegateway_operations.R
Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair. This operation is supported in the volume and tape gateway types.
1 | storagegateway_describe_chap_credentials(TargetARN)
|
TargetARN |
[required] The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
|
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 |
1 2 3 | svc$describe_chap_credentials(
TargetARN = "string"
)
|
1 2 3 4 5 6 7 8 9 | ## Not run:
# Returns an array of Challenge-Handshake Authentication Protocol (CHAP)
# credentials information for a specified iSCSI target, one for each
# target-initiator pair.
svc$describe_chap_credentials(
TargetARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12..."
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.