aws-cdk-lib.aws_customerprofiles.CfnObjectType.KeyMapProperty

interface KeyMapProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnObjectType.KeyMapProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnObjectType_KeyMapProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnObjectType.KeyMapProperty
Pythonaws_cdk.aws_customerprofiles.CfnObjectType.KeyMapProperty
TypeScript aws-cdk-lib » aws_customerprofiles » CfnObjectType » KeyMapProperty

A unique key map that can be used to map data to the profile.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const keyMapProperty: customerprofiles.CfnObjectType.KeyMapProperty = {
  name: 'name',
  objectTypeKeyList: [{
    fieldNames: ['fieldNames'],
    standardIdentifiers: ['standardIdentifiers'],
  }],
};

Properties

NameTypeDescription
name?stringName of the key.
objectTypeKeyList?IResolvable | IResolvable | ObjectTypeKeyProperty[]A list of ObjectTypeKey.

name?

Type: string (optional)

Name of the key.


objectTypeKeyList?

Type: IResolvable | IResolvable | ObjectTypeKeyProperty[] (optional)

A list of ObjectTypeKey.