interface FieldMapProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.CfnObjectType.FieldMapProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnObjectType_FieldMapProperty |
![]() | software.amazon.awscdk.services.customerprofiles.CfnObjectType.FieldMapProperty |
![]() | aws_cdk.aws_customerprofiles.CfnObjectType.FieldMapProperty |
![]() | 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
Name | Type | Description |
---|---|---|
name? | string | Name of the field. |
object | IResolvable | Object | Represents a field in a ProfileObjectType. |
name?
Type:
string
(optional)
Name of the field.
objectTypeField?
Type:
IResolvable
|
Object
(optional)
Represents a field in a ProfileObjectType.