FhirDatastoreKmsEncryptionConfig

The customer-managed-key (CMK) used when creating a Data Store. If a customer owned key is not specified, an AWS owned key will be used for encryption.

Constructors

Link copied to clipboard
constructor(cmkType: FhirDatastoreKmsEncryptionConfigCmkType, kmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of customer-managed-key (CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.

Link copied to clipboard
val kmsKeyId: String? = null

The KMS encryption key id/alias used to encrypt the Data Store contents at rest.