aws-cdk-lib.aws_customerprofiles.CfnIntegration.ObjectTypeMappingProperty

interface ObjectTypeMappingProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnIntegration.ObjectTypeMappingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnIntegration_ObjectTypeMappingProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnIntegration.ObjectTypeMappingProperty
Pythonaws_cdk.aws_customerprofiles.CfnIntegration.ObjectTypeMappingProperty
TypeScript aws-cdk-lib » 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 { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const objectTypeMappingProperty: customerprofiles.CfnIntegration.ObjectTypeMappingProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe key.
valuestringThe value.

key

Type: string

The key.


value

Type: string

The value.