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

MatchingResponse

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

The flag that enables the matching process of duplicate profiles.

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

§Properties

§
AutoMerging?: AutoMerging | null
[src]

Configuration information about the auto-merging process.

§
Enabled?: boolean | null
[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.