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

.NET
Go
Java
Python
TypeScript