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

UpdateSensitivityInspectionTemplateRequest

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

§Properties

§
description?: string | null
[src]

A custom description of the template. The description can contain as many as 200 characters.

§

The managed data identifiers to explicitly exclude (not use) when analyzing data.

To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.

§
id: string
[src]

The unique identifier for the Amazon Macie resource that the request applies to.

§

The allow lists, custom data identifiers, and managed data identifiers to include (use) when analyzing data.