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

Functions

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

Properties

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

The value which should be used for this field.