aws-cdk-lib.aws_glue.CfnSecurityConfiguration.JobBookmarksEncryptionProperty

interface JobBookmarksEncryptionProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnSecurityConfiguration.JobBookmarksEncryptionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSecurityConfiguration_JobBookmarksEncryptionProperty
Javasoftware.amazon.awscdk.services.glue.CfnSecurityConfiguration.JobBookmarksEncryptionProperty
Pythonaws_cdk.aws_glue.CfnSecurityConfiguration.JobBookmarksEncryptionProperty
TypeScript aws-cdk-lib » aws_glue » CfnSecurityConfiguration » JobBookmarksEncryptionProperty

Specifies how job bookmark data should be encrypted.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const jobBookmarksEncryptionProperty: glue.CfnSecurityConfiguration.JobBookmarksEncryptionProperty = {
  jobBookmarksEncryptionMode: 'jobBookmarksEncryptionMode',
  kmsKeyArn: 'kmsKeyArn',
};

Properties

NameTypeDescription
jobBookmarksEncryptionMode?stringThe encryption mode to use for job bookmarks data.
kmsKeyArn?stringThe Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

jobBookmarksEncryptionMode?

Type: string (optional)

The encryption mode to use for job bookmarks data.


kmsKeyArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.