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

GetProfileObjectTypeResponse

import type { GetProfileObjectTypeResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface GetProfileObjectTypeResponse {
AllowProfileCreation?: boolean | null;
CreatedAt?: Date | number | null;
Description: string;
EncryptionKey?: string | null;
ExpirationDays?: number | null;
Fields?: {
[key: string]: ObjectTypeField | null | undefined;
}
| null;
Keys?: {
[key: string]: ObjectTypeKey[] | null | undefined;
}
| null;
LastUpdatedAt?: Date | number | null;
ObjectTypeName: string;
SourceLastUpdatedTimestampFormat?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TemplateId?: string | null;
}

§Properties

§
AllowProfileCreation?: boolean | null
[src]

Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile.

§
CreatedAt?: Date | number | null
[src]

The timestamp of when the domain was created.

§
Description: string
[src]

The description of the profile object type.

§
EncryptionKey?: string | null
[src]

The customer-provided key to encrypt the profile object that will be created in this profile object type.

§
ExpirationDays?: number | null
[src]

The number of days until the data in the object expires.

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

A map of the name and ObjectType field.

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

A list of unique keys that can be used to map data to the profile.

§
LastUpdatedAt?: Date | number | null
[src]

The timestamp of when the domain was most recently edited.

§
ObjectTypeName: string
[src]

The name of the profile object type.

§
SourceLastUpdatedTimestampFormat?: string | null
[src]

The format of your sourceLastUpdatedTimestamp that was previously set up.

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

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

§
TemplateId?: string | null
[src]

A unique identifier for the object template.