Updates an existing ID namespace
Source:R/entityresolution_operations.R
entityresolution_update_id_namespace.RdUpdates an existing ID namespace.
See https://www.paws-r-sdk.com/docs/entityresolution_update_id_namespace/ for full documentation.
Usage
entityresolution_update_id_namespace(
idNamespaceName,
description = NULL,
inputSourceConfig = NULL,
idMappingWorkflowProperties = NULL,
roleArn = 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
IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.- 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 a workflow run.