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