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

GetSensitivityInspectionTemplateResponse

import type { GetSensitivityInspectionTemplateResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetSensitivityInspectionTemplateResponse {
description?: string | null;
name?: string | null;
sensitivityInspectionTemplateId?: string | null;
}

§Properties

§
description?: string | null
[src]

The custom description of the template.

§

The managed data identifiers that are explicitly excluded (not used) when analyzing data.

§

The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data.

§
name?: string | null
[src]

The name of the template: automated-sensitive-data-discovery.

§
sensitivityInspectionTemplateId?: string | null
[src]

The unique identifier for the template.