Skip to content

Delete Automatic Tape Creation Policy

storagegateway_delete_automatic_tape_creation_policy R Documentation

Deletes the automatic tape creation policy of a gateway

Description

Deletes the automatic tape creation policy of a gateway. If you delete this policy, new virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway in your request to remove the policy.

Usage

storagegateway_delete_automatic_tape_creation_policy(GatewayARN)

Arguments

GatewayARN

[required]

Value

A list with the following syntax:

list(
  GatewayARN = "string"
)

Request syntax

svc$delete_automatic_tape_creation_policy(
  GatewayARN = "string"
)