

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EntityResolution::MatchingWorkflow CustomerProfilesIntegrationConfig
<a name="aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig"></a>

<a name="aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig-description"></a>The `CustomerProfilesIntegrationConfig` property type specifies Property description not available. for an [AWS::EntityResolution::MatchingWorkflow](aws-resource-entityresolution-matchingworkflow.md).

## Syntax
<a name="aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig-syntax.json"></a>

```
{
  "[DomainArn](#cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-domainarn)" : {{String}},
  "[ObjectTypeArn](#cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-objecttypearn)" : {{String}}
}
```

### YAML
<a name="aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig-syntax.yaml"></a>

```
  [DomainArn](#cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-domainarn): {{String}}
  [ObjectTypeArn](#cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-objecttypearn): {{String}}
```

## Properties
<a name="aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig-properties"></a>

`DomainArn`  <a name="cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-domainarn"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:(aws|aws-us-gov|aws-cn):profile:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(domains/[a-zA-Z_0-9-]{1,255})$`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ObjectTypeArn`  <a name="cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-objecttypearn"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:(aws|aws-us-gov|aws-cn):profile:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(domains/[a-zA-Z_0-9-]{1,255}/object-types/[a-zA-Z_0-9-]{1,255})$`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)