

Die vorliegende Übersetzung wurde maschinell erstellt. Im Falle eines Konflikts oder eines Widerspruchs zwischen dieser übersetzten Fassung und der englischen Fassung (einschließlich infolge von Verzögerungen bei der Übersetzung) ist die englische Fassung maßgeblich.

# Erstellen Sie AWS Entity Resolution-Ressourcen mit AWS CloudFormation
<a name="creating-resources-with-cloudformation"></a>

AWS Entity Resolution ist in einen Service integriert AWS CloudFormation, der Sie bei der Modellierung und Einrichtung Ihrer AWS Ressourcen unterstützt, sodass Sie weniger Zeit mit der Erstellung und Verwaltung Ihrer Ressourcen und Infrastruktur verbringen müssen. Sie erstellen eine Vorlage, die alle gewünschten AWS Ressourcen beschreibt (z. B. AWS::EntityResolution::MatchingWorkflow, AWS::EntityResolution::SchemaMapping, AWS::EntityResolution:IdMappingWorkflow, AWS::EntityResolution::IdNamespace und AWS::EntityResolution::PolicyStatement) und diese Ressourcen für Sie CloudFormation bereitstellt und konfiguriert. 

Wenn Sie sie verwenden CloudFormation, können Sie Ihre Vorlage wiederverwenden, um Ihre AWS Entity Resolution-Ressourcen konsistent und wiederholt einzurichten. Beschreiben Sie Ihre Ressourcen einmal und stellen Sie dann dieselben Ressourcen immer wieder in mehreren AWS-Konten Regionen bereit. 

## AWS-Entitätsauflösung und CloudFormation Vorlagen
<a name="working-with-templates"></a>

Um Ressourcen für AWS Entity Resolution und verwandte Services bereitzustellen und zu konfigurieren, müssen Sie [CloudFormation Vorlagen](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-guide.html) verstehen. Vorlagen sind formatierte Textdateien in JSON oder YAML. Diese Vorlagen beschreiben die Ressourcen, die Sie in Ihren CloudFormation Stacks bereitstellen möchten. Wenn Sie mit JSON oder YAML nicht vertraut sind, können Sie CloudFormation Designer verwenden, um Ihnen die ersten Schritte mit Vorlagen zu erleichtern. CloudFormation Weitere Informationen finden Sie unter [Was ist CloudFormation -Designer?](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/working-with-templates-cfn-designer.html) im *AWS CloudFormation -Benutzerhandbuch*.

AWS Entity Resolution unterstützt das Erstellen AWS::EntityResolution::MatchingWorkflow, AWS::EntityResolution::SchemaMapping, AWS::EntityResolution:IdMappingWorkflow, AWS::EntityResolution::IdNamespace und AWS::EntityResolution::PolicyStatement Eingeben CloudFormation. Weitere Informationen, einschließlich Beispielen für JSON- und YAML-Vorlagen für AWS::EntityResolution::MatchingWorkflow, AWS::EntityResolution::SchemaMapping, AWS::EntityResolution:IdMappingWorkflow, AWS::EntityResolution::IdNamespace und AWS::EntityResolution::PolicyStatement, finden Sie in der [AWS-Referenz zum Ressourcentyp „AWS Entity Resolution](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_EntityResolution.html)“ im *AWS CloudFormation Benutzerhandbuch*.

Die folgenden Vorlagen sind verfügbar:
+ *Passender Arbeitsablauf*

  Erstellen Sie ein `MatchingWorkflow` Objekt, das die Konfiguration des auszuführenden Datenverarbeitungsjobs speichert.

  Weitere Informationen finden Sie unter den folgenden Themen:

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html) im *CloudFormation -Benutzerhandbuch*

  [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateMatchingWorkflow.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateMatchingWorkflow.html) in der *AWS Entity Resolution -API-Referenz*
+ *Schemazuordnung*

  Erstellen Sie eine Schemazuordnung, die das Schema der Eingabetabelle mit Kundendatensätzen definiert.

  Weitere Informationen finden Sie unter den folgenden Themen:

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html) im *CloudFormation -Benutzerhandbuch*

  [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateSchemaMapping.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateSchemaMapping.html) in der *AWS Entity Resolution -API-Referenz*
+ *Arbeitsablauf für die ID-Zuordnung*

  Erstellen Sie ein `IdMappingWorkflow` Objekt, das die Konfiguration des auszuführenden Datenverarbeitungsauftrags speichert.

  Weitere Informationen finden Sie unter den folgenden Themen:

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html) im *CloudFormation -Benutzerhandbuch*

  [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdMappingWorkflow.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdMappingWorkflow.html) in der *AWS Entity Resolution -API-Referenz*
+ *ID-Namespace*

  Erstellen Sie ein `IdNamespace` Objekt, das die Metadaten speichert, in denen der Datensatz und seine Verwendung erklärt werden.

  Weitere Informationen finden Sie unter den folgenden Themen:

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html) im *CloudFormation -Benutzerhandbuch*

  [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdNamespace.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_CreateIdNamespace.html) in der *AWS Entity Resolution -API-Referenz*
+ *PolicyStatement*

  Erstellen Sie ein `PolicyStatement`-Objekt.

  Weitere Informationen finden Sie unter den folgenden Themen:

  [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-policystatement.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-policystatement.html) im *CloudFormation -Benutzerhandbuch*

  [https://docs.aws.amazon.com/entityresolution/latest/apireference/API_AddPolicyStatement.html](https://docs.aws.amazon.com/entityresolution/latest/apireference/API_AddPolicyStatement.html) in der *AWS Entity Resolution -API-Referenz*

## Erfahren Sie mehr über CloudFormation
<a name="learn-more-cloudformation"></a>

Weitere Informationen CloudFormation dazu finden Sie in den folgenden Ressourcen:
+ [AWS CloudFormation](https://aws.amazon.com/cloudformation/)
+ [AWS CloudFormation Benutzerhandbuch](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html)
+ [CloudFormation API Referenz](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html)
+ [AWS CloudFormation Benutzerhandbuch für die Befehlszeilenschnittstelle](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html)