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

AddProfileKeyRequest

import type { AddProfileKeyRequest } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface AddProfileKeyRequest {
DomainName: string;
KeyName: string;
ProfileId: string;
Values: string[];
}

§Properties

§
DomainName: string
[src]

The unique name of the domain.

§
KeyName: string
[src]

A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.

§
ProfileId: string
[src]

The unique identifier of a customer profile.

§
Values: string[]
[src]

A list of key values.