AWS::EntityResolution::IdNamespaceCreates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.
import { CfnIdNamespace } from 'aws-cdk-lib/aws-entityresolution';Or use the module namespace:
import * as entityresolution from 'aws-cdk-lib/aws-entityresolution';
// entityresolution.CfnIdNamespaceConfiguration passed to the constructor as CfnIdNamespaceProps.
idNamespaceNameRequiredstringThe name of the ID namespace.
typeRequiredstringThe type of ID namespace. There are two types: `SOURCE` and `TARGET` . The `SOURCE` contains configurations for `sourceId` data that will be processed in an ID mapping workflow. The `TARGET` contains a configuration of `targetId` which all `sourceIds` will resolve to.
descriptionOptionalstringThe description of the ID namespace.
idMappingWorkflowPropertiesOptionalIResolvable | IResolvable | IdNamespaceIdMappingWorkflowPropertiesProperty[]Determines the properties of `IdMappingWorflow` where this `IdNamespace` can be used as a `Source` or a `Target` .
inputSourceConfigOptionalIResolvable | IResolvable | IdNamespaceInputSourceProperty[]A list of `InputSource` objects, which have the fields `InputSourceARN` and `SchemaName` .
roleArnOptionalstringThe Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this `IdNamespace` on your behalf as part of the workflow run.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-entityresolutionAWS::EntityResolution::IdNamespace