interface SseConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.HealthLake.CfnFHIRDatastore.SseConfigurationProperty |
![]() | software.amazon.awscdk.services.healthlake.CfnFHIRDatastore.SseConfigurationProperty |
![]() | aws_cdk.aws_healthlake.CfnFHIRDatastore.SseConfigurationProperty |
![]() | @aws-cdk/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 * as healthlake from '@aws-cdk/aws-healthlake';
const sseConfigurationProperty: healthlake.CfnFHIRDatastore.SseConfigurationProperty = {
kmsEncryptionConfig: {
cmkType: 'cmkType',
// the properties below are optional
kmsKeyId: 'kmsKeyId',
},
};
Properties
Name | Type | Description |
---|---|---|
kms | IResolvable | Kms | The server-side encryption key configuration for a customer provided encryption key (CMK). |
kmsEncryptionConfig
Type:
IResolvable
|
Kms
The server-side encryption key configuration for a customer provided encryption key (CMK).