Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AutomaticTapeCreationPolicyInfo

import type { AutomaticTapeCreationPolicyInfo } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

Information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.

interface AutomaticTapeCreationPolicyInfo {
AutomaticTapeCreationRules?: AutomaticTapeCreationRule[] | null;
GatewayARN?: string | null;
}

§Properties

§
AutomaticTapeCreationRules?: AutomaticTapeCreationRule[] | null
[src]

An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.

§
GatewayARN?: string | null
[src]