Show / Hide Table of Contents

Class CfnFHIRDatastore.SseConfigurationProperty

The server-side encryption key configuration for a customer-provided encryption key.

Inheritance
object
CfnFHIRDatastore.SseConfigurationProperty
Implements
CfnFHIRDatastore.ISseConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.HealthLake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFHIRDatastore.SseConfigurationProperty : CfnFHIRDatastore.ISseConfigurationProperty
Syntax (vb)
Public Class CfnFHIRDatastore.SseConfigurationProperty Implements 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

Constructors

SseConfigurationProperty()

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.

Constructors

SseConfigurationProperty()

The server-side encryption key configuration for a customer-provided encryption key.

public SseConfigurationProperty()
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"
                 }
             };

Properties

KmsEncryptionConfig

The server-side encryption key configuration for a customer provided encryption key.

public object KmsEncryptionConfig { get; set; }
Property Value

object

Remarks

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

Implements

CfnFHIRDatastore.ISseConfigurationProperty
Back to top Generated by DocFX