SchemaMappingSummary
An object containing SchemaName
, SchemaArn
,
CreatedAt
, andUpdatedAt
.
Contents
- createdAt
-
The timestamp of when the
SchemaMapping
was created.Type: Timestamp
Required: Yes
- hasWorkflows
-
Specifies whether the schema mapping has been applied to a workflow.
Type: Boolean
Required: Yes
- schemaArn
-
The ARN (Amazon Resource Name) that AWS Entity Resolution generated for the
SchemaMapping
.Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(schemamapping/[a-zA-Z_0-9-]{1,255})$
Required: Yes
- schemaName
-
The name of the schema.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9-]*$
Required: Yes
- updatedAt
-
The timestamp of when the
SchemaMapping
was last updated.Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: