interface ObjectTypeMappingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.CfnIntegration.ObjectTypeMappingProperty |
![]() | software.amazon.awscdk.services.customerprofiles.CfnIntegration.ObjectTypeMappingProperty |
![]() | aws_cdk.aws_customerprofiles.CfnIntegration.ObjectTypeMappingProperty |
![]() | @aws-cdk/aws-customerprofiles » CfnIntegration » ObjectTypeMappingProperty |
A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName
(template) used to ingest the event.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as customerprofiles from '@aws-cdk/aws-customerprofiles';
const objectTypeMappingProperty: customerprofiles.CfnIntegration.ObjectTypeMappingProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
key
Type:
string
The key.
value
Type:
string
The value.