Class CfnDirectoryBucket.ServerSideEncryptionRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDirectoryBucket.ServerSideEncryptionRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDirectoryBucket.ServerSideEncryptionRuleProperty
CfnDirectoryBucket.ServerSideEncryptionRuleProperty-
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.s3express.CfnDirectoryBucket.ServerSideEncryptionRuleProperty
CfnDirectoryBucket.ServerSideEncryptionRuleProperty.Builder, CfnDirectoryBucket.ServerSideEncryptionRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDirectoryBucket.ServerSideEncryptionRuleProperty.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 ObjectSpecifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket.final ObjectSpecifies the default server-side encryption to apply to new objects in the bucket.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 theCfnDirectoryBucket.ServerSideEncryptionRuleProperty.Builder.
-
-
Method Details
-
getBucketKeyEnabled
Description copied from interface:CfnDirectoryBucket.ServerSideEncryptionRulePropertySpecifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket.S3 Bucket Keys are always enabled for
GETandPUToperations on a directory bucket and can’t be disabled. It's only allowed to set theBucketKeyEnabledelement totrue.S3 Bucket Keys aren't supported, when you copy SSE-KMS encrypted objects from general purpose buckets to directory buckets, from directory buckets to general purpose buckets, or between directory buckets, through CopyObject , UploadPartCopy , the Copy operation in Batch Operations , or the import jobs . In this case, Amazon S3 makes a call to AWS KMS every time a copy request is made for a KMS-encrypted object.
For more information, see Amazon S3 Bucket Keys in the Amazon S3 User Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getBucketKeyEnabledin interfaceCfnDirectoryBucket.ServerSideEncryptionRuleProperty- See Also:
-
getServerSideEncryptionByDefault
Description copied from interface:CfnDirectoryBucket.ServerSideEncryptionRulePropertySpecifies the default server-side encryption to apply to new objects in the bucket.If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.
Returns union: either
IResolvableorCfnDirectoryBucket.ServerSideEncryptionByDefaultProperty- Specified by:
getServerSideEncryptionByDefaultin interfaceCfnDirectoryBucket.ServerSideEncryptionRuleProperty- 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()
-