Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it
Source:R/entityresolution_operations.R
entityresolution_create_id_namespace.RdCreates 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.
See https://www.paws-r-sdk.com/docs/entityresolution_create_id_namespace/ for full documentation.
Usage
entityresolution_create_id_namespace(
idNamespaceName,
description = NULL,
inputSourceConfig = NULL,
idMappingWorkflowProperties = NULL,
type,
roleArn = NULL,
tags = NULL
)Arguments
- idNamespaceName
[required] The name of the ID namespace.
- description
The description of the ID namespace.
- inputSourceConfig
A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- idMappingWorkflowProperties
Determines the properties of
IdMappingWorflowwhere thisIdNamespacecan be used as aSourceor aTarget.- type
[required] The type of ID namespace. There are two types:
SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to.- roleArn
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this
IdNamespaceon your behalf as part of the workflow run.The tags used to organize, track, or control access for this resource.