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

UpdateAllowListRequest

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

§Properties

§

The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).

You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.

§
description?: string | null
[src]

A custom description of the allow list. The description can contain as many as 512 characters.

§
id: string
[src]

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

§
name: string
[src]

A custom name for the allow list. The name can contain as many as 128 characters.