ViewRepresentationInput
A structure containing details of a representation to update or create a Lake Formation view.
Contents
- Dialect
-
A parameter that specifies the engine type of a specific representation.
Type: String
Valid Values:
REDSHIFT | ATHENA | SPARK
Required: No
- DialectVersion
-
A parameter that specifies the version of the engine of a specific representation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- ValidationConnection
-
The name of the connection to be used to validate the specific representation of the view.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
- ViewExpandedText
-
A string that represents the SQL query that describes the view with expanded resource ARNs
Type: String
Length Constraints: Maximum length of 409600.
Required: No
- ViewOriginalText
-
A string that represents the original SQL query that describes the view.
Type: String
Length Constraints: Maximum length of 409600.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: