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

DeleteDomainRequest

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

§Properties

§
DomainId: string
[src]

The domain ID.

§
RetentionPolicy?: RetentionPolicy | null
[src]

The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted).