PhysicalTable
A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Contents
In the following list, the required parameters are described first.
- CustomSql
-
A physical table type built from the results of the custom SQL query.
Type: CustomSql object
Required: No
- RelationalTable
-
A physical table type for relational data sources.
Type: RelationalTable object
Required: No
- S3Source
-
A physical table type for as S3 data source.
Type: S3Source object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: