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
Link copied to clipboard
val enable: Output<Boolean>? = null
Link copied to clipboard
val key: Output<String>? = null

Functions

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