FhirDatastoreSseConfigurationArgs

data class FhirDatastoreSseConfigurationArgs(val kmsEncryptionConfig: Output<FhirDatastoreKmsEncryptionConfigArgs>) : ConvertibleToJava<FhirDatastoreSseConfigurationArgs>

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

Constructors

Link copied to clipboard
constructor(kmsEncryptionConfig: Output<FhirDatastoreKmsEncryptionConfigArgs>)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): FhirDatastoreSseConfigurationArgs