aws-cdk-lib.aws_customerprofiles.CfnObjectType.FieldMapProperty

interface FieldMapProperty

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

A map of the name and ObjectType field.

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 fieldMapProperty: customerprofiles.CfnObjectType.FieldMapProperty = {
  name: 'name',
  objectTypeField: {
    contentType: 'contentType',
    source: 'source',
    target: 'target',
  },
};

Properties

NameTypeDescription
name?stringName of the field.
objectTypeField?IResolvable | ObjectTypeFieldPropertyRepresents a field in a ProfileObjectType.

name?

Type: string (optional)

Name of the field.


objectTypeField?

Type: IResolvable | ObjectTypeFieldProperty (optional)

Represents a field in a ProfileObjectType.