Class CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty
An implementation for
CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.athena.CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty
CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Builder, CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectIf set to true, allows you to store query results in Athena owned storage.final ObjectIf 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 inthashCode()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
protected Jsii$Proxy(CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationPropertyIf 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$OutputLocationparameter when you set this field to true.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationPropertyIf 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.Returns union: either
IResolvableorCfnWorkGroupPropsMixin.ManagedStorageEncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnWorkGroupPropsMixin.ManagedQueryResultsConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-