Skip to content

List Volume Initiators

storagegateway_list_volume_initiators R Documentation

Lists iSCSI initiators that are connected to a volume

Description

Lists iSCSI initiators that are connected to a volume. You can use this operation to determine whether a volume is being used or not. This operation is only supported in the cached volume and stored volume gateway types.

Usage

storagegateway_list_volume_initiators(VolumeARN)

Arguments

VolumeARN

[required] The Amazon Resource Name (ARN) of the volume. Use the list_volumes operation to return a list of gateway volumes for the gateway.

Value

A list with the following syntax:

list(
  Initiators = list(
    "string"
  )
)

Request syntax

svc$list_volume_initiators(
  VolumeARN = "string"
)