ProjectPropertiesEncryptionArgs

data class ProjectPropertiesEncryptionArgs(val algorithm: Output<String>? = null, val enable: Output<Boolean>? = null, val key: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesEncryptionArgs>

Constructors

Link copied to clipboard
constructor(algorithm: Output<String>? = null, enable: Output<Boolean>? = null, key: Output<String>? = null)

Properties

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

The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.

Link copied to clipboard
val enable: Output<Boolean>? = null

Only enable function is supported. Value: (true)

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

The encryption algorithm Key, the Key type used by the project, including the Default Key (MaxCompute Default Key) and the self-contained Key (BYOK). The MaxCompute Default Key is the Default Key created inside MaxCompute.

Functions

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