Updates the automatic tape creation policy of a gateway
Source:R/storagegateway_operations.R
storagegateway_update_automatic_tape_creation_policy.RdUpdates 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] The Amazon Resource Name (ARN) of the gateway. Use the
list_gatewaysoperation to return a list of gateways for your account and Amazon Web Services Region.