SchemaSummary
The schema summary for the objects listed by the request.
Contents
- analysisRuleTypes
-
The types of analysis rules that are associated with this schema object.
Type: Array of strings
Valid Values:
AGGREGATION | LIST | CUSTOM | ID_MAPPING_TABLE
Required: Yes
- collaborationArn
-
The unique ARN for the collaboration that the schema belongs to.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 100.
Pattern:
arn:aws:[\w]+:[\w]{2}-[\w]{4,9}-[\d]:[\d]{12}:collaboration/[\d\w-]+
Required: Yes
- collaborationId
-
The unique ID for the collaboration that the schema belongs to.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Required: Yes
- createTime
-
The time the schema object was created.
Type: Timestamp
Required: Yes
- creatorAccountId
-
The unique account ID for the AWS account that owns the schema.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
\d+
Required: Yes
- name
-
The name for the schema object.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?
Required: Yes
- type
-
The type of schema object.
Type: String
Valid Values:
TABLE | ID_MAPPING_TABLE
Required: Yes
- updateTime
-
The time the schema object was last updated.
Type: Timestamp
Required: Yes
- analysisMethod
-
The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.
Type: String
Valid Values:
DIRECT_QUERY
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: