ServiceEncryptionConfigurationArgs

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

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val kmsKey: Output<String>

ARN of the KMS key used for encryption.