@Stability(value=Stable)
public static interface CfnSecurityConfiguration.JobBookmarksEncryptionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
JobBookmarksEncryptionProperty jobBookmarksEncryptionProperty = JobBookmarksEncryptionProperty.builder()
.jobBookmarksEncryptionMode("jobBookmarksEncryptionMode")
.kmsKeyArn("kmsKeyArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder
A builder for
CfnSecurityConfiguration.JobBookmarksEncryptionProperty |
static class |
CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Jsii$Proxy
An implementation for
CfnSecurityConfiguration.JobBookmarksEncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder |
builder() |
default String |
getJobBookmarksEncryptionMode()
The encryption mode to use for job bookmarks data.
|
default String |
getKmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
@Stability(value=Stable) @Nullable default String getJobBookmarksEncryptionMode()
@Stability(value=Stable) @Nullable default String getKmsKeyArn()
@Stability(value=Stable) static CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder builder()
Copyright © 2022. All rights reserved.