aws-cdk-lib.aws_customerprofiles.CfnIntegration.TaskPropertiesMapProperty

interface TaskPropertiesMapProperty

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

A map used to store task-related information.

The execution service looks for particular information based on the TaskType .

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 taskPropertiesMapProperty: customerprofiles.CfnIntegration.TaskPropertiesMapProperty = {
  operatorPropertyKey: 'operatorPropertyKey',
  property: 'property',
};

Properties

NameTypeDescription
operatorPropertyKeystringThe task property key.
propertystringThe task property value.

operatorPropertyKey

Type: string

The task property key.


property

Type: string

The task property value.