ProtectedQueryS3OutputConfiguration
Contains the configuration to write the query results to S3.
Contents
- bucket
-
The S3 bucket to unload the protected query results.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
.*(?!^(\d+\.)+\d+$)(^(([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])\.)*([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])$).*
Required: Yes
- resultFormat
-
Intended file format of the result.
Type: String
Valid Values:
CSV | PARQUET
Required: Yes
- keyPrefix
-
The S3 prefix to unload the protected query results.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 512.
Pattern:
[\w!.=*/-]*
Required: No
- singleFileOutput
-
Indicates whether files should be output as a single file (
TRUE
) or output as multiple files (FALSE
). This parameter is only supported for analyses with the Spark analytics engine.Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: