interface SseConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.HealthLake.CfnFHIRDatastorePropsMixin.SseConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awshealthlake#CfnFHIRDatastorePropsMixin_SseConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnFHIRDatastorePropsMixin.SseConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_healthlake.CfnFHIRDatastorePropsMixin.SseConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_healthlake » CfnFHIRDatastorePropsMixin » 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/cfn-property-mixins';
const sseConfigurationProperty: healthlake.CfnFHIRDatastorePropsMixin.SseConfigurationProperty = {
kmsEncryptionConfig: {
cmkType: 'cmkType',
kmsKeyId: 'kmsKeyId',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| kms | IResolvable | Kms | The server-side encryption key configuration for a customer provided encryption key. |
kmsEncryptionConfig?
Type:
IResolvable | Kms
(optional)
The server-side encryption key configuration for a customer provided encryption key.

.NET
Go
Java
Python
TypeScript