InheritedDisallowedOutputColumns
Contains the inherited disallowed output columns constraint and the column lineage tracing each column to its source.
Contents
- columnLineage
-
The lineage information that traces each disallowed output column back to its source in a parent table.
Type: Array of ColumnLineageEntry objects
Required: Yes
- value
-
The list of column names that are disallowed from appearing in query output, inherited from parent tables.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: