AthenaTableReference
A reference to a table within Athena.
Contents
- databaseName
-
The database name.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
[a-zA-Z0-9_](([a-zA-Z0-9_]+-)*([a-zA-Z0-9_]+))?
Required: Yes
- tableName
-
The table reference.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?
Required: Yes
- workGroup
-
The workgroup of the Athena table reference.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
([a-zA-Z0-9._-])*
Required: Yes
- outputLocation
-
The output location for the Athena table.
Type: String
Length Constraints: Minimum length of 8. Maximum length of 1024.
Pattern:
s3://[a-z0-9.-]{3,63}(.*)
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: