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

CreateDomainResponse

import type { CreateDomainResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface CreateDomainResponse {
CreatedAt: Date | number;
DeadLetterQueueUrl?: string | null;
DefaultEncryptionKey?: string | null;
DefaultExpirationDays: number;
DomainName: string;
LastUpdatedAt: Date | number;
Matching?: MatchingResponse | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CreatedAt: Date | number
[src]

The timestamp of when the domain was created.

§
DeadLetterQueueUrl?: string | null
[src]

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.

§
DefaultEncryptionKey?: string | null
[src]

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.

§
DefaultExpirationDays: number
[src]

The default number of days until the data within the domain expires.

§
DomainName: string
[src]

The unique name of the domain.

§
LastUpdatedAt: Date | number
[src]

The timestamp of when the domain was most recently edited.

§
Matching?: MatchingResponse | null
[src]

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.