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

RetentionPolicy

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

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

interface RetentionPolicy {
HomeEfsFileSystem?: RetentionType | null;
}

§Properties

§
HomeEfsFileSystem?: RetentionType | null
[src]

The default is Retain, which specifies to keep the data stored on the EFS volume.

Specify Delete to delete the data stored on the EFS volume.