storagegateway_update_automatic_tape_creation_policy {paws.storage} | R Documentation |
Updates the automatic tape creation policy of a gateway
Description
Updates the automatic tape creation policy of a gateway. Use this to update the policy with a new set of automatic tape creation rules. This is only supported for tape gateways.
See https://www.paws-r-sdk.com/docs/storagegateway_update_automatic_tape_creation_policy/ for full documentation.
Usage
storagegateway_update_automatic_tape_creation_policy(
AutomaticTapeCreationRules,
GatewayARN
)
Arguments
AutomaticTapeCreationRules |
[required] An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes. |
GatewayARN |
[required] |
[Package paws.storage version 0.6.0 Index]