Skip to main content

volume_initiators

Creates, updates, deletes, gets or lists a volume_initiators resource.

Overview

Namevolume_initiators
TypeResource
Idaws.storagegateway.volume_initiators

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
initiatorstringThe host names and port numbers of all iSCSI initiators that are connected to the gateway.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_volume_initiatorsselectregionLists 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
initiator
FROM aws.storagegateway.volume_initiators
WHERE region = '{{ region }}' -- required
;