Learn R Programming

paws.analytics (version 0.7.0)

entityresolution_update_id_namespace: Updates an existing ID namespace

Description

Updates an existing ID namespace.

See https://www.paws-r-sdk.com/docs/entityresolution_update_id_namespace/ for full documentation.

Usage

entityresolution_update_id_namespace(
  description = NULL,
  idMappingWorkflowProperties = NULL,
  idNamespaceName,
  inputSourceConfig = NULL,
  roleArn = NULL
)

Arguments

description

The description of the ID namespace.

idMappingWorkflowProperties

Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.

idNamespaceName

[required] The name of the ID namespace.

inputSourceConfig

A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

roleArn

The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of a workflow run.