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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.athena.CfnWorkGroup.EncryptionConfigurationProperty
CfnWorkGroup.EncryptionConfigurationProperty.Builder, CfnWorkGroup.EncryptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroup.EncryptionConfigurationProperty.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 StringIndicates 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 StringForSSE_KMSandCSE_KMS, this is the KMS key ARN or ID.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
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.EncryptionConfigurationProperty.Builder.
-
-
Method Details
-
getEncryptionOption
Description copied from interface:CfnWorkGroup.EncryptionConfigurationPropertyIndicates 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:
getEncryptionOptionin interfaceCfnWorkGroup.EncryptionConfigurationProperty- See Also:
-
getKmsKey
Description copied from interface:CfnWorkGroup.EncryptionConfigurationPropertyForSSE_KMSandCSE_KMS, this is the KMS key ARN or ID.- Specified by:
getKmsKeyin interfaceCfnWorkGroup.EncryptionConfigurationProperty- 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()
-