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

GetCustomEntityTypeResponse

import type { GetCustomEntityTypeResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetCustomEntityTypeResponse {
ContextWords?: string[] | null;
Name?: string | null;
RegexString?: string | null;
}

§Properties

§
ContextWords?: string[] | null
[src]

A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

§
Name?: string | null
[src]

The name of the custom pattern that you retrieved.

§
RegexString?: string | null
[src]

A regular expression string that is used for detecting sensitive data in a custom pattern.