Interface CfnFHIRDatastore.ISseConfigurationProperty
The server-side encryption key configuration for a customer-provided encryption key.
Namespace: Amazon.CDK.AWS.HealthLake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISseConfigurationProperty
Syntax (vb)
Public Interface ISseConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.HealthLake;
var sseConfigurationProperty = new SseConfigurationProperty {
KmsEncryptionConfig = new KmsEncryptionConfigProperty {
CmkType = "cmkType",
// the properties below are optional
KmsKeyId = "kmsKeyId"
}
};
Synopsis
Properties
Kms |
The server-side encryption key configuration for a customer provided encryption key. |
Properties
KmsEncryptionConfig
The server-side encryption key configuration for a customer provided encryption key.
object KmsEncryptionConfig { get; }
Property Value
System.