interface CustomerProfilesIntegrationConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EntityResolution.CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#CfnMatchingWorkflow_CustomerProfilesIntegrationConfigProperty |
Java | software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty |
Python | aws_cdk.aws_entityresolution.CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty |
TypeScript | aws-cdk-lib » aws_entityresolution » CfnMatchingWorkflow » CustomerProfilesIntegrationConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_entityresolution as entityresolution } from 'aws-cdk-lib';
const customerProfilesIntegrationConfigProperty: entityresolution.CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty = {
domainArn: 'domainArn',
objectTypeArn: 'objectTypeArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | |
| object | string |
domainArn
Type:
string
objectTypeArn
Type:
string

.NET
Go
Java
Python
TypeScript