Class CfnFHIRDatastore.SseConfigurationProperty
The server-side encryption key configuration for a customer-provided encryption key.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.HealthLake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SseConfigurationProperty : Object, CfnFHIRDatastore.ISseConfigurationProperty
Syntax (vb)
Public Class SseConfigurationProperty
Inherits Object
Implements CfnFHIRDatastore.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
Constructors
Sse |
Properties
Kms |
The server-side encryption key configuration for a customer provided encryption key. |
Constructors
SseConfigurationProperty()
public SseConfigurationProperty()
Properties
KmsEncryptionConfig
The server-side encryption key configuration for a customer provided encryption key.
public object KmsEncryptionConfig { get; set; }
Property Value
System.