customerprofiles_put_profile_object_type: Defines a ProfileObjectType

View source: R/customerprofiles_operations.R

customerprofiles_put_profile_object_typeR Documentation

Defines a ProfileObjectType

Description

Defines a ProfileObjectType.

See https://www.paws-r-sdk.com/docs/customerprofiles_put_profile_object_type/ for full documentation.

Usage

customerprofiles_put_profile_object_type(
  DomainName,
  ObjectTypeName,
  Description,
  TemplateId = NULL,
  ExpirationDays = NULL,
  EncryptionKey = NULL,
  AllowProfileCreation = NULL,
  SourceLastUpdatedTimestampFormat = NULL,
  Fields = NULL,
  Keys = NULL,
  Tags = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

ObjectTypeName

[required] The name of the profile object type.

Description

[required] Description of the profile object type.

TemplateId

A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return a BadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return a BadRequestException.

ExpirationDays

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

EncryptionKey

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

AllowProfileCreation

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.

SourceLastUpdatedTimestampFormat

The format of your sourceLastUpdatedTimestamp that was previously set up.

Fields

A map of the name and ObjectType field.

Keys

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

Tags

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


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.