AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the AddProfileKey operation. Associates a new key value with a specific profile, such as a Contact Record ContactId.

A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CustomerProfiles.AmazonCustomerProfilesRequest
      Amazon.CustomerProfiles.Model.AddProfileKeyRequest

Namespace: Amazon.CustomerProfiles.Model
Assembly: AWSSDK.CustomerProfiles.dll
Version: 3.x.y.z

Syntax

C#
public class AddProfileKeyRequest : AmazonCustomerProfilesRequest
         IAmazonWebServiceRequest

The AddProfileKeyRequest type exposes the following members

Constructors

NameDescription
Public Method AddProfileKeyRequest()

Properties

NameTypeDescription
Public Property DomainName System.String

Gets and sets the property DomainName.

The unique name of the domain.

Public Property KeyName System.String

Gets and sets the property KeyName.

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.

Public Property ProfileId System.String

Gets and sets the property ProfileId.

The unique identifier of a customer profile.

Public Property Values System.Collections.Generic.List<System.String>

Gets and sets the property Values.

A list of key values.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5