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

ApiCache

import type { ApiCache } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";
interface ApiCache {
apiCachingBehavior?: ApiCachingBehavior | null;
atRestEncryptionEnabled?: boolean | null;
status?: ApiCacheStatus | null;
transitEncryptionEnabled?: boolean | null;
ttl?: number | null;
type?: ApiCacheType | null;
}

§Properties

§
apiCachingBehavior?: ApiCachingBehavior | null
[src]
§
atRestEncryptionEnabled?: boolean | null
[src]
§
status?: ApiCacheStatus | null
[src]
§
transitEncryptionEnabled?: boolean | null
[src]
§
ttl?: number | null
[src]
§
type?: ApiCacheType | null
[src]