aws-cdk-lib.aws_healthlake.CfnFHIRDatastore.SseConfigurationProperty

interface SseConfigurationProperty

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

The server-side encryption key configuration for a customer provided encryption key.

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 sseConfigurationProperty: healthlake.CfnFHIRDatastore.SseConfigurationProperty = {
  kmsEncryptionConfig: {
    cmkType: 'cmkType',

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

Properties

NameTypeDescription
kmsEncryptionConfigIResolvable | KmsEncryptionConfigPropertyThe server-side encryption key configuration for a customer provided encryption key (CMK).

kmsEncryptionConfig

Type: IResolvable | KmsEncryptionConfigProperty

The server-side encryption key configuration for a customer provided encryption key (CMK).