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.
storagegateway_update_automatic_tape_creation_policy(
AutomaticTapeCreationRules, GatewayARN)
[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.
[required]
svc$update_automatic_tape_creation_policy( AutomaticTapeCreationRules = list( list( TapeBarcodePrefix = "string", PoolId = "string", TapeSizeInBytes = 123, MinimumNumTapes = 123 ) ), GatewayARN = "string" )
By default, there is no automatic tape creation policy.
A gateway can have only one automatic tape creation policy.