v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438244196.2 KB

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 UpdateIdNamespace API.

post/idnamespaces

Request body

idNamespaceNamestring required

The name of the ID namespace.

descriptionstring

The description of the ID namespace.

type'SOURCE' | 'TARGET' required
<p>The type of ID namespace. There are two types: <code>SOURCE</code> and <code>TARGET</code>. </p> <p>The <code>SOURCE</code> contains configurations for <code>sourceId</code> data that will be processed in an ID mapping workflow. </p> <p>The <code>TARGET</code> contains a configuration of <code>targetId</code> to which all <code>sourceIds</code> will resolve to.</p>
roleArnstring

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

tagsobject

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

Response

Success

idNamespaceNamestring required

The name of the ID namespace.

idNamespaceArnstring required

The Amazon Resource Name (ARN) of the ID namespace.

descriptionstring

The description of the ID namespace.

type'SOURCE' | 'TARGET' required
<p>The type of ID namespace. There are two types: <code>SOURCE</code> and <code>TARGET</code>.</p> <p>The <code>SOURCE</code> contains configurations for <code>sourceId</code> data that will be processed in an ID mapping workflow. </p> <p>The <code>TARGET</code> contains a configuration of <code>targetId</code> to which all <code>sourceIds</code> will resolve to.</p>
roleArnstring

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

createdAtstring date-time required

The timestamp of when the ID namespace was created.

updatedAtstring date-time required

The timestamp of when the ID namespace was last updated.

tagsobject

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