Class CfnWorkGroup.ManagedQueryResultsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnWorkGroup.ManagedQueryResultsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.ManagedQueryResultsConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.ManagedQueryResultsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroup.ManagedQueryResultsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroup.ManagedQueryResultsConfigurationProperty
An implementation for
CfnWorkGroup.ManagedQueryResultsConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.athena.CfnWorkGroup.ManagedQueryResultsConfigurationProperty
CfnWorkGroup.ManagedQueryResultsConfigurationProperty.Builder, CfnWorkGroup.ManagedQueryResultsConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.ManagedQueryResultsConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
If set to true, allows you to store query results in Athena owned storage.final Object
If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.ManagedQueryResultsConfigurationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnWorkGroup.ManagedQueryResultsConfigurationProperty
If set to true, allows you to store query results in Athena owned storage.If set to false, workgroup member stores query results in location specified under
ResultConfiguration$OutputLocation
. The default is false. A workgroup cannot have theResultConfiguration$OutputLocation
parameter when you set this field to true.- Specified by:
getEnabled
in interfaceCfnWorkGroup.ManagedQueryResultsConfigurationProperty
- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ManagedQueryResultsConfigurationProperty
If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.- Specified by:
getEncryptionConfiguration
in interfaceCfnWorkGroup.ManagedQueryResultsConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-