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

CreateAllowListRequest

import type { CreateAllowListRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface CreateAllowListRequest {
clientToken: string;
description?: string | null;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken: string
[src]

A unique, case-sensitive token that you provide to ensure the idempotency of the request.

§

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 (regex) that defines a text pattern to ignore.

§
description?: string | null
[src]

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

§
name: string
[src]

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

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of key-value pairs that specifies the tags to associate with the allow list.

An allow list can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.