WorkspaceEncryptionParameterArgs

data class WorkspaceEncryptionParameterArgs(val value: Output<EncryptionArgs>? = null) : ConvertibleToJava<WorkspaceEncryptionParameterArgs>

The object that contains details of encryption used on the workspace.

Constructors

Link copied to clipboard
constructor(value: Output<EncryptionArgs>? = null)

Properties

Link copied to clipboard
val value: Output<EncryptionArgs>? = null

The value which should be used for this field.

Functions

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