@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:31:22.023Z") @Stability(value=Stable) public interface ResultConfiguration extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/athena/latest/APIReference/API_ResultConfiguration.html| Modifier and Type | Interface and Description |
|---|---|
static class |
ResultConfiguration.Builder
A builder for
ResultConfiguration |
static class |
ResultConfiguration.Jsii$Proxy
An implementation for
ResultConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static ResultConfiguration.Builder |
builder() |
default EncryptionConfiguration |
getEncryptionConfiguration()
Encryption option used if enabled in S3.
|
default Location |
getOutputLocation()
S3 path of query results.
|
@Stability(value=Stable) @Nullable default EncryptionConfiguration getEncryptionConfiguration()
Default: - SSE_S3 encrpytion is enabled with default encryption key
@Stability(value=Stable) @Nullable default Location getOutputLocation()
Default: - Query Result Location set in Athena settings for this workgroup
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 s3:
@Stability(value=Stable) static ResultConfiguration.Builder builder()
ResultConfiguration.Builder of ResultConfigurationCopyright © 2021. All rights reserved.