IntermediateTableDependency
Contains information about a base table that an intermediate table depends on.
Contents
- creatorAccountId
-
The AWS account ID of the member who owns the dependency table.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
\d+Required: Yes
- id
-
The unique identifier of the dependency 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 dependency 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
- parentType
-
The type of dependency, either direct or indirect. A direct dependency is a table explicitly referenced in the stored query. An indirect dependency is a table referenced through another intermediate table.
Type: String
Valid Values:
DIRECT | INDIRECTRequired: Yes
- type
-
The type of the dependency table.
Type: String
Valid Values:
TABLE | INTERMEDIATE_TABLE | ID_MAPPING_TABLERequired: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: