@Stability(value=Stable) @Internal public static final class CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkGroup.ResultConfigurationProperty
CfnWorkGroup.ResultConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWorkGroup.ResultConfigurationProperty.Builder, CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWorkGroup.ResultConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnWorkGroup.EncryptionConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getEncryptionConfiguration()
If query results are encrypted in Amazon S3, indicates the encryption option used (for example, `SSE_KMS` or `CSE_KMS` ) and key information.
|
String |
getOutputLocation()
The location in Amazon S3 where your query results are stored, such as `s3://path/to/query/bucket/` .
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnWorkGroup.ResultConfigurationProperty.Builder builder)
CfnWorkGroup.EncryptionConfigurationProperty.Builder.public final Object getEncryptionConfiguration()
CfnWorkGroup.ResultConfigurationProperty
This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings .
getEncryptionConfiguration in interface CfnWorkGroup.ResultConfigurationPropertypublic final String getOutputLocation()
CfnWorkGroup.ResultConfigurationProperty
To run a query, you must specify the query results location using either a client-side setting for individual queries or a location specified by the workgroup. If workgroup settings override client-side settings, then the query uses the location specified for the workgroup. If no query location is set, Athena issues an error. For more information, see Working with Query Results, Output Files, and Query History and EnforceWorkGroupConfiguration .
getOutputLocation in interface CfnWorkGroup.ResultConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.