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

CustomDataIdentifierSummary

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

Provides information about a custom data identifier.

interface CustomDataIdentifierSummary {
arn?: string | null;
createdAt?: Date | number | 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.

§
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.