interface KmsEncryptionConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.HealthLake.CfnFHIRDatastore.KmsEncryptionConfigProperty |
Java | software.amazon.awscdk.services.healthlake.CfnFHIRDatastore.KmsEncryptionConfigProperty |
Python | aws_cdk.aws_healthlake.CfnFHIRDatastore.KmsEncryptionConfigProperty |
TypeScript | @aws-cdk/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 * as healthlake from '@aws-cdk/aws-healthlake';
const kmsEncryptionConfigProperty: healthlake.CfnFHIRDatastore.KmsEncryptionConfigProperty = {
cmkType: 'cmkType',
// the properties below are optional
kmsKeyId: 'kmsKeyId',
};
Properties
Name | Type | Description |
---|---|---|
cmk | string | The type of customer-managed-key(CMK) used for encryption. |
kms | string | The 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.