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

MatchingRequest

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

The flag that enables the matching process of duplicate profiles.

interface MatchingRequest {
AutoMerging?: AutoMerging | null;
Enabled: boolean;
ExportingConfig?: ExportingConfig | null;
JobSchedule?: JobSchedule | null;
}

§Properties

§
AutoMerging?: AutoMerging | null
[src]

Configuration information about the auto-merging process.

§
Enabled: boolean
[src]

The flag that enables the matching process of duplicate profiles.

§
ExportingConfig?: ExportingConfig | null
[src]

Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

§
JobSchedule?: JobSchedule | null
[src]

The day and time when do you want to start the Identity Resolution Job every week.