IdNamespaceSummary
A summary of ID namespaces.
Contents
- createdAt
-
The timestamp of when the ID namespace was created.
Type: Timestamp
Required: Yes
- idNamespaceArn
-
The Amazon Resource Name (ARN) of the ID namespace.
Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(idnamespace/[a-zA-Z_0-9-]{1,255})$
Required: Yes
- idNamespaceName
-
The name of the ID namespace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9-]*$
Required: Yes
- type
-
The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.Type: String
Valid Values:
SOURCE | TARGET
Required: Yes
- updatedAt
-
The timestamp of when the ID namespace was last updated.
Type: Timestamp
Required: Yes
- description
-
The description of the ID namespace.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: