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

BatchGetCustomDataIdentifierSummary

import type { BatchGetCustomDataIdentifierSummary } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about a custom data identifier.

interface BatchGetCustomDataIdentifierSummary {
arn?: string | null;
createdAt?: Date | number | null;
deleted?: boolean | null;
description?: string | null;
id?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the custom data identifier.

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

The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

§
deleted?: boolean | null
[src]

Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.

§
description?: string | null
[src]

The custom description of the custom data identifier.

§
id?: string | null
[src]

The unique identifier for the custom data identifier.

§
name?: string | null
[src]

The custom name of the custom data identifier.