ConfiguredTableSummary
The configured table summary for the objects listed by the request.
Contents
- analysisMethod
-
The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
Type: String
Valid Values:
DIRECT_QUERY
Required: Yes
- analysisRuleTypes
-
The types of analysis rules associated with this configured table.
Type: Array of strings
Valid Values:
AGGREGATION | LIST | CUSTOM
Required: Yes
- arn
-
The unique ARN of the configured table.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 100.
Pattern:
arn:aws:[\w]+:[\w]{2}-[\w]{4,9}-[\d]:[\d]{12}:configuredtable/[\d\w-]+
Required: Yes
- createTime
-
The time the configured table was created.
Type: Timestamp
Required: Yes
- id
-
The unique ID of the configured table.
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
- name
-
The name of the configured table.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*
Required: Yes
- updateTime
-
The time the configured table 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: