List Automatic Tape Creation Policies
storagegateway_list_automatic_tape_creation_policies | R Documentation |
Lists the automatic tape creation policies for a gateway¶
Description¶
Lists the automatic tape creation policies for a gateway. If there are no automatic tape creation policies for the gateway, it returns an empty list.
This operation is only supported for tape gateways.
Usage¶
Arguments¶
GatewayARN
Value¶
A list with the following syntax:
list(
AutomaticTapeCreationPolicyInfos = list(
list(
AutomaticTapeCreationRules = list(
list(
TapeBarcodePrefix = "string",
PoolId = "string",
TapeSizeInBytes = 123,
MinimumNumTapes = 123,
Worm = TRUE|FALSE
)
),
GatewayARN = "string"
)
)
)