Show / Hide Table of Contents

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 CfnFHIRDatastore.ISseConfigurationProperty
Syntax (vb)
Public Interface CfnFHIRDatastore.ISseConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-sseconfiguration.html

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

KmsEncryptionConfig

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-sseconfiguration.html#cfn-healthlake-fhirdatastore-sseconfiguration-kmsencryptionconfig

Back to top Generated by DocFX