interface CustomerProfilesIntegrationConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution.CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsentityresolution#CfnMatchingWorkflowPropsMixin_CustomerProfilesIntegrationConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_entityresolution.CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_entityresolution » CfnMatchingWorkflowPropsMixin » 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/cfn-property-mixins';
const customerProfilesIntegrationConfigProperty: entityresolution.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