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

GetAllowListResponse

import type { GetAllowListResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetAllowListResponse {
arn?: string | null;
createdAt?: Date | number | null;
criteria?: AllowListCriteria | null;
description?: string | null;
id?: string | null;
name?: string | null;
status?: AllowListStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
updatedAt?: Date | number | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the allow list.

§
createdAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.

§
criteria?: AllowListCriteria | null
[src]

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]

The custom description of the allow list.

§
id?: string | null
[src]

The unique identifier for the allow list.

§
name?: string | null
[src]

The custom name of the allow list.

§
status?: AllowListStatus | null
[src]

The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.

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

A map of key-value pairs that specifies which tags (keys and values) are associated with the allow list.

§
updatedAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.