Learn R Programming

paws.analytics (version 0.7.0)

entityresolution_create_id_namespace: Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it

Description

Creates 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 update_id_namespace API.

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

Usage

entityresolution_create_id_namespace(
  description = NULL,
  idMappingWorkflowProperties = NULL,
  idNamespaceName,
  inputSourceConfig = NULL,
  roleArn = NULL,
  tags = NULL,
  type
)

Arguments

description

The description of the ID namespace.

idMappingWorkflowProperties

Determines the properties of IdMappingWorflow 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 the workflow run.

tags

The tags used to organize, track, or control access for this resource.

type

[required] The 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 to which all sourceIds will resolve to.