Class CfnBucket.MetadataTableEncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.MetadataTableEncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.MetadataTableEncryptionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.MetadataTableEncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.MetadataTableEncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.MetadataTableEncryptionConfigurationProperty
An implementation for
CfnBucket.MetadataTableEncryptionConfigurationProperty
-
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.s3.CfnBucket.MetadataTableEncryptionConfigurationProperty
CfnBucket.MetadataTableEncryptionConfigurationProperty.Builder, CfnBucket.MetadataTableEncryptionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.MetadataTableEncryptionConfigurationProperty.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
If server-side encryption with AWS Key Management Service ( AWS KMS ) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN).final String
The encryption type specified for a metadata table.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 theCfnBucket.MetadataTableEncryptionConfigurationProperty.Builder
.
-
-
Method Details
-
getSseAlgorithm
Description copied from interface:CfnBucket.MetadataTableEncryptionConfigurationProperty
The encryption type specified for a metadata table.To specify server-side encryption with AWS Key Management Service ( AWS KMS ) keys (SSE-KMS), use the
aws:kms
value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use theAES256
value.- Specified by:
getSseAlgorithm
in interfaceCfnBucket.MetadataTableEncryptionConfigurationProperty
- See Also:
-
getKmsKeyArn
Description copied from interface:CfnBucket.MetadataTableEncryptionConfigurationProperty
If server-side encryption with AWS Key Management Service ( AWS KMS ) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN).You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
- Specified by:
getKmsKeyArn
in interfaceCfnBucket.MetadataTableEncryptionConfigurationProperty
- 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()
-