StudioEncryptionConfigurationArgs

data class StudioEncryptionConfigurationArgs(val keyArn: Output<String>? = null, val keyType: Output<String>) : ConvertibleToJava<StudioEncryptionConfigurationArgs>

Constructors

Link copied to clipboard
constructor(keyArn: Output<String>? = null, keyType: Output<String>)

Properties

Link copied to clipboard
val keyArn: Output<String>? = null

The ARN for a KMS key that is used to encrypt studio data.

Link copied to clipboard
val keyType: Output<String>

The type of KMS key that is used to encrypt studio data.

Functions

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