Class JobBookmarksEncryption
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.JobBookmarksEncryption
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-08-19T15:41:43.392Z")
@Stability(Experimental)
public class JobBookmarksEncryption
extends software.amazon.jsii.JsiiObject
(experimental) Job bookmarks encryption configuration for a
SecurityConfiguration.
Job bookmarks support only client-side encryption with a KMS key.
Example:
SecurityConfiguration.Builder.create(this, "MySecurityConfiguration")
.cloudWatchEncryption(CloudWatchEncryption.kms())
.jobBookmarksEncryption(JobBookmarksEncryption.clientSideKms())
.s3Encryption(S3Encryption.kms())
.build();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJobBookmarksEncryption(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedJobBookmarksEncryption(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic JobBookmarksEncryption(experimental) Client-side encryption (CSE) with an AWS KMS key managed by the account owner.static JobBookmarksEncryptionclientSideKms(IKeyRef kmsKey) (experimental) Client-side encryption (CSE) with an AWS KMS key managed by the account owner.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
JobBookmarksEncryption
protected JobBookmarksEncryption(software.amazon.jsii.JsiiObjectRef objRef) -
JobBookmarksEncryption
protected JobBookmarksEncryption(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
clientSideKms
@Stability(Experimental) @NotNull public static JobBookmarksEncryption clientSideKms(@Nullable IKeyRef kmsKey) (experimental) Client-side encryption (CSE) with an AWS KMS key managed by the account owner.- Parameters:
kmsKey- the KMS key used to encrypt the data.- See Also:
-
clientSideKms
(experimental) Client-side encryption (CSE) with an AWS KMS key managed by the account owner.- See Also:
-