aws-cdk-lib.aws_healthlake.CfnFHIRDatastore.KmsEncryptionConfigProperty

interface KmsEncryptionConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.HealthLake.CfnFHIRDatastore.KmsEncryptionConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awshealthlake#CfnFHIRDatastore_KmsEncryptionConfigProperty
Javasoftware.amazon.awscdk.services.healthlake.CfnFHIRDatastore.KmsEncryptionConfigProperty
Pythonaws_cdk.aws_healthlake.CfnFHIRDatastore.KmsEncryptionConfigProperty
TypeScript aws-cdk-lib » aws_healthlake » CfnFHIRDatastore » KmsEncryptionConfigProperty

The customer-managed-key(CMK) used when creating a Data Store.

If a customer owned key is not specified, an Amazon owned key will be used for encryption.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_healthlake as healthlake } from 'aws-cdk-lib';
const kmsEncryptionConfigProperty: healthlake.CfnFHIRDatastore.KmsEncryptionConfigProperty = {
  cmkType: 'cmkType',

  // the properties below are optional
  kmsKeyId: 'kmsKeyId',
};

Properties

NameTypeDescription
cmkTypestringThe type of customer-managed-key(CMK) used for encryption.
kmsKeyId?stringThe KMS encryption key id/alias used to encrypt the Data Store contents at rest.

cmkType

Type: string

The type of customer-managed-key(CMK) used for encryption.

The two types of supported CMKs are customer owned CMKs and Amazon owned CMKs. For more information on CMK types, see KmsEncryptionConfig .


kmsKeyId?

Type: string (optional)

The KMS encryption key id/alias used to encrypt the Data Store contents at rest.