Fhir Datastore Kms Encryption Config
data class FhirDatastoreKmsEncryptionConfig(val cmkType: FhirDatastoreKmsEncryptionConfigCmkType, val kmsKeyId: String? = null)
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
fun FhirDatastoreKmsEncryptionConfig(cmkType: FhirDatastoreKmsEncryptionConfigCmkType, kmsKeyId: String? = null)