ServiceEncryptionConfigurationArgs

data class ServiceEncryptionConfigurationArgs(val kmsKey: Output<String>) : ConvertibleToJava<ServiceEncryptionConfigurationArgs>

Constructors

Link copied to clipboard
constructor(kmsKey: Output<String>)

Properties

Link copied to clipboard
val kmsKey: Output<String>

ARN of the KMS key used for encryption.

Functions

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