Class CfnWorkGroup.EncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnWorkGroup.EncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.EncryptionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.EncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroup.EncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroup.EncryptionConfigurationProperty
An implementation for
CfnWorkGroup.EncryptionConfigurationProperty
-
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.EncryptionConfigurationProperty
CfnWorkGroup.EncryptionConfigurationProperty.Builder, CfnWorkGroup.EncryptionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.EncryptionConfigurationProperty.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 String
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE_S3
), server-side encryption with KMS-managed keys (SSE_KMS
), or client-side encryption with KMS-managed keys (CSE_KMS
) is used.final String
ForSSE_KMS
andCSE_KMS
, this is the KMS key ARN or ID.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.EncryptionConfigurationProperty.Builder
.
-
-
Method Details
-
getEncryptionOption
Description copied from interface:CfnWorkGroup.EncryptionConfigurationProperty
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE_S3
), server-side encryption with KMS-managed keys (SSE_KMS
), or client-side encryption with KMS-managed keys (CSE_KMS
) is used.If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup.
- Specified by:
getEncryptionOption
in interfaceCfnWorkGroup.EncryptionConfigurationProperty
- See Also:
-
getKmsKey
Description copied from interface:CfnWorkGroup.EncryptionConfigurationProperty
ForSSE_KMS
andCSE_KMS
, this is the KMS key ARN or ID.- Specified by:
getKmsKey
in interfaceCfnWorkGroup.EncryptionConfigurationProperty
- 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()
-